On Sun, Jun 17, 2007 at 01:11:34AM +0200, Stefan Scheffler wrote:
> 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?

when I didn't put in -x it had the same problems

> 
> 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

seems like there is a 1.0.3, running debian amd64

> 
> stefan
> 
> 

Attachment: signature.asc
Description: Digital signature

Reply via email to