[Scummvm-devel] Smacker video convert thingy flags for binkconv

Hein-Pieter van Braam hp at syntomax.com
Tue Feb 3 10:57:04 CET 2004


Hi all!

I was tired of pressing "done" after extracting video/audio using
binkconv.exe so I figured out these command line flags for them.

I hope you'll find them useful

###### Sample program #######

#!/bin/bash
echo CONVERTING $1.smk to scummvm format
 
wine ~/c/RADVideo/binkconv.exe /cdrom/smackshi/$1.smk $1.wav/# /#65569
wine ~/c/RADVideo/binkconv.exe /cdrom/smackshi/$1.smk $1.tga/# /#65569
oggenc $1.wav
mencoder -ovc lavc -lavcopts vcodec=mpeg2video -mf type=tga:fps=24\
 	mf://$1*.tga -o $1.mp2
rm -f *.tga
rm -f *.wav

###### End #######

good luck! (sorry about the line wrap)





More information about the Scummvm-devel mailing list