VideoHelp Forum




+ Reply to Thread
Results 1 to 9 of 9
  1. Member
    Join Date
    Mar 2011
    Location
    Oregon, US
    Search Comp PM
    Hi,

    What piece of software can split a video every 60 minutes ? John
    Quote Quote  
  2. mp4box can split videos in MP4 container using -split time_in_seconds . Like mkvmerge, the accuracy of the splits depend on your source video and how close the keyframes are together
    Quote Quote  
  3. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    Please don't cross post. I removed your other post.
    Quote Quote  
  4. Member
    Join Date
    Mar 2011
    Location
    Oregon, US
    Search Comp PM
    How do you split an avi file into 60 minute segments? John
    Quote Quote  
  5. Copy your .avi (?) source to an empty folder.

    Split it with MKVMergeGUI (Global tab).

    Remux the files with ffmpeg (CMD command)

    Code:
    for %h in (*.mkv) do ffmpeg -i %h -codec copy %~nh.avi
    Quote Quote  
  6. Member
    Join Date
    Mar 2011
    Location
    Oregon, US
    Search Comp PM
    What Global Tab? I can't Find it ! Do I use a previous version?
    ?
    Image Attached Thumbnails Click image for larger version

Name:	global.jpg
Views:	362
Size:	231.8 KB
ID:	33824  

    Quote Quote  
  7. Member
    Join Date
    Mar 2011
    Location
    Oregon, US
    Search Comp PM
    Is there a freeware piece of software that will split a long video mpg file at 6:00 and save the parts? Is it idiotproof?
    Quote Quote  
  8. Do I use a previous version?
    No you're using MKVToolnixGUI - Not MKVMergeGUI. You'll find the Splitting on the output tab.
    Image Attached Thumbnails Click image for larger version

Name:	Split.jpg
Views:	391
Size:	54.0 KB
ID:	33825  

    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!