On Sat, Feb 02, 2019 at 21:22:03 +0100, Ulf Zibis wrote:
> Does that mean, it makes *sense to file a bug* to have single line
> processing with crop in the future? I would burn for that.

You can always "up-convert" your colorspace before cropping, and
"down-convert" afterwards:
$ ffmpeg [...] -vf format=yuv444p,crop=h=1:...,format=yuv420p [...]
or something like this.

(I don't know if it's technically impossible to crop a yuv420p to an
uneven number of lines, or just not desired. The color information for
that one single line does exist...)

Moritz
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to