hi,

Am Sun, 17 Jun 2007 07:09:56 +1000
schrieb Alex Samad <[EMAIL PROTECTED]>:
> #!/bin/bash
> 
> #
> # from mail archives for transcode
> 
> INPF="$1"
> OUTF="$1.divx"
> 
> transcode -i "$INPF"  -M 2 -a 0 -e 8000,8,1 -n 0x7 -R 1 -f 25 -x
> ffmpeg -y xvid4,lame -o "$OUTF"
> transcode -i "$INPF"  -M 2 -a 0 -e 8000,8,1 -n 0x7 -R 2 -f 25 -x
> ffmpeg -y xvid4,lame -o "$OUTF"
> 
> 
> 
> this is what happens when I do it as 1 pass
> 
> transcode -i r0013126.avi -M 2 -a 0  -f 25 -x ffmpeg -y xvid4,lame -o 

-x ffmpeg only does video. Does it not work without that option?

Use just -y xvid4. The module should automatically write the audio
in mp3 format into the file.

> v1.0.2 (C) 2001-2003 Thomas Oestreich, 2003-2004 T.

May be a good idea to upgrade

stefan

Reply via email to