View Full Version : dvdFS
NeonMan
17th December 2007, 11:46
First I'll explain what this program is.
dvdFS is a filesystem in user-space (FUSE) which allows mounting a DVD much the way mount does but decrypting its files transparently using libdvdread (with libdvdcss).
Basicaly this program allows any other to read decrypted VOB files so is not needed any more decrypt and copy to the hard disk all the VOB's to process them (ie. mEncoder), btw any program unable to decrypt DVDs can read them as if they weren't scrambled.
Your system needs to have installed libdvdread, libdvdcss and FUSE. (since you may have to compile them manually their development packages and gcc are required as well)
Still on V0.1 but works fine on both 32/64bit Ubuntu.
I've found this searching for a decrypting program for linux whic used the libdvdread libray (not DeCSS) and google came up with the FUSE site with a small description of dvdFS.
---------
FUSE -> http://fuse.sourceforge.net/
dvdFS -> http://home.jspenguin.org:81/dvdfs/
linx05
17th December 2007, 11:54
Wow, this is very handy program. Thank you NeonMan!
avih
17th December 2007, 14:22
@NeonMan, welcome to this forum :)
Care to give some information about yourself and your relations with said applications?
cheers
NeonMan
17th December 2007, 14:47
@avih Thanks!
Simply I've been playing arround with FUSE after reading the decriptHD post on this forum so it was only a matter of time searching on google FUSE and DVD.
I've succesfully used this program on the trhee DVD's I've tested, BladeRunner, P·U·L·S·E and a disney DVD (mulan maybe). The On-The-Fly decrypted files were played with Mplayer and Totem (Xine).
blutach
17th December 2007, 15:38
Those decss libraries are quite well known and are very fast and stable.
Regards
setarip_old
17th December 2007, 17:15
@NeonMan
Hi!
Is your program capable of handling other forms of protection, or only CSS?
You might want to test it with newer DVD releases (less than 6 months old) from SONY/Columbia, New Line/AOL, and Disney ("Mulan" is likely that old that it doesn't contain the current iteration of "RipGuard" protection)...
NeonMan
17th December 2007, 17:48
Is your program capable of handling other forms of protection, or only CSS?
I supose it only decrypts the CSS 'layer', fix corrupted mpeg streams is player's task. As far as I know, lavcodec-based players (VLC, Mplayer, mEncoder, ffmpeg, xine) deal propertly with that protection.
setarip_old
17th December 2007, 18:13
I supose it only decrypts the CSS 'layer'. As far as I know, lavcodec-based players (VLC, Mplayer, mEncoder, ffmpeg, xine) deal propertly with that protection.I'm sorry, then I guess I don't understand what you're striving for. VLC, for example, as well as all software DVD players also "deal properly" with CSS.
Perhaps you can explain a bit more ;>}
Additionally, you MAY find that the type of additional protection used on current (last 3 months, or so) new Line/AOL releases MAY foil your program, as they include false directory entries regarding .IFOs, .BUPs, and .VOBs.
NeonMan
17th December 2007, 18:55
Additionally, you MAY find that the type of additional protection used on current (last 3 months, or so) new Line/AOL releases MAY foil your program, as they include false directory entries regarding .IFOs, .BUPs, and .VOBs.
Well, I don't have 'new' DVD's so I've never deal with such a protection. If I understan propertly, that protection is based on corrupt filesystem entries. Do you have a link with some information about that protection(s)?
Yes, mplayer and vlc deal with CSS, the main use i make from this program is to decramble the DVD for mencoder and/or any other video editing program.
setarip_old
17th December 2007, 21:12
The following legthy thread includes several pertinent posts mixed among the 11 pages of posts.
Sounds like you are attempting to replicate the function of both "AnyDVD" (commercial software still being updated on a regular basis) and the now-defunct "DVD43" - both of which do/did "on-the-fly" decryption...
NeonMan
17th December 2007, 22:21
I've taken a look at the code but im not the actual developer of that program but it does (or it tries to do) more or less what AnyDVD does. I'll might develop it further if I find something to do from its code.
About the protection, since libdvdread does all the job any DVD readable with it must be readable with dvdFS. A curious issue commented on the code is that libdvdread delivers the whole VOB chapters (one file per chapter) so dvdFS splits the 'files' in 1Gb chunks.
setarip_old
17th December 2007, 23:11
im not the actual developer of that programThen exactly what is your involvement in its development?
NeonMan
18th December 2007, 00:08
Then exactly what is your involvement in its development?
I'm studing it, playing with fuse at the university (in fact, pure curiosity), there's no real involvement and the project (at the moment). I've discovered the program a few weeks ago and I liked it.
Since the program seems to have been idle since 2006 I might develop it (just maybe).
delacroixp
18th December 2007, 01:45
Since the program seems to have been idle since 2006 I might develop it (just maybe).
Sounds like fun... where r u studying...
:):devil::D
Pascal
NeonMan
18th December 2007, 10:50
In spain (my english sounds odd sometimes :P), informatics engineering.
delacroixp
19th December 2007, 04:25
In spain (my english sounds odd sometimes :P), informatics engineering.
The land of Don (http://en.wikipedia.org/wiki/Don_Quixote) Quixote (http://www.donquixote.com/english.html) .
Awesome course (http://www.fe.up.pt/si_uk/cursos_geral.FormView?P_CUR_SIGLA=MEI) .
:):devil::D
Lacsap
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.