[FFmpeg-trac] #45(undetermined:new): FFplay do not respect resize alghoritm set in the sourcecode
FFmpeg
trac at avcodec.org
Mon Apr 11 12:33:35 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 saste):
Replying to [ticket:45 ami_stuff]:
> issue 1804
>
> https://roundup.libav.org/file834/test.tif
>
> When I run FFplay like this:
>
> ffplay -x 504 -y 376 test.tif
>
> the picture will be displayed incorrectly (looks like chessboard).
>
> this is not reproducible with ffmpeg:
Hi,
the problem depends on the brittle implementation of the -x/-y and
filtering interaction logic.
Workaround: use -vf scale=504:376
I suggest two solutions to remove -x and -y (and the maintainance burdom)
in favor of -vf scale=w:h, and make docs and code points to -vf scale.
Would you consider acceptable this solution?
--
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/45#comment:1>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list