LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   transcode error (https://www.linuxquestions.org/questions/linux-software-2/transcode-error-132820/)

ziggamon 01-08-2004 03:51 PM

transcode error
 
Hi!

Transcode just won't make svcd's out of my avi's.

this is the command I use.

transcode -i "/home/sigge/Desktop/namnlös mapp/vinni.avi" -y mpeg2enc,mp2enc -E 44100 -F4 -b 128 -Z 480x576 -j 9 -o "/home/sigge/Desktop/namnlös mapp/vinni"

this is what is does before it segfaults.

transcode v0.6.11 (C) 2001-2003 Thomas Oestreich, 2003 T. Bitterberg
[transcode] (probe) suggested AV correction -D 0 (0 ms) | AV 0 ms | 0 ms
[transcode] auto-probing source /home/sigge/Desktop/namnlös mapp/vinni.avi (ok)
[transcode] V: import format | DivX;-) RIFF data, AVI (V=ffmpeg|A=mp3)
[transcode] V: import frame | 352x282 1.25:1
[transcode] V: clip frame (<-) | 352x264
[transcode] V: zoom | 480x576 0.78:1 (Lanczos3)
[transcode] V: bits/pixel | 0.272
[transcode] V: decoding fps,frc | 23.977,1
[transcode] A: import format | 0x55 MPEG layer-3 [24000,16,1] 32 kbps
[transcode] A: export format | 0x50 MPEG layer-2 [44100,16,1] 128 kbps
[transcode] V: encoding fps,frc | 23.976,1
[transcode] A: bytes per frame | 2002 (2002.000000)
[transcode] A: adjustment | 0@1000
[transcode] V: IA32 accel mode | 3dnow (3dnow mmxext mmx asm)
[transcode] V: video buffer | 10 @ 480x576
[import_mp3.so] v0.1.4 (2003-08-04) (audio) MPEG
[import_ffmpeg.so] v0.1.8 (2003-11-03) (video) FFmpeg0.4.8b4683: MS MPEG4v1-3/MPEG4/MJPEG
[export_mp2enc.so] v1.0.9 (2003-10-30) (audio) MPEG 1/2
[export_mpeg2enc.so] v1.1.10 (2003-10-30) (video) MPEG 1/2
[import_mp3.so] MP3->PCM
[import_mp3.so] tcextract -a 0 -i "/home/sigge/Desktop/namnlös mapp/vinni.avi" -x mp3 -d 0 | tcdecode -x mp3 -d 0 -z 4000



the command was generated by kavi2svcd.


hope someone can help.

linuxlah 01-08-2004 10:32 PM

Do you have mjpegtools and its depenentcies install? The option -y mpeg2enc,mp2enc requires good mjpegtools!

And instead of using Z use b. calculate the size your self


All times are GMT -5. The time now is 11:27 AM.