Hi, vStrip is a tool to decrypt the contents of VOB files, which are found on DVDs. Contains IFO file parsing, so VOBs can be split at chapters. Depends on app-text/dos2unix, because the source files have windows CRLFs. This dependency can be removed, because gcc deals with CRLFs. But I like to patch the files to have LFs. The attached patch fixes Makefile: one missing source and object file dvd2avi_plugin.c: missing includes of header files, some wrong functions and unknown types Suggested category media-video/vstrip Sven
Created attachment 19481 [details] vstrip-0.8f.ebuild
Created attachment 19482 [details, diff] vstrip-0.8f-gentoo.patch
Correction: vStrip doesn't decrypt the VOB files, so the decrpytion has to be done with another tool. But it's great for removing unwanted streams from VOB files or splitting VOB files.
seems like the upstream project is dead, is that possible?
I can't find it on maven's site anymore, but I heard nothing about vstrip development being stopped.
In cvs. Fixed the makefile to link with -lm (for fmod functions). Thanks for posting!