Re: [FFmpeg-user] Duration Issues

2016-07-01 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ag.or.at> writes: > In addition to what Moritz wrote, please note that the input > option -t does not always work correctly. As Moritz had kindly found out and told me, the bug I was thinking of is already fixed (but wasn't it 2.8). Sorry for the noise, Carl Eugen __

Re: [FFmpeg-user] Duration Issues

2016-06-30 Thread Reto Kromer
Celso Junior wrote: >ffmpeg version 2.8.6-1ubuntu2 Copyright (c) 2000-2016 the FFmpeg developers > built with gcc 5.3.1 (Ubuntu 5.3.1-11ubuntu1) 20160311 Please update to HEAD or version 3.1.1. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http:

Re: [FFmpeg-user] Duration Issues

2016-06-30 Thread Carl Eugen Hoyos
Cley Faye gmail.com> writes: > ​I'm not sure how it would produce the result you're seeing, but > for information input option (I assume -ss and -t refers to the > input here) must be placed before the corresponding -i. In addition to what Moritz wrote, please note that the input option -t do

Re: [FFmpeg-user] Duration Issues

2016-06-30 Thread Moritz Barsnick
On Thu, Jun 30, 2016 at 18:17:14 +0200, Cley Faye wrote: > 2016-06-30 17:15 GMT+02:00 Celso Junior : > > ffmpeg -i origin.mxf -ss 00:00:00.000 -t 00:00:01.000 -c copy -map 0 -y > > chunk.mxf > I'm not sure how it would produce the result you're seeing, but for > information input option (I assume

Re: [FFmpeg-user] Duration Issues

2016-06-30 Thread Cley Faye
2016-06-30 17:15 GMT+02:00 Celso Junior : > ffmpeg -i origin.mxf -ss 00:00:00.000 -t 00:00:01.000 -c copy -map 0 -y > chunk.mxf > > > I tried setting the fps by hand, using -to instead of -t but nothing > changes... > > Does someone has some idea about it? What am I doing wrong? > ​I'm not sure

[FFmpeg-user] Duration Issues

2016-06-30 Thread Celso Junior
Hello Guys! I'm experiensing some real strange (to me) problem. I have to extract portions of a video, let's say, one second. I use ffmpeg -i origin.mxf -ss 00:00:00.000 -t 00:00:01.000 -c copy -map 0 -y chunk.mxf What I get is this: ffmpeg version 2.8.6-1ubuntu2 Copyright (c) 2000-2016 the FFm