Log in

View Full Version : Converting mpg to avi(mpg4/xvid)


peyote
16th May 2007, 02:42
Hi!

How can I convert a mpg2 video to mpg4 (xvid) the easy way?
I am using debian and tried:
transcode -i video.mpg -o video.avi -y divx,mp3

but this doesn't work and I et the following error message:


transcode -i video.mpg -o video.avi -y divx,mp3
transcode v1.0.2 (C) 2001-2003 Thomas Oestreich, 2003-2004 T. Bitterberg
[transcode] (probe) suggested AV correction -D 0 (0 ms) | AV 0 ms | 0 ms
[transcode] auto-probing source video.mpg (ok)
[transcode] V: import format | MPEG-2 (V=vob|A=vob)
[transcode] V: AV demux/sync | (1) sync AV at initial MPEG sequence
[transcode] V: import frame | 704x576 1.22:1 encoded @ 16:9
[transcode] V: bits/pixel | 0.178
[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] 256 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 | 0@1000
[transcode] V: IA32/AMD64 accel | sse2 (sse2 sse mmxext mmx asm C)
tc_memcpy: using sse for memcpy
[transcode] V: video buffer | 10 @ 704x576
[import_vob.so] v0.6.0 (2003-10-02) (video) MPEG-2 | (audio) MPEG/AC3/PCM | (subtitle)
[transcode] warning : /usr/lib/transcode/export_mp3.so: cannot open shared object file: No such file or directory
[transcode] warning : (dl_loader.c) loading "/usr/lib/transcode/export_mp3.so" failed
[transcode] warning : (encoder.c) loading audio export module failed
[transcode] warning : failed to init export modules
[transcode] critical: plug-in initialization failed


It seems to be something is missing related to mp3.
Any ideas?
tia :)

layperson
16th May 2007, 06:29
Avidemux, http://fixounet.free.fr/avidemux/ is probably what you want. Its fully gui driven, copying virtualdub's interface to a great extent, and can load and convert MPEG1/2/4, and handles most audio conversions. It contains a nice selection of filters ported from avisynth, libavcodec and transcode. It uses its own internal copies of libavcodec and other libraries so dependencies aren't too much of an issue, making for an easy install.

peyote
16th May 2007, 20:10
Avidemux, http://fixounet.free.fr/avidemux/ is probably what you want. Its fully gui driven, copying virtualdub's interface to a great extent, and can load and convert MPEG1/2/4, and handles most audio conversions. It contains a nice selection of filters ported from avisynth, libavcodec and transcode. It uses its own internal copies of libavcodec and other libraries so dependencies aren't too much of an issue, making for an easy install.

Thanks!
Very nice software :)
Thats exactly what I needed.