2008-11-18, 05:23 AM
Frank, I don't know if you can interface to vlc but this will create a mvp compatible mpeg from an encrypted dvd D: is my drive dst is the destination. I was using it with mvpmc native interface for a while and it works ok. You can add it as a custom task if it is setup properly.
Martin
Code:
vlc dvdsimple://D: --sout=#transcode{vcodec=mp2v,vb=2048,scale=1,acodec=mpga,ab=192,channels=2}:duplicate{dst=std{access=file,mux=ps,dst="c:\temp\movie.mpg"}} -I dummy --dummy-quiet
Martin