[FFmpeg-trac] #4658(avcodec:new): QSV Decoding + Video Post Processing (VPP) support

FFmpeg trac at avcodec.org
Sat Sep 8 12:22:38 EEST 2018


#4658: QSV Decoding + Video Post Processing (VPP) support
-------------------------------------+-----------------------------------
             Reporter:  TheTroll     |                    Owner:
                 Type:  enhancement  |                   Status:  new
             Priority:  normal       |                Component:  avcodec
              Version:  git-master   |               Resolution:
             Keywords:  qsv          |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-----------------------------------

Comment (by lizhong1008):

 VPP is supported from FFmpeg 3.3, scaling and deinterlacing filters were
 supported. And from ffmpeg 4.0, qsv overlay was supported.
 Here is a example of a qsv transcoding pipeline with
 decoding/scaling/encoding:
 ffmpeg -hwaccel qsv -c:v h264_qsv -i "testvid.mp4" -vf "scale_qsv=640:360"
 -b:v 800k -c:v h264_qsv -c:a copy -y "testoutput.mp4"

--
Ticket URL: <https://trac.ffmpeg.org/ticket/4658#comment:7>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list