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

Andrew Wason rectalogic at rectalogic.com
Mon Sep 24 18:02:56 CEST 2012


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

Andrew


More information about the ffmpeg-devel mailing list