Opened 7 years ago
Closed 7 years ago
#7040 closed defect (needs_more_info)
transcode mp4 using qsv get "Error opening the internal VPP session"
Reported by: | zzugyl | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | undetermined |
Version: | unspecified | Keywords: | qsv |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
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
Attachments (1)
Change History (3)
by , 7 years ago
Attachment: | ffmpeg-20180224-transcode.txt added |
---|
comment:1 by , 7 years ago
Can't reproduce it with master branch (commit: 40102a21374096ce0ba05c67c6e7474f176af2d0) on Linux (centos 7.3, MSS2017ESSR3). I see many qsv patches on master branch haven't been merged to ffmpeg 3.4.2. Could you try the master branch?
comment:2 by , 7 years ago
Component: | ffmpeg → undetermined |
---|---|
Keywords: | hwaccel h264_qsv removed |
Priority: | important → normal |
Resolution: | → needs_more_info |
Status: | new → closed |
Version: | 3.4 → unspecified |
ffmpeg transcode log