"[export_xvid4.so] No libxvidcore API4 found"After building Xvidcore 1.0.2 you will end up with the library 'libxvidcore.so.4.0'. Transcode 0.6.14 tries to load 'libxvidcore.so.4' as it tries to start encoding xvid4 and doesn't find the library. To fix this just create a symbolic link in your lib directory (ln -s libxvidcore.so.4.0 libxvidcore.so.4). [hmk]