3gp Converter
!0N!x 17.07.2006 - 16:28 1993 15
Lobo
Here to stay
|
also unter linux mach ich das mit nem kleinen skript, dass ich mir wo gesucht und etwas abgeändert hab #!/bin/sh
mencoder "$1" -nosound -ovc lavc -lavcopts vcodec=mpeg4 -vop expand=176:144,scale=176:-2 -o movie.avi -ofps 12
mplayer -vo null -ao pcm -af resample=8000,volume=+4db:sc "$1"
ffmpeg -i movie.avi -i audiodump.wav -b 48 -ac 1 -ab 12 -map 0.0 -map 1.0 "$1".3gp
rm movie.avi
rm audiodump.wav
(funkt einwandfrei auf meinem sony ericsson k600i) und windoof hab ichs mit dem teil mal probiert: http://imtoo.com/3gp-video-converter.htmlleider halt ned gratis
|