[FFmpeg-user] 422 to 444 Upsampling Testbed
Vincent Olivier
vincent at up4.com
Mon Apr 29 22:24:11 CEST 2013
On 2013-04-29, at 4:13 PM, Paul B Mahol <onemda at gmail.com> wrote:
> Not with lut filter. Your only solution for now is to use image muxer
> with .y extension and raw video codec
> (its set automaticaly if not set to anything).
>
> I could write filter which would do same and would work like this:
>
> ffmpeg -i input.mxf -filter_complex separateplanes=all -o y%d.png -o
> u%d.png -o v%d.png
>
> All outputs would be in gray colorspace.
Are you offering me to code this and put it in the trunk? If so I can test it whenever you want! Just let me know.
Thanks,
Vincent
More information about the ffmpeg-user
mailing list