split a file in half
Moderator: Moderators
-
- Inmate
- Posts: 367
- Joined: Fri Jun 08, 2001 2:34 pm
split a file in half
How do you split a video file in half? .bin etc... <p><table><tr><td><b><a href="mailto:jester@thzclan.com">Jester</a></b><br><b><a href=http://www.thzclan.com>Cerberus of THZ*</a></b><br><b><a href=http://www.xmenclan.org>XMEN</a></b><br><b><a href=http://www.dragontalonmercs.com>Dragon Talon Merc</a> </b><br><b><a href=http://www.thzclan.com/hosted/planetside>Allied Tribal Forces</a></b></td> <td> <img src="http://www.thzclan.com/hosted/jester/si ... </p><i></i>
- Spinning Hat
- Inmate
- Posts: 2564
- Joined: Wed Jun 07, 2000 10:06 am
- Location: Minneapolis, MN
- Contact:
Re: split a file in half
Umm...<br><br><!--EZCODE ITALIC START--><em> Spinning hat begins to pound on the floor calling for Gambit repeatedly until his foot begins to hurt...</em><!--EZCODE ITALIC END--><br><br>I dunno.. Ask Gambit? <p><!--EZCODE HR START--><hr /><!--EZCODE HR END--><!--EZCODE CENTER START--><div style="text-align:center"><br><!--EZCODE FONT START--><span style="color:red;font-family:Arial;font-size:medium;"><!--EZCODE ITALIC START--><em>"Never, Never, Never Quit"</em><!--EZCODE ITALIC END--> -Winston Churchill</span><!--EZCODE FONT END--></div><!--EZCODE CENTER END--></p><i></i>
-
- Inmate
- Posts: 2369
- Joined: Mon Oct 02, 2000 12:09 am
- Location: Silverdale, WA
Re: split a file in half
What do you mean?<br><br>Like cut the physical file in equal sized parts? Or cut the video frames into equal sized parts?<br><br> <p></p><i></i>
- XMEN Gambit
- Site Admin
- Posts: 4122
- Joined: Thu Nov 18, 1999 12:00 am
Re: split a file in half
<!--EZCODE EMOTICON START :bounce --><img src=http://www.thzclan.com/forums/images/sm ... bounce.gif ALT=":bounce"><!--EZCODE EMOTICON END--> <!--EZCODE FONT START--><span style="color:yellow;font-family:comic sans ms;font-size:x-large;">Who dares summon me?</span><!--EZCODE FONT END--><!--EZCODE EMOTICON START :bounce --><img src=http://www.thzclan.com/forums/images/sm ... bounce.gif ALT=":bounce"><!--EZCODE EMOTICON END--> <br><br>/me notes Hat's sore foot.<br><br>Oh, it's you. Let's see...<br><br>Um, I'm not sure how you'd do it.<br><br>I'd write a small program that would copy bytes up to the specified size into one new file and the rest of the bytes into another. I've done stuff like that before.<br><br>There is a <!--EZCODE ITALIC START--><em>split</em><!--EZCODE ITALIC END--> command in unix that does what you want. <br><br>Ah, here's some links to free programs to do it for you. Note that I know nothing about them, I just found them using google.<br><br><!--EZCODE AUTOLINK START--><a href="http://64.70.165.184/vfrazee/files/spli ... <!--EZCODE AUTOLINK END--><br><!--EZCODE AUTOLINK START--><a href="http://freebyte.swmirror.com/hjsplit.zi ... <!--EZCODE AUTOLINK END--><br><!--EZCODE AUTOLINK START--><a href="http://www.gdgsoft.com/gsplit/">www.gdg ... <!--EZCODE AUTOLINK END--><br><!--EZCODE AUTOLINK START--><a href="http://space.dolphin.free.fr/Windows/sp ... <!--EZCODE AUTOLINK END--><br><br>*edit*<br>Oh, and some files are conducive to splitting, and some aren't. In other words, your video file may require certain leading or trailing bytes which the split file won't have. So simply splitting the file may or may not do what you need.<br> <p><!--EZCODE IMAGE START--><img src="http://www.xmenclan.org/xmengambit.gif"/><!--EZCODE IMAGE END--><br>XMEN member<br>Card-carrying DTM<br>OKL Fish-napper<br><br>Though a program be but three lines long, someday it will have to be maintained.<br><!--EZCODE ITALIC START--><em> The Tao of Programming</em><!--EZCODE ITALIC END--></p><i>Edited by: <A HREF=http://pub141.ezboard.com/bxmenclan.sho ... ambit>XMEN Gambit</A> <IMG HEIGHT=10 WIDTH=10 SRC="http://www.xmenclan.org/images/x.gif" BORDER=0> at: 8/14/03 6:49 am<br></i>
-
- Inmate
- Posts: 966
- Joined: Thu Jan 17, 2002 5:26 pm
Re: split a file in half
you mean just split it into parts or to split it into readable/playable parts??? <p><!--EZCODE FONT START--><span style="color:red;font-size:large;">C</span><!--EZCODE FONT END--><!--EZCODE FONT START--><span style="color:orange;font-size:large;">O</span><!--EZCODE FONT END--><!--EZCODE FONT START--><span style="color:green;font-size:large;">L</span><!--EZCODE FONT END--><!--EZCODE FONT START--><span style="color:blue;font-size:large;">O</span><!--EZCODE FONT END--><!--EZCODE FONT START--><span style="color:indigo;font-size:large;">R</span><!--EZCODE FONT END--><!--EZCODE FONT START--><span style="color:violet;font-size:large;">S</span><!--EZCODE FONT END--><!--EZCODE FONT START--><span style="color:pink;font-size:xx-large;">!</span><!--EZCODE FONT END--></p><i></i>
-
- Inmate
- Posts: 367
- Joined: Fri Jun 08, 2001 2:34 pm
Re: split a file in half
split it into playable parts. Two parts.<br> <p><table><tr><td><b><a href="mailto:jester@thzclan.com">Jester</a></b><br><b><a href=http://www.thzclan.com>Cerberus of THZ*</a></b><br><b><a href=http://www.xmenclan.org>XMEN</a></b><br><b><a href=http://www.dragontalonmercs.com>Dragon Talon Merc</a> </b><br><b><a href=http://www.thzclan.com/hosted/planetside>Allied Tribal Forces</a></b></td> <td> <img src="http://www.thzclan.com/hosted/jester/si ... </p><i></i>
-
- Inmate
- Posts: 966
- Joined: Thu Jan 17, 2002 5:26 pm
Re: split a file in half
well... you'd need some sort of video editing app...<br><br>you could write your own if you wanted to... just gotta learn the file format (headers/footers, orientation of the stored image, etc etc...) and then just have your app create two new files w/ headers/footers of their own and copy the appropriate frames to their files...<br><br>my vote goes on searching for some video studio/editer that will do this for you <!--EZCODE EMOTICON START :) --><img src=http://www.ezboard.com/images/emoticons/smile.gif ALT=":)"><!--EZCODE EMOTICON END--> <p><!--EZCODE FONT START--><span style="color:red;font-size:large;">C</span><!--EZCODE FONT END--><!--EZCODE FONT START--><span style="color:orange;font-size:large;">O</span><!--EZCODE FONT END--><!--EZCODE FONT START--><span style="color:green;font-size:large;">L</span><!--EZCODE FONT END--><!--EZCODE FONT START--><span style="color:blue;font-size:large;">O</span><!--EZCODE FONT END--><!--EZCODE FONT START--><span style="color:indigo;font-size:large;">R</span><!--EZCODE FONT END--><!--EZCODE FONT START--><span style="color:violet;font-size:large;">S</span><!--EZCODE FONT END--><!--EZCODE FONT START--><span style="color:pink;font-size:xx-large;">!</span><!--EZCODE FONT END--></p><i></i>
- Spinning Hat
- Inmate
- Posts: 2564
- Joined: Wed Jun 07, 2000 10:06 am
- Location: Minneapolis, MN
- Contact:
Re: split a file in half
Movie maker in XP will do that for you Jester. <p><!--EZCODE HR START--><hr /><!--EZCODE HR END--><!--EZCODE CENTER START--><div style="text-align:center"><br><!--EZCODE FONT START--><span style="color:red;font-family:Arial;font-size:medium;"><!--EZCODE ITALIC START--><em>"Never, Never, Never Quit"</em><!--EZCODE ITALIC END--> -Winston Churchill</span><!--EZCODE FONT END--></div><!--EZCODE CENTER END--></p><i></i>
Re: split a file in half
get virtualDub<br><br>go here <!--EZCODE AUTOLINK START--><a href="http://www.vcdhelp.com">www.vcdhelp.com</a><!--EZCODE AUTOLINK END--><br><br>for tutorials on anything concerning video <p><!--EZCODE IMAGE START--><img src="http://pic1.picturetrail.com/VOL133/103 ... 214513.jpg" style="border:0;"/><!--EZCODE IMAGE END--></p><i></i>