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

2016-12-15 Thread jd1008
On 12/15/2016 03:11 PM, Carl Eugen Hoyos wrote: 2016-12-15 19:27 GMT+01:00 jd1008 : 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

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

2016-12-15 Thread Carl Eugen Hoyos
2016-12-15 19:27 GMT+01:00 jd1008 : > 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 ___ ffmpeg-user mailing

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

2016-12-15 Thread Henk D. Schoneveld
On 15 Dec 2016, at 19:27, jd1008 wrote: > using 3.0.2-static: > > ffmpeg -i vid_1.mkv -vb 4000k -s 1920x1080 -vf hflip,scale=1920:1080 -y > vid_1-hflip.mkv > > is belching out lots of > Past duration 0.939156 too large Probably the result of a framerate conversion, the source is probably diff

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

2016-12-15 Thread jd1008
using 3.0.2-static: ffmpeg -i vid_1.mkv -vb 4000k -s 1920x1080 -vf hflip,scale=1920:1080 -y vid_1-hflip.mkv is belching out lots of Past duration 0.939156 too large Any ideas why? ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.o