danielgtaylor / arista

Arista Transcoder
http://www.transcoder.org/
GNU Lesser General Public License v2.1
120 stars 19 forks source link

Support for DVD directory structure as input #76

Closed mdz closed 13 years ago

mdz commented 13 years ago

Given a folder containing a DVD directory structure, it would be useful to be able to use that as input to arista, in the same way that a DVD drive can be. Thoggen has code to support this.

danielgtaylor commented 13 years ago

I'm afraid this isn't easy to support through GStreamer from what I can tell. I'll take a closer look at Thoggen but I know it links with various other libraries (like libdvdread) that would require C code (Arista is written entirely in Python).

danielgtaylor commented 13 years ago

This is also a duplicate of https://github.com/danielgtaylor/arista/issues/51