Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
|
|
#1 | Link |
|
Registered User
Join Date: Apr 2002
Location: UK
Posts: 335
|
Linux DVD Rebuilder equivalent
Hi there. I'm in the process of migrating across to Linux (though I'm keeping it dual-boot for the time being), and one of the things I haven't really found yet is a good equivalent to DVD-RB. I use DVD-RB for all my DVD backups, and it's a fantastic program. Is there any equivalent under Linux, that will do full DVD backups (including menus) using a good encoder rather than a transcoder (I imagine CCE won't be posisble, but QuEnc must be available on Linux right?)?
Or do I pretty much have to stick to windows for DVD backups? |
|
|
|
|
|
#2 | Link |
|
Registered User
Join Date: Jun 2003
Location: Great Lakes, USA
Posts: 1,433
|
Sorry, but there's not even an automated full disc compressed domain transcoder for linux yet, let alone a full disc reencoder. Although dvdshrink is working under wine I don't believe dvd-rb does, let alone the host of apps needed to work with it.
QuEnc is based on libavcodec which is available in linux under many applications, but manually doing the job of a app like dvd-rb is an incredible chore to say the least.
__________________
KpeX Audio FAQs: General | BeSweet | SVCD/MP2 | MP3 | Vorbis | AC3 | DTS | AAC Linux Audio/Video FAQ |
|
|
|
|
|
#3 | Link |
|
Registered User
Join Date: Apr 2002
Location: UK
Posts: 335
|
Well... I was wondering how difficult it would be for DVD-RB to be ported to Linux (and other platforms)? I'd have thought very little of the code would be OS-specific. Obviously, it wouldn't be possible to use CCE or TMPGEnc, but QuEnc is giving very good results nowadays (I personally find it better-looking that CCE in some cases)...
Is this something that jdobbs has looked into (maybe this is the wrong subforum for this...)? |
|
|
|
|
|
#5 | Link |
|
Registered User
Join Date: Jul 2004
Posts: 60
|
Would it be the case that before anyone could really consider creating a "DVD Rebuilder for Linux", the basic applications would need to have native Linux ports or alternatives? AviSynth 3.0 looks promising (although I haven't tried it myself), and it did look as though something was going on in relation to DGIndex (http://forum.doom9.org/showthread.php?t=98036) but it looks as though that's history now.
|
|
|
|
|
|
#6 | Link |
|
Registered User
Join Date: Apr 2002
Location: Scotland
Posts: 31
|
I cant believe that with the size of linux that there is no one click dvd backup app's.
I mean most of the good windows ones are based on mencoder. Come on guy's there are a lot of us holding on to windows just because of this. Cheers |
|
|
|
|
|
#7 | Link | |
|
Registered User
Join Date: Jun 2003
Location: Great Lakes, USA
Posts: 1,433
|
Quote:
As far as why developments in this area are so slow under linux: most programs in the OSS world are written because of the author's need. In my experience, while linux users/programmers are above average in computer knowledge, they are far below average when it comes to multimedia expertise. Just take a look at the multimedia section at the gentoo forums and you'll soon see what I'm talking about. My point is that most linux users aren't even concerned with full disc backups let alone full re-encoding. Most are still doing divx backups or single title DVD's.
__________________
KpeX Audio FAQs: General | BeSweet | SVCD/MP2 | MP3 | Vorbis | AC3 | DTS | AAC Linux Audio/Video FAQ |
|
|
|
|
|
|
#8 | Link | |
|
Registered User
Join Date: Apr 2002
Location: Scotland
Posts: 31
|
Quote:
I know but all it takes is for one person to write one app. the mencoder thing i was confusing dvd backup with divx to dvd (diko) that i also want to do on linux cheers |
|
|
|
|
|
|
#9 | Link |
|
Registered User
Join Date: May 2005
Posts: 29
|
The problem for me with this thread is that I do not know precisely what DVD Rebuilder does. I am reasonably competent with multimedia and video on linux, but the world of Windows tools for ripping DVD's and doing encoding/format conversion are a maze to me.
So what is it that this piece of software actually does? I mean i assume it makes a copy of a DVD, and in doing so has to rebuild parts of it for some reason (is this to fit 9G into 5G perhaps?). Perhaps it is the maintaining of menus that is the unique thing? AFAIK dual layer DVD writers are pretty common and cheap these days, why not just copy the whole darned DVD? Code:
dd if=/dev/dvd of=/home/your_home/great_movie.iso |
|
|
|
|
|
#10 | Link | |
|
Really? Really really!
Join Date: Jan 2004
Location: Finland
Posts: 163
|
Quote:
Regards, M7S
__________________
How many Microsoft employees does it take to screw in a light bulb? None, they declare darkness a new standard. |
|
|
|
|
|
|
#11 | Link |
|
Registered User
Join Date: May 2005
Posts: 29
|
Ahh media cost, now that is a fair comment.
For what it's worth I installed k9copy-1.0.0 last night and ripped Return of the King to a 4.4G iso image. It seems to play in xine ok'ish, but my computer is a bit overloaded compiling stuff this morning so its a bit hard to tell if the small problems i had were with the computer being overloaded or a fault with the iso. Chapters seemed to work. I will write it to a DVD tonight and try it in my commercial players. |
|
|
|
|
|
#13 | Link |
|
Registered User
Join Date: Nov 2003
Posts: 420
|
I like to compare things like GUI to HTML/CSS/Javascript.
Its damn easy to come up with something that looks nicely with the latter, but a GUI is somehow more complicated. Part of the problem are the lacks of good documentation. For Html/CSS/Javascript you find awesome documentation, and you can extend this to XML/XHTML/AJAX/Javascript libraries such as Mochikit. Personally I find that GTK2 is the best to try this, but what you also need to know is that someon who knows a lot about video stuff has to write it more or less else it quite much sucks, I dare to say ...
__________________
OS: Paldo (Linux) AviSynth for Linux, go go go! |
|
|
|
|
|
#14 | Link | |
|
Registered User
Join Date: May 2005
Posts: 29
|
Quote:
nick@sf ~ $ k9copy --version Qt: 3.3.4 KDE: 3.4.1 k9copy: 1.0.2 It uses vamps (http://vamps.sourceforge.net/ ) to do requantizing. It preserves menus and such like. Except that on one DVD it left me with a 5.1G .iso file, which of course is too large. Maybe this is because it had lots of titles and menus and I asked for everything to be included, and it maybe had some problem working out the requantisation rate required. I will do some further experimentation. Last edited by nickrout; 27th February 2006 at 01:09. |
|
|
|
|
|
|
#15 | Link | |
|
Registered User
Join Date: May 2005
Posts: 29
|
Quote:
Sorry you got me completely lost about the gui/xml/gtk2 stuff. The best way forward is to write the core functionality in command line programs that use the unix system of stdin/stdout etc, then wrap them in a gui. In this case k9copy wraps a tool like vamps, and adds the vital menu support. |
|
|
|
|
|
|
#16 | Link |
|
Registered User
Join Date: Apr 2005
Posts: 2
|
great ideas
I use k9copy on SuSE 10.0 and burn with k3b. this k9copy is the most like dvdshrink as a native linux app.
here's a really great source repository for SuSE linux 9.0 through 10.0 http://packman.iu-bremen.de Only thing I miss from Dvdshrink is the ability to cut a movie in half so I can spread it to two dvd-r's so I can add DTS as a audio stream with full video integrety.
__________________
Running: Asrock K7S41GX Motherboard, Amd Athlon XP 2500+, 1 Gig pc2700 DDR333 ram, WD 40gig & WD 160gig Harddrives, WinXP & SuSE Linux 9.2 dual boot system. Last edited by Asteroth7; 14th March 2006 at 00:31. |
|
|
|
|
|
#17 | Link | |
|
oldcpu
Join Date: Aug 2005
Location: Europe
Posts: 83
|
Quote:
__________________
Intel Core i7 920, 4GB DDR3-1600, ASUS P6T Deluxe V2, Nvidia GTX-260, openSUSE-11.1 |
|
|
|
|
|
|
#18 | Link | |
|
Registered User
Join Date: Apr 2005
Posts: 2
|
Quote:
thanks, I'll check that out. I'm so paranoid about the current state of things in world on the digital tip, I grabbed the whole SuSE repository from that site using kwebget. lol I just want to reserve my freedom to do what I want to do.
__________________
Running: Asrock K7S41GX Motherboard, Amd Athlon XP 2500+, 1 Gig pc2700 DDR333 ram, WD 40gig & WD 160gig Harddrives, WinXP & SuSE Linux 9.2 dual boot system. |
|
|
|
|
|
|
#19 | Link |
|
Registered User
Join Date: Nov 2003
Posts: 420
|
"Sorry you got me completely lost about the gui/xml/gtk2 stuff."
That was not the point. I wanted to compare GUI functionality and HTML/CSS/Javascript. I found writing even rather complicated Javascript can be easier than to mess with many different things in GTK2 for example. "The best way forward is to write the core functionality in command line programs that use the unix system of stdin/stdout etc, then wrap them in a gui." Shell commands are prevalent, and I am using a non-gui ruby script to do all things i have to do for multimedia. Once this works nicely with many different ways, I will add a GUI to it. I have no idea which one to use though, and my biggest problem are lack of high quality documentation available. I think I will go with GTK2 though.
__________________
OS: Paldo (Linux) AviSynth for Linux, go go go! |
|
|
|
|
|
#20 | Link | |
|
Guest
Posts: n/a
|
re: gui
Quote:
if you're into ruby you may already know the ruby gtk2 bindings. |
|
|
![]() |
|
|