VOB to MPEG Transport Stream encoding (fed libavc problem)
Posted: 08 Aug 2007 15:17
Hi!
i'm encoding a DVD vob file to TS with CSA
PARAMS:
:sout=#transcode{vcodec=mp2v,vb=2048,scale=1,acodec=mp2a,ab=128,channels=2,scodec=dvbs,deinterlace}:duplicate{dst=std{access=file,mux=ts,dst="c:\TEST.ts"}} --sout-all --sout-ts-csa-ck="22f3c4f7354b596c"
this params works for my first VOB example, but on a second example (5 gbytes), suddenly, the VLC stops encoding and shows this warning message:
ffmpeg warning: almost fed libavcodec with a frame in the past (some frame numbers)
until the error stacks is saturated and the VLC stops encoding. Since this message appears, no encoding process is done, because the output filesize doesn't changes.
any idea? i'm missing some param? i've seen some topics with this warning, but no one with this specific TS problem. i've readed that somebody fixes an specific occurrence of this warning on VLC 0.9 Beta, but i've could not get the 0.9 working with TS
i'm encoding a DVD vob file to TS with CSA
PARAMS:
:sout=#transcode{vcodec=mp2v,vb=2048,scale=1,acodec=mp2a,ab=128,channels=2,scodec=dvbs,deinterlace}:duplicate{dst=std{access=file,mux=ts,dst="c:\TEST.ts"}} --sout-all --sout-ts-csa-ck="22f3c4f7354b596c"
this params works for my first VOB example, but on a second example (5 gbytes), suddenly, the VLC stops encoding and shows this warning message:
ffmpeg warning: almost fed libavcodec with a frame in the past (some frame numbers)
until the error stacks is saturated and the VLC stops encoding. Since this message appears, no encoding process is done, because the output filesize doesn't changes.
any idea? i'm missing some param? i've seen some topics with this warning, but no one with this specific TS problem. i've readed that somebody fixes an specific occurrence of this warning on VLC 0.9 Beta, but i've could not get the 0.9 working with TS