Results 1 to 3 of 3

Thread: Breaking Movie into many files

  1. #1
    Join Date
    Mar 2008
    Beans
    241

    Breaking Movie into many files

    Following this thread: http://ubuntuforums.org/showthread.php?t=1556400

    If I have a 6GB Movie (.mp4) and I want to break it into lets say 2GBs files ... what program should I use?

    Thanks

  2. #2
    Join Date
    Apr 2007
    Location
    UK
    Beans
    1,180
    Distro
    Ubuntu Development Release

    Re: Breaking Movie into many files

    Should be something on there that will do it: http://www.videohelp.com/tools/secti...ux-video-tools

    Lots of great information on that site.

  3. #3
    Join Date
    Jul 2006
    Location
    Lancashire
    Beans
    Hidden!
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Breaking Movie into many files

    Quote Originally Posted by perito View Post
    ... what program should I use?

    Thanks
    Use MP4Box, part of the package gpac.
    Look for it in Synaptic.

    Then use a command like this:-
    Code:
    MP4Box -splits 2048000 movie.mp4
    (That number 2048000 is only approximately 2GB)

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
  •