[FFmpeg-user] Reversed order of video audio after audio merging (0:0 audio, 0:1 video)

tim nicholson nichot20 at yahoo.com
Mon Jun 2 12:04:49 CEST 2014


On 02/06/14 10:53, Christoph Gerstbauer wrote:
> Am 28.05.2014 01:34, schrieb Carl Eugen Hoyos:
>> Christoph Gerstbauer <christophgerstbauer <at> gmail.com> writes:
>>
>>> ffmpeg -i "I:\IMX_8ch_mono.mxf" -f avi -codec:v ffvhuff
>>> -strict experimental -codec:a pcm_s24le
>>> -vf "setdar=16/9,setfield=tff" -filter_complex "amerge=inputs=8"
>>> -map 0:v -map 0:a "I:\IMX_8ch_mono.avi"
>>>
>>> Purpose:
>>> I am developing video longterm-archive workflows with
>>> ffvhuff and ffv1.
>> It should be added that FFmpeg's avi muxer has a few
>> known bugs, I suggest nut (or mkv depending on the
>> codec) for archive purposes.
>>
>> Carl Eugen
> Hello Carl,
> 
> can you say me which bugs the AVI muxer has?
> Is there a list of tickets? And is it planned to debug these?
> 

Look for the FIXME's in the source. One significant one from your point
of view might be the failure to set the interlaced flag if relevant, it
always flags material as progressive.

> Best Regards
> Christoph
> [..]


More information about the ffmpeg-user mailing list