On Fri, 30 Jun 2006 15:20:11 +0530 Vicky Budhiraja <[EMAIL PROTECTED]> wrote:
[...] > [EMAIL PROTECTED] ]# transcode -i test02-Jun_26.vnc -g 800x600 -y xvid -o > sss.avi -k Isn't recommended (and usually there is no need) to use transcode as root! We've two different errors: [...] > [transcode] warning : libavcodec.so.51: cannot open shared object file: > No such file or directory transcode binary can't open libavcodec. Isn't trivial to debug this issue, it depends mainily by how transcode was compiled/installed and/or by how transcode package, if used, was made. > [transcode] warning : (dl_loader.c) loading > "/usr/local/lib/transcode/export_xvid.so" failed > [transcode] warning : (encoder.c) loading video export module failed > [transcode] warning : failed to init export modules > [transcode] critical: plug-in initialization failed The blocking error was this (but previous error deserve a solution too, since it can lead to nasty errors). transcode binary can't find the xvid export module. Quick debug checklist: 1) make sure that xvid codec version *at least* 0.9.x (but version 1.0.x are highly recommended, 1.1.0 even better) is installed together with development package. 2) make sure that installed transcode package was compiled with xvid codec support (disabled by default) 3) if above conditions are satisfied, and -y xvid still not works, please try using -y xvid2 or -y xvid4 and report results here Best regards, -- Francesco Romani - Ikitt ['people always complain, no matther what you do'] IM contact : (email first, Antispam default deny!) icq://27-83-87-867 known bugs : http://www.transcoding.org/cgi-bin/transcode?Bug_Showcase tiny homepage : http://fromani.exit1.org (see IDEAS if you want send code!)
