[FFmpeg-trac] #3987(swscale:new): When converting to higher bits and resizing, do first convert and than resize

FFmpeg trac at avcodec.org
Sun Sep 28 23:13:20 CEST 2014


#3987: When converting to higher bits and resizing, do first convert and than
resize
----------------------------------+---------------------------------------
             Reporter:  erazortt  |                     Type:  enhancement
               Status:  new       |                 Priority:  normal
            Component:  swscale   |                  Version:  unspecified
             Keywords:            |               Blocked By:
             Blocking:            |  Reproduced by developer:  0
Analyzed by developer:  0         |
----------------------------------+---------------------------------------
 Summary of the bug:
 When the the user wants to convert the input to a higher bit depth AND to
 resize, do first the conversion to that bit depth and than resize.

 How to reproduce:
 ffmpeg -loglevel verbose -i 8bitInput.mkv -pix_fmt yuv420p10le -vf
 "scale=1280:-1" -sws_flags spline -f rawvideo - 1>/dev/null

 Patches should be submitted to the ffmpeg-devel mailing list and not this
 bug tracker.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/3987>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list