Re: [FFmpeg-user] Clipping off unwanted span of mp4 file

2018-03-18 Thread Carl Zwanzig
On 3/18/2018 2:27 PM, JD wrote: The appended span starts at 2 hours and 30 minutes and 53 seconds. $ ffmpeg -i input -c copy -t 2:30:53 out.mp4 Carl Eugen Thanx Carl. Just what the doc ordered :) Ah, I thought you wanted to extract a piece, not simply truncate. z!

Re: [FFmpeg-user] Clipping off unwanted span of mp4 file

2018-03-18 Thread Carl Zwanzig
Possibly with lots of command-line hackery ffmpeg it might be able to do the job (extract segments and concat them together), but a real editor will make the job a lot easier. I've recently been using the shotcut editor (https://shotcut.org/), which is also opensource/free and uses some

Re: [FFmpeg-user] Clipping off unwanted span of mp4 file

2018-03-18 Thread JD
On 03/18/2018 12:03 PM, Carl Eugen Hoyos wrote: 2018-03-18 18:31 GMT+01:00, JD : I have an mp4 file that has unwanted span of video APPENDED to it. How do I delete that appended span? FFmpeg is not a file editor and therefore is unable to "delete" something from an

Re: [FFmpeg-user] Clipping off unwanted span of mp4 file

2018-03-18 Thread Carl Eugen Hoyos
2018-03-18 18:31 GMT+01:00, JD : > I have an mp4 file that has unwanted span of video > APPENDED to it. > How do I delete that appended span? FFmpeg is not a file editor and therefore is unable to "delete" something from an existing file. Fortunately, FFmpeg contains an mp4

[FFmpeg-user] Clipping off unwanted span of mp4 file

2018-03-18 Thread JD
Hi all, I have an mp4 file that has unwanted span of video APPENDED to it. How do I delete that appended span? The appended span starts at 2 hours and 30 minutes and 53 seconds. Thanx!! ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org