LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-27-2012, 02:59 PM   #16
mainstream
Member
 
Registered: Oct 2010
Location: localhost
Distribution: Ubuntu / Linux Mint
Posts: 61

Original Poster
Rep: Reputation: 0

Thanks for the help and coding. I found the script not working with vobcopy (i guess)
Here's the output:
Code:
mainstream@dopamine-pc:/media/DVDS$ lsdvd "hunter" | grep -v 00:00:[0-9][0-9] | cut -b 8-9 | grep [0-9][0-9] | while read title; do echo title = $title; vobcopy -n $title; done
libdvdread: Encrypted DVD support unavailable.
************************************************
**                                            **
**  No css library available. See             **
**  /usr/share/doc/libdvdread4/README.css     **
**  for more information.                     **
**                                            **
************************************************
libdvdread: Couldn't find device name.
Couldn't read enough bytes for title.
title = 09
Vobcopy 1.2.0 - GPL Copyright (c) 2001 - 2009 robos@muon.de
[Hint] All lines starting with "libdvdread:" are not from vobcopy but from the libdvdread-library
[Error] There seems to be no cd/dvd mounted. Please do that..
[Warning] Could not get the device and path! Maybe not mounted the dvd?
[Hint] Will try to open it as a directory/image file

[Info] Path to dvd: �9V-�
libdvdread: Encrypted DVD support unavailable.
************************************************
**                                            **
**  No css library available. See             **
**  /usr/share/doc/libdvdread4/README.css     **
**  for more information.                     **
**                                            **
************************************************
libdvdread: Can't stat �9V-�
No such file or directory
libdvdread: Could not open �9V-�

[Error] Path thingy didn't work '�9V-�'
[Error] Try something like -i /cdrom, /dvd  or /mnt/dvd

Last edited by mainstream; 06-27-2012 at 03:01 PM.
 
Old 06-27-2012, 03:38 PM   #17
Terminal_Cowboy
Member
 
Registered: Jun 2012
Distribution: Gentoo (Host), Arch (Guest), FreeBSD9, Android 2.3.6
Posts: 32

Rep: Reputation: Disabled
You need to install libdvdcss . The instructions are in /usr/share/doc/libdvdread4/README.css. The instruction in this file will require you to run a script as root to download the libdvdcss package. Also, vobcopy is missing the path to the dvd drive.

Second, after installing libdvdcss run the script above without hunter. lsdvd by default checks the dvd drive first. *If the videos are in a dvd structured folder on the hard drive or an iso image then you pass that as an argument to lsdvd.

PS: I use VLC player to get the title numbers. Sure, it is not automated but at least I get the actual title(s) playing. Once I jot down the title(s) I want, I then use k9copy to make the custom dvd. To see the title playing in VLC, just click on PLayback > Title.

Optional
Using VLC and vobcopy
Use VLC to the get title(s) information and jot them down. Then do a for loop. For example, to rip titles 1, 3 and 6

for i in 1 3 6
do
vobcopy -i /dev/dvd -n ${i}.vob
done

Then rename the file(s) so you can identify them.

PPS: vobcopy does not make a dvd filesystem like k9copy does. You'll need a dvd authoring program to make a dvd filesystem from the title(s) you ripped.

Last edited by Terminal_Cowboy; 06-27-2012 at 04:33 PM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
These files are on a video DVD -how to remove kumar116 Linux - Hardware 1 12-13-2010 02:03 AM
Recompliled K3b for DVD ripping: problem with previewing titles damgar Slackware 6 01-12-2010 07:46 PM
How to remove "(on localhost.localdomain)" from window titles? stuntbairn Linux - Newbie 6 03-23-2009 04:20 AM
remove group RPMs from a DVD ncsuapex Linux - Software 1 07-14-2008 02:24 PM
How do I remove an old DVD ROM from my system? Balarabay1 SUSE / openSUSE 1 04-14-2006 02:57 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:52 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration