Gentoo Archives: gentoo-user

From: Hal Martin <hal.martin@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Splitting .mov files
Date: Sat, 26 Apr 2008 17:27:39
Message-Id: 48136571.1050102@gmail.com
In Reply to: [gentoo-user] Splitting .mov files by Mick
1 I assume you want each piece of this file to be play-able? If you don't
2 care about that, just use split to chop them up into your desired size
3 and then use cat to reassemble them at the destination.
4
5 *$ split –bytes=1m /path/to/large/file /path/to/output/file/prefix*
6
7 'man split' will also contain this information.
8
9 -Hal
10
11 Mick wrote:
12 > Hi All,
13 >
14 > I have a rather large .mov file which I want to split into two separate files.
15 > What options are available to me?
16 >
17
18 --
19 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Splitting .mov files Mick <michaelkintzios@×××××.com>