[FFmpeg-trac] #9184(undetermined:new): overlay_qsv fails to apply animated logo

FFmpeg trac at avcodec.org
Wed Apr 14 09:25:17 EEST 2021


#9184: overlay_qsv fails to apply animated logo
-------------------------------------+-------------------------------------
             Reporter:  akoryagin    |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
                                     |  undetermined
              Version:  unspecified  |               Resolution:
             Keywords:  overlay_qsv  |               Blocked By:
  regression                         |
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
Changes (by wenbinCHEN):

 * cc: wenbin.chen@… (added)


Comment:

 Hi akoryagin:
 I don't know why 4.1 works bug 4.4 failed, but according to your command
 line and error log, I think you should change your command line like this:

 {{{
 ffmpeg-4.4 -init_hw_device qsv=hw -filter_hw_device hw -c:v h264_qsv -i
 sailboat.ts -filter_complex
 "movie=alogo.png:loop=0,setpts=N/FRAME_RATE/TB[mv];[mv]hwupload=extra_hw_frames=10,format=qsv[watermark];
 [0:v]format=nv12,hwupload=extra_hw_frames=10[temp1];[temp1][watermark]overlay_qsv=x=(W-w):y=(H-h)/2:shortest=1,scale_qsv=w=1280:h=720"
 -c:v h264_qsv -b:v 3M -maxrate 3M -c:a copy -y -movflags +faststart test-
 ffmpeg44.mp4
 }}}

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


More information about the FFmpeg-trac mailing list