[FFmpeg-trac] #3741(undetermined:reopened): Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead.

FFmpeg trac at avcodec.org
Wed Aug 20 05:56:39 CEST 2014


#3741: Using AVStream.codec.time_base as a timebase hint to the muxer is
deprecated. Set AVStream.time_base instead.
-------------------------------------+-------------------------------------
             Reporter:  miguelapg    |                    Owner:
                 Type:  defect       |                   Status:  reopened
             Priority:  minor        |                Component:
              Version:  git-master   |  undetermined
             Keywords:               |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  1
-------------------------------------+-------------------------------------

Comment (by needkane):

 The bug give me a problem: Generate file.m3u8 ,but Each seg's time is
 wrong
 The video source:http://needkane.qiniudn.com/a.wmv
 you can download this video
 Command and process:
 qboxtest at qboxtest-G41D3:~/qbox/ffmpeg/fop/src/qbox.us/fop/m3u8$ ffmpeg -i
 m3u8150495689 -ar 32000 -ab 48k -b:v 600k -g 90 -dcodec copy -scodec
 mov_text -acodec libfaac -v warning -flags +loop+mv4 -pix_fmt yuv420p -cmp
 256 -partitions +parti4x4+partp8x8+partb8x8 -subq 7 -trellis 1 -refs 5
 -coder 0 -me_range 16 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71
 -rc_eq 'blurCplx^(1-qComp)' -qcomp 0.6 -qmin 10 -qmax 51 -qdiff 4 -level
 3.0 -codec:v libx264 -pix_fmt yuv420p -map_metadata 0:g -vf
 transpose=1,scale='trunc(in_w/2)*2:trunc(in_h/2)*2' -map 0 -f ssegment
 -segment_format mpegts -segment_list_type m3u8''' -segment_time 10'''
 -force_key_frames expr:'gte(t,n_forced*10)' -segment_list_entry_prefix
 http://qiniu.com:888/hello.m3u8@ -segment_list m3u8717598356/file.m3u8
 m3u8717598356/seg%d
 [libx264 @ 0x239e040] frame MB size (48x86) > level limit (1620)
 [libx264 @ 0x239e040] DPB size (5 frames, 20640 mbs) > level limit (1
 frames, 8100 mbs)
 [mpegts @ 0x2849b60] Using AVStream.codec.time_base as a timebase hint to
 the muxer is deprecated. Set AVStream.time_base instead.
     Last message repeated 1 times
 [mpegts @ 0x241cc20] Using AVStream.codec.time_base as a timebase hint to
 the muxer is deprecated. Set AVStream.time_base instead.
     Last message repeated 11 times
 [mpegts @ 0x243c8e0] Using AVStream.codec.time_base as a timebase hint to
 the muxer is deprecated. Set AVStream.time_base instead.
     Last message repeated 3 times

 Result:
 #EXTM3U
 #EXT-X-VERSION:3
 #EXT-X-MEDIA-SEQUENCE:0
 #EXT-X-ALLOW-CACHE:YES
 #EXT-X-TARGETDURATION:95
 #EXTINF:'''94.722562,'''
 http://qiniu.com:888/hello.m3u8@seg0
 #EXTINF:'''84.522562,'''
 http://qiniu.com:888/hello.m3u8@seg1
 #EXTINF:74.522562,
 http://qiniu.com:888/hello.m3u8@seg2
 #EXTINF:64.522562,
 http://qiniu.com:888/hello.m3u8@seg3
 #EXTINF:54.522562,
 http://qiniu.com:888/hello.m3u8@seg4
 #EXTINF:44.522562,
 http://qiniu.com:888/hello.m3u8@seg5
 #EXTINF:34.522562,
 http://qiniu.com:888/hello.m3u8@seg6
 #EXTINF:24.522562,
 http://qiniu.com:888/hello.m3u8@seg7
 #EXTINF:24.650750,
 http://qiniu.com:888/hello.m3u8@seg8
 #EXT-X-ENDLIST

--
Ticket URL: <https://trac.ffmpeg.org/ticket/3741#comment:16>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list