Closed GoogleCodeExporter closed 8 years ago
Can you remove muxrate, bufsize, and ss ?
Original comment by baptiste...@gmail.com
on 7 Jun 2013 at 9:50
Thanks for getting back to me.
That seems to help with the invalid TS error, but video buffer underflows still
occur, and the bit rate jumps up very high.
Do you have any suggestions on how to stop the underflow errors, and keep the
bit rate under control?
Original comment by john.dac...@gmail.com
on 7 Jun 2013 at 10:06
[deleted comment]
The ffmpeg developers helped provide the two options I should invoke:
-trellis
-lmax
And I was able to make usable video with these settings:
-trellis 1
-lmax 420*QP2LAMBDA
ffmpeg also adjusted their code to provide the following warning:
[mpeg2video @ 0000000002704360] rc buffer underflow
[mpeg2video @ 0000000002704360] max bitrate possibly too small or try trellis wi
th large lmax or increase qmax
This worked even though my video settings required CBR.
Hope this helps!
Original comment by john.dac...@gmail.com
on 9 Sep 2013 at 4:40
Original comment by baptiste...@gmail.com
on 1 Apr 2014 at 4:34
Original issue reported on code.google.com by
john.dac...@gmail.com
on 6 Jun 2013 at 1:08Attachments: