[FFmpeg-user] Still happening - Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead.

Luke Davis l1 at newanswertech.com
Sat Jul 26 19:55:41 CEST 2014


I believe somebody (Carl) said this was fixed in the latest version, but in a 
compilation of a version obtained an hour ago from latest, it is still happening 
when segmenting...

[mpegts @ 0x2e73ea0] Using AVStream.codec.time_base as a timebase hint to the 
muxer is deprecated. Set AVStream.time_base instead.
     Last message repeated 1 times

Command:

ffmpeg  -i /home/streamer/origin.sdp \
-acodec libfdk_aac -ac 2 -b:a 128k -vcodec libx264 -vpre libx264-ipod640 -preset 
faster -b:v 500k -threads 0 -g 75 -level 3.1 \
-map 0 -vbsf h264_mp4toannexb \
-flags -global_header -f segment \
-segment_time 10 \
-segment_list stream.m3u8 -segment_list_flags +live -segment_list_size 9  \
-segment_format mpegts stream`date '+%m%d%H%M%s'`-%05d.ts


More information about the ffmpeg-user mailing list