Dear FBSD-Maintainer of transcode, I recently updated trascode via ports to version 1.1.5 (on FBSD 7.1-RELEASE-p8) and suddenly dvd::rip stopped to work properly, since the video data stream could not be extracted from vob files. After examining the output of dvd::rip's internally used shell commands in an xterm, I found the reason for its misbehaviour to be missing MPEG2 support in transcode, as transcode states: =============== [decode_mpeg2.c] critical: No support for MPEG2 configured --exiting =============== This happened although the "enable libmpeg2 support" option in the graphical configure dialog of the transcode port has been activated. Googling brought the solution: http://lists.links2linux.de/pipermail/packman/2009-November/007523.html Following the advise in the above mentioned post (adding --enable-libmpeg2convert to transcodes configure options in Makefile manually) and recompiling transcode solved the problem. So it seems to me, that transcode only works as expected with vob files, if both configure options regarding libmpeg2 are included in the Makefile of transcode: --enable-libmpeg2 --enable-libmpeg2convert The modified Makefile is attached. Maybe this should be updated and committed to the ports tree? Greetz, Sven.
Makefile
Description: Binary data
_______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"