[FFmpeg-trac] #45(undetermined:new): FFplay do not respect resize alghoritm set in the sourcecode

FFmpeg trac at avcodec.org
Mon Apr 11 16:41:42 CEST 2011


#45: FFplay do not respect resize alghoritm set in the sourcecode
------------------------+---------------------------
Reporter:  ami_stuff    |       Owner:
    Type:  defect       |      Status:  new
Priority:  normal       |   Component:  undetermined
 Version:  unspecified  |  Resolution:
Keywords:               |  Blocked By:
Blocking:               |  Reproduced:  0
Analyzed:  0            |
------------------------+---------------------------

Comment (by ami_stuff):

 ok, there is an "-sws_flags" option for this, but I'm unable to make it to
 work with ffplay:

 this works:

 ffmpeg -i test.tif -vf scale=504:376 -sws_flags bilinear out.bmp

 this doesn't work:

 ffplay -i test.tif -vf scale=504:376 -sws_flags bilinear

 and it seems there is another regression, because ffmpeg generates wrong
 resized pic with at least bilinear/fast_bilinear rescale algo selected
 (g5381823 11.04.2011)

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/45#comment:3>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list