Hi I'm searching, reading, testing, but I can't find a solution. I hope you can help me.
What I want is to re-encode videos with ranges (so I want to cut and reencode them). Example:
Input: video.avi
Output video.mkv
But I don't just want to convert the complete video - I want to reencode only specific time or frame ranges in one output video. Example:
(h:m:s) - 00:00:10 to 00:00:30 AND 00:01:00 to 00:02:00 AND 00:05:00 to 00:10:00
Alle the ranges (or cuts) in one step in one output file. I tried it with ffmpeg but it seems it only can handle one time range, not several ones. I could encode with the above example three videos and then merge them together, but it seems that would mean I have to encode 3 mpgs and after that reencode all of them to one mkv. This is quite slow and a lot of encoding.
Is there a way to encode multiple time/frame ranges with ffmpeg or another command line encoder in only one encoding step? How would you cut a video and what command line tool would you use?
+ Reply to Thread
Results 1 to 4 of 4
-
-
mencoder should be able to do this using an edl list (http://www.mplayerhq.hu/DOCS/HTML/en/edl.html).
Similar Threads
-
command line utility for merge multiple video of type mp4(h264) and wmv
By redsunbird in forum EditingReplies: 1Last Post: 17th Dec 2012, 06:43 -
merge multiple mp4(h264) video the time frame get reduce by 10%
By redsunbird in forum Video ConversionReplies: 2Last Post: 15th Dec 2012, 03:32 -
Convert multiple mpeg2 to wmv with command line!!! Help pls!!
By orlroc in forum Video ConversionReplies: 5Last Post: 15th Dec 2009, 23:18 -
Paid Support :: Encode Mkv to AVI + Subtitles command Line.
By izzy2k in forum SubtitleReplies: 10Last Post: 10th Apr 2009, 06:21 -
Join MOV Video from command line
By parisisal in forum EditingReplies: 4Last Post: 19th Feb 2009, 10:59