Bug #2615
transcoding: x264 encoding issue
0%
Description
Hello,
First I'd like to thank you guys for all the good work regarding TVHeadend.
I'm using transcoding in TVH for a while now and it always worked fine. Last weekend I updated TVH with the latest GIT version and it seems that the libx264 encoding is broken. No video is shown in VLC, only audio. When I select another video encoder, for example mpeg2video or libvpx, the video is displayed correctly. I tried both VLC on Windows and IPad, which always have been working. I'm using the Matroska (mkv) /built-in container for transcoding. The problem occurs on all resolutions.
I ran the configure script with these parameters: ./configure --prefix=/usr --disable-hdhomerun_client --enable-libffmpeg_static
The syslog shows:
Jan 12 12:12:12 TVHeadend01 tvheadend6733: transcode: 0005: 1:H264 1920x1080 > H264 1280x720 (libx264)
Jan 12 12:12:12 TVHeadend01 tvheadend[6733]: transcode: 0005: 2:TELETEXT > Filtered
Jan 12 12:12:12 TVHeadend01 tvheadend6733: transcode: 0005: 3:AC3 ==> Passthrough
Jan 12 12:12:13 TVHeadend01 tvheadend6733: parser: The timediff for TELETEXT is big (1985416488), using current dts
Jan 12 12:12:13 TVHeadend01 tvheadend6733: parser: transport stream TELETEXT, DTS discontinuity. DTS = 0, last = 1985412888
Jan 12 12:12:13 TVHeadend01 tvheadend6733: libav: Increasing reorder buffer to 1
Jan 12 12:12:13 TVHeadend01 tvheadend6733: libav: Increasing reorder buffer to 2
Jan 12 12:12:13 TVHeadend01 tvheadend6733: libav: using SAR=1/1
Jan 12 12:12:13 TVHeadend01 tvheadend6733: libav: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2
Jan 12 12:12:13 TVHeadend01 tvheadend6733: libav: profile Constrained Baseline, level 3.1
Jan 12 12:12:13 TVHeadend01 tvheadend6733: libav: 264 - core 142 - H.264/MPEG-4 AVC codec - Copyleft 2003-2014 - http://www.videolan.org/x264.html - options: cabac=0 ref=3 deblock=1:0:0 analyse=0x1:0x111 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=0 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=6 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=0 weightp=0 keyint=25 keyint_min=2 scenecut=40 intra_refresh=0 rc_lookahead=25 rc=abr mbtree=1 bitrate=1843 ratetol=1.0 qcomp=0.60 qpmin=10 qpmax=30 qpstep=4 vbv_maxrate=3670 vbv_bufsize=1835 nal_hrd=none filler=0 ip_ratio=1.41 aq=1:1.00
Am I doing something wrong? Hopefully somebody can have a look at this or can give some assistance. Thanks in advance.
History
Updated by Jaroslav Kysela almost 10 years ago
- Status changed from New to Fixed
Fixed in v3.9-2354-g940ab26 .
Updated by F T almost 10 years ago
Thanks for fixing this very quickly! It's working excellent again.