LinuxQuestions.org
Review your favorite Linux distribution.
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 02-12-2008, 08:54 PM   #1
DBabo
Member
 
Registered: Feb 2003
Distribution: Fedora {latest}
Posts: 568

Rep: Reputation: 40
split DVD (7gb ) into 4.7


Guys,
Please advice , can't recall how i did it.
The task in hands - 7Gb video DVD, need to fit it into 2 4.7 DVD+RWs.
don't want to involve windows or crossover office, etc.
thank you.

Last edited by DBabo; 02-12-2008 at 08:58 PM.
 
Old 02-13-2008, 02:57 PM   #2
budword
Member
 
Registered: Apr 2003
Location: Wisconsin
Distribution: Switched to regualr Ubuntu, because I don't like KDE4, at all. Looks like vista on crack.....
Posts: 675

Rep: Reputation: 31
Does it have to be 2 DVD-rw's ? I'd rip it with acidrip or k9copy, then remaster it with qdvdauthor. I'm not a videophile, and I tend to go with the easier option.

Good luck...

David

P.S. With just a little poking around, I also found dvd95, which takes a full DVD, and remasters it for you, to fit in a 4.7 gig disk. Even easier than my solution.

Last edited by budword; 02-13-2008 at 03:09 PM.
 
Old 02-14-2008, 09:51 AM   #3
DBabo
Member
 
Registered: Feb 2003
Distribution: Fedora {latest}
Posts: 568

Original Poster
Rep: Reputation: 40
Quote:
Originally Posted by budword View Post
Does it have to be 2 DVD-rw's ? I'd rip it with acidrip or k9copy, then remaster it with qdvdauthor. I'm not a videophile, and I tend to go with the easier option.

Good luck...

David

P.S. With just a little poking around, I also found dvd95, which takes a full DVD, and remasters it for you, to fit in a 4.7 gig disk. Even easier than my solution.
thank you for reply, i'm looking for non gui, non Windows app.
Sorry , didn't mentioned that before.

acidrip - it's gui ( right ? ) and it converts to avi and then to DVD again.
What i would rather have is to get a dvd structure and "just" divide it into 2 other DVD structures in such a way that it can be burn to the separate disks.
 
Old 02-14-2008, 05:15 PM   #4
budword
Member
 
Registered: Apr 2003
Location: Wisconsin
Distribution: Switched to regualr Ubuntu, because I don't like KDE4, at all. Looks like vista on crack.....
Posts: 675

Rep: Reputation: 31
I think you would have to rip it to 1 .avi, use a video editor to cut the .avi into 2 .avi's, then remaster. I don't think you can just split up a single iso, burn it to 2 dvd-rw's and expect it to play in a dvd player. If you just have some data backed up on there, or one large file, I think you can just split the file up. Of course, ripping to an avi just to split it up sort of defeats the purpose, as the avi will be compressed enough to fit onto a single DVD.

Acidrip and k9copy are both gui programs, with sensible defaults, if you just want to back a movie up. Sounds more like you want to learn how to do something, rather than get something done. Getting something done, I can help with. This particular lesson you have set yourself, not so much. Good luck though....

David
 
Old 01-05-2009, 09:35 PM   #5
DBabo
Member
 
Registered: Feb 2003
Distribution: Fedora {latest}
Posts: 568

Original Poster
Rep: Reputation: 40
Thank you David.
 
Old 01-05-2009, 09:40 PM   #6
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
It can be done, but I do not know if anybody has it set up to do without a gui. Basically you just remove a couple of the VOBs (to get down to 4.4gig) and burn. Then you add the VOBs you had to remove and remove the ones you burned on the first disk.
 
Old 12-11-2015, 02:46 PM   #7
cesarbergara
Member
 
Registered: Feb 2012
Location: Buenos Aires, Argentina
Distribution: Debian, Suse, Mandrake,
Posts: 92

Rep: Reputation: Disabled
Hi. You can try two options:

I you wish to backup the video, must copy the .avi file to hdd, then cut with dd:
dd if=video.avi of=video-1de2.avi bs=1024k count=4500
dd if=video.avi of=video-2de2.avi bs=1024k skip=4500
then you have two files (but only can see the first one directly).
When you wish to view the video, you must do:
copy both files to hdd from dvd, then:
dd video-1de2.avi video-2de2.avi > video.avi
or:
mount dvd1 and:
cp video-1de2.avi /home/videos
mount dvd2 and:
dd if=/cdrom/video-2de2.avi /home/videos/video-1de2.avi
ready to play.

The second one is to use on console ffmpeg (or menconder, but i don't know how function this) to cut the video in two (if original video have 10.000 seconds long):
ffmpeg -i video.avi -sameq -t 5000 video-1de2.avi
ffmpeg -i video.avi -sameq -ss 5000 video-2de2.avi
Here, options are:
-i indicate original video;
-t time to convert (second)
-ss time to skip convert (second)
-sameq video quality (same as original, or others options like '-qscale' '-b' ; see man)
Last one is the name of new video.
You can use: mpg, webm, mov, flv, other type.
 
  


Reply

Tags
dvd, split, video



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
how to split a single DVD contents to two DVD ? deepugopi Linux - Desktop 3 07-18-2007 03:07 AM
Burn dual-layer to 4.7GB DVD leosgb Linux - Software 4 03-21-2006 10:52 PM
Actual file capacity for DVD-R 4.7GB? jryoung Linux - General 1 02-04-2006 11:01 AM
Split DVD into CD's? Radiolarian SUSE / openSUSE 11 12-09-2005 02:31 AM
How do I split a 6.7GB movie dvd into two RottenMutt Linux - Software 4 04-19-2004 01:07 AM

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

All times are GMT -5. The time now is 02:34 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