twelfth tronic ladle -- sunday 3rd june

A place for threads related to tournaments and the like, and things related too.

Moderator: Light

User avatar
Z-Man
God & Project Admin
Posts: 11589
Joined: Sun Jan 23, 2005 6:01 pm
Location: Cologne
Contact:

Post by Z-Man »

Hoax
Shutout Match Winner
Posts: 892
Joined: Sun Jun 18, 2006 5:24 pm
Location: UK

Post by Hoax »

heh 2020 i knew you would say that, I should have not put 'organised' but you were the catalyst for the idea is more what I meant :wink:
User avatar
2020
Outside Corner Grinder
Posts: 1322
Joined: Thu Dec 29, 2005 9:21 pm
Location: the present, finally

Post by 2020 »

trying to post the recording of the final here as an attachment

o dear
can't
it is 5.2mb long...
any suggestions...?
hold the line
User avatar
Tank Program
Forum & Project Admin, PhD
Posts: 6711
Joined: Thu Dec 18, 2003 7:03 pm

Post by Tank Program »

man split?
Image
User avatar
DDMJ
Reverse Outside Corner Grinder
Posts: 1882
Joined: Thu Jun 08, 2006 12:15 am
Location: LA, CA, USA, NA
Contact:

Post by DDMJ »

Eat some of it :o or give it to Joe to feed his Badmins :P.
User avatar
.:Avl:.C10ud
Average Program
Posts: 50
Joined: Tue Nov 07, 2006 10:20 pm
Location: In the heart of the ENCOM 511 computer system
Contact:

Post by .:Avl:.C10ud »

try 7zip for better compression. if that doesn't do it small enough, then split it. either that or if you run your own web server you can just drop it in the main directory and post a link. The final method is the one I usually use for posting large files anywhere.
Image
END OF LINE.
epsy
Adjust Outside Corner Grinder
Posts: 2003
Joined: Tue Nov 07, 2006 6:02 pm
Location: paris
Contact:

Post by epsy »

2020 wrote:trying to post the recording of the final here as an attachment

o dear
can't
it is 5.2mb long...
any suggestions...?
err...i could try putting it on my webbox if you email me, and maybe sending it to youtube/dailymotion(better quality there)
just PM me for my mail/IM
User avatar
2020
Outside Corner Grinder
Posts: 1322
Joined: Thu Dec 29, 2005 9:21 pm
Location: the present, finally

Post by 2020 »

thanks for the suggestion
epsy
but the format is armagetronad only
which means it needs an armagetronad recorder/reader application to turn the code into images

if i converted the whole thing into a vid
it would be 30 or 40 mins long
which i could feasibly cut into sections
but it would be dull as dishwater

wrt others
how do you go about splitting the bz file of an arma recording...?
hold the line
User avatar
Jonathan
A Brave Victim
Posts: 3391
Joined: Thu Feb 03, 2005 12:50 am
Location: Not really lurking anymore

Post by Jonathan »

Tank has the answer. Run this in Terminal:

Code: Select all

split -b 2000000 -a 1 dropyourfilehere outputname
That would create files like outputnamea, outputnameb, and outputnamec in the current directory, which is usually your home if you didn't cd into another (cd dropfolderhere).

To put the parts back together:

Code: Select all

cd dropfoldercontainingthefiles
cat outputname* > filenameyoulike
This relies on the files being fed in the right order. It will also include any other file names starting with outputname. If you can't assume that:

Code: Select all

cd dropfoldercontainingthefiles
cat outputnamea outputnameb outputnamec > filenameyoulike
ˌɑrməˈɡɛˌtrɑn
Post Reply