On 29/12/12 16:45, Daniel Franke wrote:
> Hi Lu.
> 
> Ok, let's try this the other way round: consider me a noob in the sense of 
> DVDs like DVD structures, encoding, cypher, muxing, anything related. I got 
> these DVDs I want to back up. Most can be read fine by the tools as they are, 
> others act up in the way described. Since I'm the one who has the DVD and I'm 
> the one who wants to back them up, I'm probably the one who should consider 
> fixing/updating the tools to handle them?

Let's start with some basics the DVD has a specific file system with
some additional obfuscation/crypto

That part is usually managed by libdvdread or libdvdnav, they sort out
what's in the disk, decrypt it using libdecss and provide the streams.

Then it comes to the player/application present you the options and
eventually they come to libav for decoding or remuxing.

> Now assume that I know my way around code. Where should I start looking? How 
> can I reduce the problem to a minimal piece of software and library 
> dependencies that still work and show the problem in a reasonable amount of 
> time? Are there any bare test tools that I can use as a starting point?

I'm thinking libdvdnav is where you should look at, since vlc sort of
work the best bet is join #videolan on irc and ask questions there.

I hope it helps a bit.

lu

_______________________________________________
libav-tools mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-tools

Reply via email to