Log in

View Full Version : full chroma interpolation for destination format ' yuv420p' not yet implemented


chompy
1st August 2011, 17:37
I'm using x264 rev2044 to resize a 1080p video to 720p (--vf resize:1280,720,,,,spline) and if I use --demuxer lavf, I get the following warning:

[swscaler @ 0000000003778D80] full chroma interpolation for destination format 'yuv420p' not yet implemented

But if I use ffms to demux I don't have any warning.

Is it safe to use lavf for resizing, should I use ffms or is better to use the old good known avisynth?

Greetings