View Single Post
Old 23rd December 2007, 02:32   #2177  |  Link
drmpeg
Registered User
 
Join Date: Jan 2003
Location: Silicon Valley
Posts: 455
Quote:
Originally Posted by rickardk View Post
Don't really know how to make a small sample evo...
I have a few simple command line tools for cutting files to create samples.

http://www.w6rz.net/head.zip

Creates a file from the first x bytes of a file.

head <infile> <outfile> <length>

head movie.evo clip.evo 50000000

************************************************

http://www.w6rz.net/tail.zip

Creates a file from the last x bytes of a file.

tail <infile> <outfile> <length>

tail movie.evo clip.evo 50000000

************************************************

http://www.w6rz.net/clip.zip

Creates a file of x bytes starting at y bytes into the file.

clip <infile> <outfile> <start offset> <length>

clip movie.evo clip.evo 1000000000 50000000

Ron
__________________
HD MPEG-2 Test Patterns http://www.w6rz.net
drmpeg is offline