[FFmpeg-user] ffmpeg and webm format and mkv format

2016-09-14 Thread jd1008
Using ffmpeg version N-51556-ge278500 to convert webm to mp4, I get billions of lines of rolling diagnostic output, like [libx264 @ 0x4f7a660] frame I:19Avg QP:19.41 size: 20169 [libx264 @ 0x4f7a660] frame P:1318 Avg QP:22.72 size: 4323 [libx264 @ 0x4f7a660] frame B:3336 Avg QP:28.35 si

Re: [FFmpeg-user] Mpg

2016-09-14 Thread Juan O Batista
Thank you Marcelo great job congratulations. The statement you send me work pretty good. Preserve my close caption using this instruction. Let me ask you a question. What software do you use to put closed captions inside the video when the videos are .mpg, no embedded . I need to turn on /

Re: [FFmpeg-user] Mpg

2016-09-14 Thread Marcelo Boufleur
> > But i got error > bad option 'ac53' '1' > Ahh, nothing like actually trying the command. The "a53cc" option has to be used outside the internal parameters of x264. ffmpeg -i INPUT.mpg -c:v libx264 -x264opts keyint=123:min-keyint=20 -a53cc 1 -an -f mpegts OUTPUT.ts Here is a (working and test

Re: [FFmpeg-user] FFmpeg RTSP crash

2016-09-14 Thread Yu Ang Tan
Hi Carl, I tried very briefly and here's what I've found: 00e122bc works on Linux, not on Windows 4873952f works on both Linux and Windows I'll stick to 4873952f for now. Thanks, Ang On Wed, Sep 14, 2016 at 10:28 PM Carl Eugen Hoyos wrote: > 2016-09-14 3:05 GMT+02:00 Yu Ang Tan : > > >> >> C

Re: [FFmpeg-user] m3u8 seeking issues

2016-09-14 Thread Louis Letourneau
> > Anyways, this seeking bug is the opposite, fine on 3.1.3 but broken on > > 3.1.1 and HEAD. > > You already said so. I had mentioned it, but I just wanted to show the numbers in case it helped > Please do not top-post here, Carl Eugen Yeah, thanks for the reminder (darn gmail) I ran bisect

Re: [FFmpeg-user] Compiling FFmpeg without SecIdentityCreate API

2016-09-14 Thread Carl Eugen Hoyos
2016-09-14 2:16 GMT+02:00 muruganandh : > I download the ffmpeg 3.1.3 from https://ffmpeg.org/download.html#build-mac > and packaged it with my app and tried to submit to mac app store. Apple guys > rejected the app saying that I am very tempted to ask what application you are providing and where

Re: [FFmpeg-user] Compiling FFmpeg without SecIdentityCreate API

2016-09-14 Thread muruganandh
Hi, I download the ffmpeg 3.1.3 from https://ffmpeg.org/download.html#build-mac and packaged it with my app and tried to submit to mac app store. Apple guys rejected the app saying that The executable ffmpeg in your app uses or references the following non-public API(s): '/System/Library/Framew

Re: [FFmpeg-user] Mpg

2016-09-14 Thread Juan O Batista
Thank you Marcelo. I tried the statement that you send me. ffmpeg -i INPUT.mpg -c:v libx264 -x264opts keyint=123:min-keyint=20:a53cc=1 -an -f mpegts OUTPUT.ts But i got error bad option 'ac53' '1' and error while opening encoder for output stream #0:0 -maybe incorrect parameters such a

Re: [FFmpeg-user] FFmpeg RTSP crash

2016-09-14 Thread Carl Eugen Hoyos
2016-09-14 3:05 GMT+02:00 Yu Ang Tan : >> >> Can you test if this is a regression since 00e122bc / works >> >> with 4873952f? (Ticket #5844) > How do I get 00e122bc and 4873952f? $ git checkout 00e122bc $ ./configure && make && test ... $ git checkout 4873952f? Carl Eugen __

[FFmpeg-user] displaying rtp sequence number using ffprobe

2016-09-14 Thread Ben Barker
Hi, I'm attempting to use ffprobe to check the number of dropped RTP packets in a stream I am receiving. I have managed this to some extent by joining the stream using ffmpeg, and capturing/parsing the stderr messages about RTP drops, which works, but I wondered if there were a better way... -sho