Am Mon, 18 Jun 2007 08:51:35 +1000 schrieb Alex Samad <[EMAIL PROTECTED]>:
> On Sun, Jun 17, 2007 at 03:56:17PM +0200, Stefan Scheffler wrote: > > Am Sun, 17 Jun 2007 17:01:02 +1000 > > schrieb Alex Samad <[EMAIL PROTECTED]>: > > > > > 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 > > > > > > > and when you leave out the ,lame and the -x? > yep sorry, not being clear about it, my initial steps where to run > tcprobe > > > tcprobe -i > r0013126.avi [tcprobe] RIFF data, AVI > video [avilib] V: 30.000 fps, codec=MJPG, frames=960, width=320, > height=240 [avilib] A: 8000 Hz, format=0x07, bits=8, channels=1, > bitrate=64 kbps, [avilib] 32 chunks, 256000 bytes, > VBR [tcprobe] summary for r0013126.avi, (*) = not default, 0 = not > detected import frame size: -g 320x240 [720x576] > (*) frame rate: -f 30.000 [25.000] frc=0 > (*) audio track: -a 0 [0] -e 8000,8,1 [48000,16,2] -n 0x7 [0x2000] > (*) bitrate=64 > kbps length: 960 frames, frame_time=33 msec, duration=0:00:31.999 > > ooh. didn't notice the audio format. that 0x7 means that format of the audio track is ulaw. Which IIRC isn't directly support. I guess your only option would be, if you want to use transcode, -x mplayer,mplayer. But that requires mplayer. other than that either try the ffmpeg program or mplayers mencoder. stefan