LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-22-2020, 07:38 AM   #1
GPGAgent
Senior Member
 
Registered: Oct 2018
Location: Surrey UK
Distribution: Mint 20 xfce 64bit
Posts: 1,026
Blog Entries: 3

Rep: Reputation: 133Reputation: 133
dvdbackup - how to read from hdd


I've copied some DVDs to an hdd - VIDNAME/VIDEO_TS which contains the usual IFO, VOB and BUP files.

dvdbackup is a great program, it can extract titles and chapters as you wish but it only reads from an actual dvd drive:
-i, --input=DEVICE where DEVICE is your DVD device
if not given /dev/dvd is used

My dvd drive is sadly no longer but I did manage to copy a number of dvd's to an hdd.

How can I simulate a dvd drive for dvdbackup to process a folder with the dvd folders in it?

Oddly dvdbackup can read the structure of the dvd with the -I switch
-I, --info prints information about the DVD

Code:
charlie@charlie-machine:/home/charlie/BillAbbot$ pwd dvdbackup -I -i .
libdvdread: Couldn't find device name.
Cannot read title from DVD device .
DVD-Video information of the DVD with title ""

File Structure DVD
VIDEO_TS/
	VIDEO_TS.IFO	     20480	  20.00 KiB
	VIDEO_TS.VOB	  40775680	  38.89 MiB
	VTS_00_0.IFO	     20480	  20.00 KiB
	VTS_00_0.VOB	  40775680	  38.89 MiB
One of the messages I get is:
Code:
Cannot open specified device /dev/dvd - check your DVD device
So maybe I need to mount the folder /home/charlie/BillAbbot as /dev/dvd

Any ideas folks?

BTW I tried gcdemu without any success.
 
Old 04-22-2020, 08:11 AM   #2
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by GPGAgent View Post
Code:
charlie@charlie-machine:/home/charlie/BillAbbot$ pwd dvdbackup -I -i .
libdvdread: Couldn't find device name.
Cannot read title from DVD device .
DVD-Video information of the DVD with title ""

File Structure DVD
VIDEO_TS/
	VIDEO_TS.IFO	     20480	  20.00 KiB
	VIDEO_TS.VOB	  40775680	  38.89 MiB
	VTS_00_0.IFO	     20480	  20.00 KiB
	VTS_00_0.VOB	  40775680	  38.89 MiB
It obviously can read the folder structure, but cannot find a title.
Not sure what to do about it, maybe the ripped data simply doesn't include the title?
Also dvdbackup does not compress or transcode the video, so you won't be gaining much by using it on something that's alrady on your hard drive. I think you want something that can actually transcode the DVD data (or one of its titles) to a single compressed video file?
I believe ffmpeg can do that.
 
Old 04-22-2020, 08:50 AM   #3
GPGAgent
Senior Member
 
Registered: Oct 2018
Location: Surrey UK
Distribution: Mint 20 xfce 64bit
Posts: 1,026

Original Poster
Blog Entries: 3

Rep: Reputation: 133Reputation: 133
Thumbs up

Quote:
Originally Posted by ondoho View Post
It obviously can read the folder structure, but cannot find a title.
Not sure what to do about it, maybe the ripped data simply doesn't include the title?
Also dvdbackup does not compress or transcode the video, so you won't be gaining much by using it on something that's alrady on your hard drive. I think you want something that can actually transcode the DVD data (or one of its titles) to a single compressed video file?
I believe ffmpeg can do that.
My thoughts as well, if -I can read it why can't it process it?

I have transcoded it with Handbrake, so I may just stick with that for now.
 
Old 04-22-2020, 01:46 PM   #4
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by GPGAgent View Post
My thoughts as well, if -I can read it why can't it process it?
Have you been able to read the DVD title with any other software?
Have you considered that the DVD title simply might have got lost when you originally ripped it?
 
Old 04-25-2020, 12:21 PM   #5
GPGAgent
Senior Member
 
Registered: Oct 2018
Location: Surrey UK
Distribution: Mint 20 xfce 64bit
Posts: 1,026

Original Poster
Blog Entries: 3

Rep: Reputation: 133Reputation: 133
Quote:
Originally Posted by ondoho View Post
Have you been able to read the DVD title with any other software?
Have you considered that the DVD title simply might have got lost when you originally ripped it?
Answers
No, not found any program that does it
and
The Title is there - before my DVD drive went u/s it worked fine
 
Old 04-25-2020, 12:23 PM   #6
GPGAgent
Senior Member
 
Registered: Oct 2018
Location: Surrey UK
Distribution: Mint 20 xfce 64bit
Posts: 1,026

Original Poster
Blog Entries: 3

Rep: Reputation: 133Reputation: 133
I've found a solution using mencoder

This one will read Title number 9
Code:
mencoder dvd://9 -dvd-device /media/charlie/SEAG_4GB/TOSHIBA_4GB/MAGIC-DVDS/BillAbbot/  -oac mp3lame -lameopts abr:br=128  -ovc lavc -lavcopts vcodec=mpeg4:vhq:v4mv:vqmin=2:vbitrate=1000 -vf pp=de,crop=0:0:0:0,scale=480:-2    -o "BillAbbot-Title-09.avi"
You can also include chapters
 
  


Reply



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
Problem configuring dvdbackup! Braveheart1980 Linux - Software 3 08-25-2004 05:28 PM
dvdbackup Error theeeg Linux - Software 5 06-17-2004 08:25 PM
dvdbackup problem brent1a Linux - Software 0 05-26-2004 12:14 PM
SuSE 9.1 compatible dvdbackup? brent1a Linux - Software 1 05-25-2004 09:37 AM
dvdbackup or K3b? brent1a Linux - Software 4 05-23-2004 11:59 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:12 PM.

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