Transcoding with HW support -H264_QSV
Added by David jrm almost 9 years ago
Hi all,
I have installed the Intel Media SDK in ubuntu 14.04 following the steps from https://ffmpeg.org/pipermail/ffmpeg-user/2015-October/028761.html and it was done apparentely without issues. However, after install tvheadend with libmfx option enabled, etc, I see the transcoding option to h264_qsv, but selecting this I only got audio and tvheadend show the following in the log:
_2015-12-07 22:28:03.537 libav: non-existing SPS 0 referenced in buffering period 2015-12-07 22:28:03.537 libav: non-existing PPS 0 referenced 2015-12-07 22:28:03.537 libav: decode_slice_header error 2015-12-07 22:28:03.537 libav: no frame! 2015-12-07 22:28:03.537 libav: non-existing SPS 0 referenced in buffering period 2015-12-07 22:28:03.537 libav: non-existing PPS 0 referenced 2015-12-07 22:28:03.537 libav: decode_slice_header error 2015-12-07 22:28:03.537 libav: no frame! 2015-12-07 22:28:03.537 libav: non-existing SPS 0 referenced in buffering period 2015-12-07 22:28:03.537 libav: non-existing PPS 0 referenced 2015-12-07 22:28:03.537 libav: decode_slice_header error 2015-12-07 22:28:03.537 libav: no frame! 2015-12-07 22:28:03.564 parser: The timediff for TELETEXT is big (1710982846), using current dts 2015-12-07 22:28:03.564 parser: transport stream TELETEXT, DTS discontinuity. DTS = 0, last = 1710981046 2015-12-07 22:28:03.569 libav: Error initializing an internal MFX session 2015-12-07 22:28:03.569 transcode: 0024: Unable to open h264_qsv encoder_
I have seen some posts with different information, but no idea what could be wrong in my setup.
Current configuration:
TVH Build: 4.1-1183~g637d1f3 (2015-12-07T21:39:49+0100)
Media SDK:2015 r6
Linux kernel:3.14.5
ffmpeg: 2.8.3
I would really appreciate any light on this
Thanks!