Bug #3318
Transcoding of baseline profile streams
Start date:
2015-11-18
Due date:
% Done:
0%
Estimated time:
Found in version:
4.1.1006
Affected Versions:
Description
When trying to transcode the stream from #3315 I get the following error
2015-11-18 13:36:53.739 transcode: 000A: 1:H264 850x480 ==> H264 850x480 (libx264) 2015-11-18 13:36:53.739 transcode: 000A: 2:AAC-LATM ==> AAC (aac) 2015-11-18 13:36:53.743 libav: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 AVX2 LZCNT BMI2 2015-11-18 13:36:53.746 libav: profile High, level 3.0 2015-11-18 13:36:53.747 libav: 264 - core 148 - H.264/MPEG-4 AVC codec - Copyleft 2003-2015 - http://www.videolan.org/x264.html - options: cabac=1 ref=1 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=4 psy=1 psy_rd=1.00:0.00 mixed_ref=0 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=0 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=1 keyint_min=1 scenecut=40 intra_refresh=0 rc_lookahead=20 rc=abr mbtree=0 bitrate=3000 ratetol=1.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 vbv_maxrate=3750 vbv_bufsize=11250 nal_hrd=none filler=0 ip_ratio=1.40 aq=1:1.00 2015-11-18 13:36:53.747 libav: Invalid parameters provided. 2015-11-18 13:36:53.747 transcode: 000A: fltchain IN init error 2015-11-18 13:36:53.747 transcode: 000A: Video filter creation failed
so it seems the fltchain input is not setup correctly
History
Updated by B C almost 9 years ago
i tried to transcode to mpeg2 and got the following error
libav: VBV buffer too small for bitrate
so maybe we are missing some defaults in 4.1.1006
Updated by Jaroslav Kysela almost 9 years ago
- Status changed from New to Fixed
Fixed in v4.1-1045-g7329323 . Another missing timing in the VUI block issue.