Redsandro
30th September 2009, 00:16
I use MPEG2 encoded proxies for my Lagarith source files when I edit a sequence for smooth playback preview capabilities.
But often my MPEG's stutter in the way of an occasional skip of multiple frames or jumping of the audio during which you hear short beeping/plopping sounds.
The command I usually use is:
ffmpeg -i source.avs -s hd1080 -aspect 16:9 -r 25 -vcodec mpeg2video -f vob -b 25M -mbd rd -trellis 2 -cmp 2 -subcmp 2 -g 13 -bf 2 -ab 384k target.mpg
In this case source.avs is like:
AVISource("source.laggy.avi")
ConvertToYV12(matrix="Rec709")
I keep getting a lot of messages lile[mpeg @ 0x2d88b30]packet too large, ignoring buffer limits to mux itand buffer underflows. Actually I've been always getting these even when the resulting MPEG plays fine, but it's the only thing I can mention that seems out of the ordinary for me.
Any ideas where I create this problem?
But often my MPEG's stutter in the way of an occasional skip of multiple frames or jumping of the audio during which you hear short beeping/plopping sounds.
The command I usually use is:
ffmpeg -i source.avs -s hd1080 -aspect 16:9 -r 25 -vcodec mpeg2video -f vob -b 25M -mbd rd -trellis 2 -cmp 2 -subcmp 2 -g 13 -bf 2 -ab 384k target.mpg
In this case source.avs is like:
AVISource("source.laggy.avi")
ConvertToYV12(matrix="Rec709")
I keep getting a lot of messages lile[mpeg @ 0x2d88b30]packet too large, ignoring buffer limits to mux itand buffer underflows. Actually I've been always getting these even when the resulting MPEG plays fine, but it's the only thing I can mention that seems out of the ordinary for me.
Any ideas where I create this problem?