I'm recording some games and practice sessions to help players improve their skills, and I'd like to edit out downtime and add chapter marks, preferably without re-encoding. The problem is, that there are a LOT of edits to be made, as the downtime between practice serves really adds up.
I have MPEG4 video in MOV format, and MP4Cam2AVI will quickly convert that to AVI. What software can I use to conveniently cut dead segments and add chapter marks? If I don't have to re-encode, that's even better.
Thanks!
+ Reply to Thread
Results 1 to 3 of 3
-
-
I managed to figure it out with some help.
Code:mkvmerge -o file --chapters x --split timecodes:[...] FILE.MOV mkvmerge -o merged.mkv f-002.mkv +f-004.mkv
Code:CHAPTER01=0:0:0.000 CHAPTER01NAME=1 CHAPTER02=0:0:33.000 CHAPTER02NAME=2 CHAPTER03=0:0:37.000 CHAPTER03NAME=3 CHAPTER04=0:0:43.000 CHAPTER04NAME=4 CHAPTER05=0:0:47.000 CHAPTER05NAME=5
Similar Threads
-
can tsmuxer change h.264 mov to m2ts files without reencoding?
By Onceler2 in forum Video ConversionReplies: 2Last Post: 20th Mar 2012, 04:47 -
Add 5.1 to m4v file without reencoding video?
By jaredhite1 in forum AudioReplies: 3Last Post: 14th Feb 2012, 02:12 -
Change DV stream from .mov to .dv container without reencoding
By DavidCasillas in forum MacReplies: 3Last Post: 16th Sep 2011, 02:18 -
Add borders to MKV without reencoding?
By squadjot in forum Video ConversionReplies: 3Last Post: 16th Nov 2010, 13:53 -
Add a watermark to .avi x Reencoding
By dexter30 in forum EditingReplies: 21Last Post: 8th Sep 2009, 21:42