Hi, Im afraid this will be a very easy solution but I've been busy with it some hours already and I aren't able to solve it.
I want to convert a mpeg file to a xvid file. This xvid file should have the audio track, but transcode keeps saving it in a seperate file and leaves the xvid with no audio. Im running ubuntu dapper and Installed transcode via apt-get (http://archive.ubuntu.com/ubuntu/). This is my output: transcode -i katjes2.mpg -o blah.avi -y xvid,lame -x mplayer,mplayer transcode v1.0.2 (C) 2001-2003 Thomas Oestreich, 2003-2004 T. Bitterberg libdvdread: Encrypted DVD support unavailable. ************************************************ ** ** ** No css library available. See ** ** /usr/share/doc/libdvdread3/README.Debian ** ** for more information. ** ** ** ************************************************ libdvdread: Can't open file VIDEO_TS.IFO. [transcode] (probe) suggested AV correction -D 0 (0 ms) | AV 0 ms | 0 ms [transcode] auto-probing source katjes2.mpg (ok) [transcode] V: import format | MPEG (V=mplayer|A=mplayer) [transcode] V: AV demux/sync | (0) sync AV at PTS start - demuxer disabled [transcode] V: import frame | 720x576 1.25:1 encoded @ 4:3 [transcode] V: bits/pixel | 0.174 [transcode] V: decoding fps,frc | 25.000,3 [transcode] V: Y'CbCr | YV12/I420 [transcode] A: import format | 0x50 MPEG layer-2 [48000,16,2] 224 kbps [transcode] A: export format | 0x55 MPEG layer-3 [48000,16,2] 128 kbps [transcode] V: encoding fps,frc | 25.000,3 [transcode] A: bytes per frame | 7680 (7680.000000) [transcode] A: adjustment | [EMAIL PROTECTED] [transcode] V: IA32/AMD64 accel | sse2 (sse2 sse mmxext mmx asm C) tc_memcpy: using sse for memcpy [transcode] V: video buffer | 10 @ 720x576 [import_mplayer.so] v0.0.5 (2003-03-10) (video) rendered by mplayer | (audio) rendered by mplayer [export_lame.so] v0.0.3 (2003-03-06) (audio) MPEG 1/2 [export_xvid4.so] v0.0.5 (2003-12-05) (video) XviD 1.0.x series (aka API 4.0) | (audio) MPEG/AC3/PCM [import_mplayer.so] mplayer -hardframedrop -vo null -ao pcm:nowaveheader -ao pcm:file="/tmp/mplayer2transcode-audio.uP6Wwb" "katjes2.mpg" > /dev/null 2>&1 [import_mplayer.so] mplayer -benchmark -noframedrop -nosound -vo yuv4mpeg "katjes2.mpg" -osdlevel 0 > /dev/null 2>&1 [import_mplayer.so] tcextract -i ./stream.yuv -x yv12 -t yuv4mpeg [export_xvid4.so] Reading configuration from '/home/henry/.transcode/xvid4.cfg' [export_xvid4.so] Reading config section 'features' from '/home/henry/.transcode/xvid4.cfg' [export_xvid4.so] Reading config section 'quantizer' from '/home/henry/.transcode/xvid4.cfg' [export_xvid4.so] Reading config section 'cbr' from '/home/henry/.transcode/xvid4.cfg' [export_xvid4.so] Reading config section 'vbr' from '/home/henry/.transcode/xvid4.cfg' tc_memcpy: using sse for memcpy [export_lame.so] cmd=lame -x --cbr -b 128 -s 48.000 -m j - "blah.avi.mp3" 2>/dev/null [encoder.c] Delaying audio (0) encoding frames [000000-000013], 8.85 fps, EMT: 0:00:00, ( 0| 0| 1) [transcode] (sighandler) SIGINT received encoding frames [000000-000014], 8.49 fps, EMT: 0:00:00, ( 0| 0| 0) clean up | frame threads | unload modules | cancel signal | internal threads | done [transcode] encoded 15 frames (0 dropped, 0 cloned), clip length 0.60 s At the point export_lame comes in I see the -m flag but I cant find how to avoid this. I can't find any other configuration files then the xvid4.cfg. I tried playing with some flags (like leaving the -x option) but with no result. I hope someone on this list can help me. Thanks in advance! Henry