[FFmpeg-user] transcoding belches out "Past duration 0.939156 too large"

jd1008 jd1008 at gmail.com
Fri Dec 16 03:58:55 EET 2016



On 12/15/2016 03:11 PM, Carl Eugen Hoyos wrote:
> 2016-12-15 19:27 GMT+01:00 jd1008 <jd1008 at gmail.com>:
>> using 3.0.2-static:
> Please test current FFmpeg git head, if the issue is still reproducible,
> please provide both the command line you tested and the complete,
> uncut console output.
>
> Carl Eugen


$ /bin/ffmpeg -i vid_1.mkv -vb 4000k -s 1920x1080 -vf 
"hflip",scale=1920:1080 -y vid_1-hflip.mkv
ffmpeg version 3.2.2 Copyright (c) 2000-2016 the FFmpeg developers
   built with gcc 4.8.3 (GCC) 20140911 (Red Hat 4.8.3-7)
   configuration: --prefix=/usr
   libavutil      55. 34.100 / 55. 34.100
   libavcodec     57. 64.101 / 57. 64.101
   libavformat    57. 56.100 / 57. 56.100
   libavdevice    57.  1.100 / 57.  1.100
   libavfilter     6. 65.100 /  6. 65.100
   libswscale      4.  2.100 /  4.  2.100
   libswresample   2.  3.100 /  2.  3.100
Input #0, matroska,webm, from 'vid_1.mkv':
   Metadata:
     CREATION_TIME   : 2016-08-28 20:13:56
     MAJOR_BRAND     : dash
     MINOR_VERSION   : 0
     COMPATIBLE_BRANDS: iso6avc1mp41
     ENCODER         : Lavf56.1.0
   Duration: 01:29:28.07, start: 0.026000, bitrate: 427 kb/s
     Stream #0:0(und): Video: h264 (Main), yuv420p(tv, bt709, 
progressive), 640x360 [SAR 1:1 DAR 16:9], 30.30 fps, 29.83 tbr, 1k tbn, 
59.74 tbc (default)
     Metadata:
       CREATION_TIME   : 2016-08-28 20:13:56
       LANGUAGE        : und
     Stream #0:1(eng): Audio: opus, 48000 Hz, stereo, fltp (default)
Output #0, matroska, to 'vid_1-hflip.mkv':
   Metadata:
     COMPATIBLE_BRANDS: iso6avc1mp41
     MAJOR_BRAND     : dash
     MINOR_VERSION   : 0
     encoder         : Lavf57.56.100
     Stream #0:0(und): Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 
1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 4000 kb/s, 29.83 fps, 1k tbn, 
29.83 tbc (default)
     Metadata:
       CREATION_TIME   : 2016-08-28 20:13:56
       LANGUAGE        : und
       encoder         : Lavc57.64.101 mpeg4
     Side data:
       cpb: bitrate max/min/avg: 0/0/4000000 buffer size: 0 vbv_delay: -1
     Stream #0:1(eng): Audio: ac3 ([0] [0][0] / 0x2000), 48000 Hz, 
stereo, fltp, 192 kb/s (default)
     Metadata:
       LANGUAGE        : eng
       encoder         : Lavc57.64.101 ac3
Stream mapping:
   Stream #0:0 -> #0:0 (h264 (native) -> mpeg4 (native))
   Stream #0:1 -> #0:1 (opus (native) -> ac3 (native))
Press [q] to stop, [?] for help
Past duration 0.611992 too large   7312kB time=00:00:20.89 
bitrate=2867.2kbits/s speed=1.07x
Past duration 0.613152 too large   7645kB time=00:00:21.53 
bitrate=2908.7kbits/s speed=1.07x
Past duration 0.614326 too large
Past duration 0.615486 too large
Past duration 0.601158 too large
Past duration 0.616661 too large
Past duration 0.602333 too large
Past duration 0.617821 too large
Past duration 0.603493 too large
Past duration 0.618996 too large
Past duration 0.604652 too large
Past duration 0.620155 too large
Past duration 0.605827 too large
Past duration 0.621330 too large
.
.
.
.
.
. ... tons of these messages ....



> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".



More information about the ffmpeg-user mailing list