dee’s blog

expressions of my experience

About Me

    I live in Molfetta BA, Italy.
    I study computer science at Bari.
    I have more friend and a beautiful girlfriend.
    I like play football and fight to kick boxing.
    I love my grandmother's lasagna.

    ArchLinux User
    Dario `dax` Vilardi
    Public Key @ www.deelab.org/dax.asc
    7A94 51B8 9E37 8518 D71D 1C72 6272 6C18 27F1 81B0

    sticker-arch

Archive for the ‘tremulous’ Category

Febbraio 10, 2008

me (aka dax) playing tremulous

trem split videos while recording, so after a first past
$ffmpeg -i video.avi -ar 44100 -b 2048 -f mpeg -s 800x600 video2.mpg
i have appended the second part with first
$ cat video1.mpg video2.mpg > outout.mpg
and finally the last past with
$transcode -G 0.5 -i output.mpg -o final.mpg -y ffmpeg -F mpeg4 -w 2048

not to bad, quite simple ;)

Dicembre 15, 2007

tremulous comp hud

la mia primissima esperienza con gli hud modificati è con il comp’s all-business custom hud, molto semplicemente il comp.

è stato un amore a prima vista, fiQissimo.
l’installazione è molto semplice, basta portare in base/ui tutti i file forniti e lanciare l’installer da console:
/exec ui/comp_install.cfg

l’unica pecca di questo hud è il mirino agli alieni, non credo di sopportarlo. probabilmente ci proverò a levarlo.

first of all i need to thank codernem for this nice mini-howto.

yesterday playing at tremulous i have tried a new mod, benmachine mod.
i think it was in testing cos wasn’t very playable.
however i have recorded demos, /record /stoprecord.
after this i have thought to make video, /video /stopvideo while playing /demo.
i have recorded the videos but they was so much large, 2giga every 5 minutes asdasd.

now start the mini-howto to make videos smaller, remember that i’m a linux user. my os is Archlinux.
this mini howto is made using ffmpeg & transcode with their respective depends.

i have followed this 2 simple step:
1) ffmpeg -i video.avi -ar 44100 -b 2048 -f mpeg -s 800x600 video2.mpg
to make the mpeg4 from an mjpeg
2) transcode -G 0.5 -i video2.mpg -o videofinal.mpg -y ffmpeg -F mpeg4 -w 2048
to make video lighter

the matter is that tremulous split video recording every 5 minutes. so after the first step i have joined the frame into one with Kino, importing the mpegs and appending them into one project to exports to mpeg again, and finally the second step to make lighter the video.

finally i have uploaded my videos.

bb