[FFmpeg-devel] [Bulk] Re: [PATCH] movenc: fix remuxing of yuv2

Tim Nicholson nichot20 at yahoo.com
Tue Sep 25 08:59:53 CEST 2012


On 24/09/12 17:02, Andrew Wason wrote:
> On Tue, Sep 4, 2012 at 5:52 AM, Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:
>>
>> (committed as c5f23d)
>>
>> This patch broke muxing of uyvy rawvideo into mov:
>> $ ./ffmpeg -i fate-suite/frwu/frwu.avi -vcodec rawvideo out.mov
> 
> FYI, specifying the corresponding codec tag explicitly is a workaround:
> 
> $ ./ffmpeg -i fate-suite/frwu/frwu.avi -vcodec rawvideo -tag:v 2vuy out.mov
> 

FYI that's how we found it....
(the explicit tag was wrong in a script, but was previously silently
ignored, and then suddenly caused an error after that commit)

> Andrew
> [..]

-- 
Tim




More information about the ffmpeg-devel mailing list