[FFmpeg-trac] #2210(undetermined:new): AC3 channel layout change midstream causes severe errors
FFmpeg
trac at avcodec.org
Fri Feb 22 10:14:58 CET 2013
#2210: AC3 channel layout change midstream causes severe errors
-------------------------------------+-------------------------------------
Reporter: agni451 | Owner:
Type: defect | Status: new
Priority: normal | Component:
Version: git-master | undetermined
Keywords: async | Resolution:
Blocking: | Blocked By:
Analyzed by developer: 0 | Reproduced by developer: 0
-------------------------------------+-------------------------------------
Comment (by cehoyos):
Sorry for the delay, I missed your sample!
I tested the following three command lines:
$ ffmpeg -i ORIG_short.ts -qscale 2 -acodec ac3 -ac 6 out.avi
$ ffmpeg -i ORIG_short.ts -qscale 2 -mbd 2 -ac 2 -acodec mp2 out.ts
$ ffmpeg -i ORIG_short.ts -qscale 2 -mbd 2 -ac 6 -acodec ac3 out6.ts
All three output files play in-sync here (there at least is no 500ms
desync, and no silence).
What do I miss?
--
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/2210#comment:14>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list