[FFmpeg-trac] #7040(ffmpeg:new): transcode mp4 using qsv get "Error opening the internal VPP session"

FFmpeg trac at avcodec.org
Sat Feb 24 11:17:50 EET 2018


#7040: transcode mp4 using qsv get "Error opening the internal VPP session"
-------------------------------------+-------------------------------------
             Reporter:  zzugyl       |                     Type:  defect
               Status:  new          |                 Priority:  important
            Component:  ffmpeg       |                  Version:  3.4
             Keywords:  qsv hwaccel  |               Blocked By:
  h264_qsv                           |  Reproduced by developer:  0
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Summary of the bug:
 I get a video file filmed by android phone. Try to transcode using ffmpeg
 with qsv to accelate video decode. But it doesnot work well.
 How to reproduce:
 {{{
 ffmpeg.exe -v debug -hwaccel qsv -c:v h264_qsv -noautorotate -i
 VID_20180127_122111.mp4 -vcodec h264_qsv -f mp4 out.mp4
 ffmpeg version 3.4.2 Copyright (c) 2000-2018 the FFmpeg developers
 }}}

 But when I use CPU mode to decode, it works well:
 {{{
 ffmpeg.exe -v debug -hwaccel qsv -noautorotate -i VID_20180127_122111.mp4
 -vcodec h264_qsv -f mp4 out.mp4
 }}}

 ffmpeg.exe download from https://ffmpeg.zeranoe.com/builds/
 video file can play using android video player or vlc or other video
 player.
 I upload to https://share.weiyun.com/3cdd40d6b7d60377079a8f3692eae3cd
 and https://pan.baidu.com/s/1dFXvpG9
 MD5: 2EA487F5359C0600ABB8B77D41E6BA96

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


More information about the FFmpeg-trac mailing list