Re: [FFmpeg-user] Error Message not Understood - Help Please

2018-07-02 Thread Moritz Barsnick
On Mon, Jul 02, 2018 at 23:14:51 +0100, Budge wrote: > I still do not understand, however, why I am getting the segmentation > fault from AtomicParsley but will try again after running ffmpeg > using -vn. Is AtomicParsley not segfaulting for you on each and every file? Even though it properly repo

Re: [FFmpeg-user] Error Message not Understood - Help Please

2018-07-02 Thread Carl Eugen Hoyos
2018-07-03 0:14 GMT+02:00, Budge : > I still do not understand, however, why I am getting the > segmentation fault from AtomicParsley Not sure if anybody here will know the answer... Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://

Re: [FFmpeg-user] How to build ffmpeg/x264/x265/fdkaac into one single ffmpeg file?

2018-07-02 Thread Carl Eugen Hoyos
2018-07-02 20:08 GMT+02:00, qw : > I have one question about building ffmpeg. > > How to build ffmpeg/x264/x265/fdkaac and other external > libraries into one single ffmpeg file in linux? Not sure what exactly "one single ffmpeg file" means here but the musl toolchain allows you to create true st

Re: [FFmpeg-user] Error Message not Understood - Help Please

2018-07-02 Thread Budge
On 02/07/18 18:19, Carl Eugen Hoyos wrote: 2018-07-02 17:57 GMT+02:00, Budge : If I run AtomicParsley I also get a segmentation fault reported. I read through my previous notes and found the moov atom issue and, as before, putting this at the front of the file fixed the problem So your issue i

Re: [FFmpeg-user] How to build ffmpeg/x264/x265/fdkaac into one single ffmpeg file?

2018-07-02 Thread Reindl Harald
Am 02.07.2018 um 20:08 schrieb qw: > How to build ffmpeg/x264/x265/fdkaac and other external libraries into one > single ffmpeg file in linux? that's with static x264 look at --extra-ldflags in the scond part which links the previously built "libx264.a" [builduser@testserver:/rpmbuild/SPECS]$

[FFmpeg-user] How to build ffmpeg/x264/x265/fdkaac into one single ffmpeg file?

2018-07-02 Thread qw
Hi, I have one question about building ffmpeg. How to build ffmpeg/x264/x265/fdkaac and other external libraries into one single ffmpeg file in linux? Thanks! regards andrew ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailm

Re: [FFmpeg-user] Error Message not Understood - Help Please

2018-07-02 Thread Carl Eugen Hoyos
2018-07-02 17:57 GMT+02:00, Budge : > If I run AtomicParsley I also get a segmentation fault reported. > I read through my previous notes and found the moov atom issue and, as > before, putting this at the front of the file fixed the problem So your issue is already solved? > @ibmserver2:~/Workin

[FFmpeg-user] Error Message not Understood - Help Please

2018-07-02 Thread Budge
Running OpenSUSE Leap 42.3 and ffmpeg 3.4.2 and showing my ignorance here: I have a downloaded file which plays on VLC or SMPlayer but will not play on a Linn DS device and tends to crash my android control point BubbleDS Next. I had a similar issue a while ago which I eventually guessed was

Re: [FFmpeg-user] mpegts metadata not set

2018-07-02 Thread Dragan Randjelovic
I am experiencing similar issues once I want to name tracks and set language code. Regards. Dragan R. On Mon, Jul 2, 2018 at 11:24 AM, Moritz Barsnick wrote: > On Wed, Jun 27, 2018 at 16:28:26 +0200, Christian Knoefel | Ilm-Provider > wrote: > > Hello, > > Hi Christian, > thanks for providing t

Re: [FFmpeg-user] mpegts metadata not set

2018-07-02 Thread Moritz Barsnick
On Mon, Jul 02, 2018 at 11:24:18 +0200, Moritz Barsnick wrote: > +mpegts_ctx->metadata = s->metadata; > > Note that this fix is probably not fully correct!!! At a quick glance, av_dict_copy() is probably the way to go, but that's beyond the scope of my current investigations. ;-) Moritz

Re: [FFmpeg-user] mpegts metadata not set

2018-07-02 Thread Moritz Barsnick
On Wed, Jun 27, 2018 at 16:28:26 +0200, Christian Knoefel | Ilm-Provider wrote: > Hello, Hi Christian, thanks for providing the info. As Carl Eugen mentioned, it's a bug/shortcoming of the rtp_mpegts muxer. It's not passing the metadata on to the underlying mpegts muxer. I have created trac ticke

[FFmpeg-user] mpegts metadata not set

2018-07-02 Thread Kopfstation Geschwenda
Hello, >/ffmpeg -re -i rtmp://live.net/rtmp/live -vcodec mpeg2video -s 720x576 -r />/25 -flags cgop+ilme -sc_threshold 10 -b:v 5M -minrate:v 5M />/-maxrate:v 5M -bufsize:v 3.5M -acodec mp2 -ac 2 -b:a 192k -metadata />/"service_provider=Some Provider" -metadata "service_name=Some Channel