Re: [FFmpeg-user] Faster vp9

2015-04-08 Thread tim nicholson
On 07/04/15 15:18, Matt Zagrabelny wrote: On Mon, Apr 6, 2015 at 11:10 PM, Andrew Sinclair ajsincl...@gmail.com wrote: Hi, Does anyone have any suggestions for faster vp9 encoding? Hi Andrew, I don't have the ffmpeg technical chops to analyze your command-line, but I just came across a

Re: [FFmpeg-user] Muxing MPEG-TS into MP4 changes frame rate

2015-04-08 Thread Andy Pryor
I have not. I would really like some opinions here. Should copying codecs and muxing from TS - MP4 change frame rate and bitrate? Is there any way to get seeking to be consistent across containers? -- View this message in context:

[FFmpeg-user] Unknown URL Protocol

2015-04-08 Thread basanth alluri
Hi Team, I download the ffmpeg in my linux machine.I am successfully build the ffmpeg but i am getting the error in c file like unknown type name URLProtocol. I found the url.h file in libavformat folder. In that url.h file URLProtocol function is there but in c program it is not included,so how

[FFmpeg-user] ffmpeg is slow to pick up udp

2015-04-08 Thread Thomas Seilund
Hi All I have ffmpeg running in one instance streaming to udp on the local host Ffmpeg is running in another instance, also on local host, and reads the stream from udp Why does it take 5 - 10 sec for the second instance to pick up the udp stream ? I seem to be getting a lot of Current

Re: [FFmpeg-user] Faster vp9

2015-04-08 Thread Christian Ebert
* tim nicholson on Wednesday, April 08, 2015 at 08:03:52 +0100 On 07/04/15 15:18, Matt Zagrabelny wrote: On Mon, Apr 6, 2015 at 11:10 PM, Andrew Sinclair ajsincl...@gmail.com wrote: Does anyone have any suggestions for faster vp9 encoding? I don't have the ffmpeg technical chops to analyze

Re: [FFmpeg-user] ffmpeg is slow to pick up udp

2015-04-08 Thread tim nicholson
On 08/04/15 15:27, Thomas Seilund wrote: Hi All What has this to do with [FFmpeg-user] Faster vp9 ? If you want to start a new subject, then please start a new thread, do *not* hijack an existing thread and simply change the Subject, it confuses thread following email clients. If you want

Re: [FFmpeg-user] Unknown URL Protocol

2015-04-08 Thread Moritz Barsnick
On Wed, Apr 08, 2015 at 20:59:36 +0530, basanth alluri wrote: I download the ffmpeg in my linux machine.I am successfully build the ffmpeg but i am getting the error in c file like unknown type name URLProtocol. I found the url.h file in libavformat folder. In that url.h file URLProtocol

[FFmpeg-user] Does the H.263 in FFmpeg support two pass encoding

2015-04-08 Thread Ramprasad N
Hi, The second pass shows error (IO error: Error number 0 occurred) but the file gets generated and looks fine, but I don't know whether it actually used the 1st pass. C:\Users\ramprasadffmpeg.exe -i foreman_qcif.y4m -b:v 128k -pass 1 -vcodec h263 -f 3gp -y NUL ffmpeg version N-69422-gf5722ba