Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: splitting mp4 in two

  1. #11
    Join Date
    Nov 2009
    Location
    Oklahoma (USA) and India
    Beans
    110
    Distro
    Kubuntu 13.04 Raring Ringtail

    Re: splitting mp4 in two

    I have used several variations of codes like this:

    ffmpeg -i input.mp4 -vcodec copy -acodec copy -ss 00:00:00 -t 00:30:00 output1.mp4
    ffmpeg -i input.mp4 -vcodec copy -acodec copy -ss 00:30:00 -t 00:30:00 output2.mp4

    Everytime I use it for an mp4 file, the first file plays well, but the second is out of sync. However, I just tried it on an avi file. It seems to work great for that.

  2. #12
    Join Date
    Sep 2006
    Beans
    3,713

    Re: splitting mp4 in two

    Can you show the complete console output from the second command?

Page 2 of 2 FirstFirst 12

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •