DVD omzetten naar een filmbestand

Pagina: 1
Acties:
  • 162 views sinds 30-01-2008

  • Mentox
  • Registratie: November 2004
  • Laatst online: 11-10-2025
DVD omzetten naar een filmbestand.

Ik krijg vandaag mijn MDA Pro binnen. (Pocket PC)

Nu ben ik software voor dit apparaatje aan het zoeken. Ik kan echter een ding niet vinden, software om een DVD om te zetten naar een filmbestand. Er zijn wel enkele pakketen die dit kunnen maar daar moet je voor betalen, ik zou graag freeware willen hebben.

Ik wil dus een filmbestand van een DVD maken en vervolgens met PocketDivXEncoder naar het juiste formaat converteren. (640x480) Nu weet ik niet of het mogelijk is om in het filmbestand de juiste taal en ondertiteling te krijgen.

Alle tips zijn welkom. (Naar aanleiding van de post hieronder: m.b.t. Windows en het onderwerp)

[ Voor 6% gewijzigd door Mentox op 30-03-2006 09:37 ]

Het leven is als een medaille, het heeft een glimmende en een donkere kant.


  • rschu68
  • Registratie: December 2000
  • Laatst online: 19-08 13:22
Oke, als alle tips welkom zijn:

http://kavlon.org/index.php/dvdbackup
+
http://www.bunkus.org/
+

Howto import "DVD" video from a Sony DCR-DVD92, DCR-DVD403, DCR-DVD203 and DCR-DVD7 DVD Handycam Camcorder.


This is intended for those who can afford the arrogant licensing fees prescribed by GNU. I recommend Debian Linux. If you are reading this I'm guessing you've figured out that these camcorders don't exactly make compliant DVDs or MPEG2. A bunch of the tools I normally use for video processing choked on the content created by my new DCR-DVD92. This is a very Rube Goldberg solution but it does create a compliant DVD without the need to re-encode the video (blech!), and maybe let us do a little editing along the way. Here are the steps:


0. Unfortunately I've found that this all goes a bunch better when you don't change any settings on the camera. My first disc has 4 different audio types thoughout the DVD. I'm not sure what I did to upset it, but I know that when I didn't touch any settings during my second disc, everything was a lot cooler.
1. Install all the software. This can be the toughest step. First off:
apt-get install mpgtx dvdbackup wine winesetuptk dvdauthor dvd+rw-tools ffmpeg
Afaik those are the only packages available in Debian testing. You have to download the next list from the package homepage.
GOPChop offers a deb which can be installed with:
dpkg -i gopchop.deb
gop_fixup is not required. To install it you need to do the classic, configure, make, make install.
gopchop, gop_fixup, BeSweet.
You need BeSweet from the stable tab and VOBInput.dll and AC3enc from the plug-ins & source tab. The BeSweet step can be replaced with ffmpeg.
2. Rip the content to a local HD:
dvdbackup -i /dev/hdb -M -o /mnt/md1/dvd/
/dev/hdb should be the device location of your dvd reader.
3. Make an AC3 encoded version of the audio track. There are two ways to do this step. One is to use vob.dll to have besweet read the VOBs directly. The other way is to use the tool from step 4 (mpegcat) and rip the audio, which is track 0xC0 instead of 0xE0. Reading the VOB directly is much easier. I saw people reporting that the ffmpeg method produces quiet audio. You're mileage may vary.
ffmpeg -i LOCATIONOFVOBS -ab 384 -ar 48000 -ac 2 -acodec ac3 -y WHEREYOUWANTTHEOUTPUT.ac3
Or use besweet under wine:
wineconsole BeSweet.exe -core\( -input "LOCATIONOFVOBS" -output "WHEREYOUWANTTHEOUTPUT.ac3" \) -azid\( -n1 -c normal -L -3db --maximize \) -ac3enc\( -b 384 \)
4. Use the GOPChop tool mpegcat to strip out the video stream. There are a bunch of programs for Linux that can do demuxing, but none of them would work for me on the MPEG2 created by this stupid camera. But just when I thought all hope was lost I figured out this little trick:
mpegcat -w WHEREYOUWANTTHEOUTPUT.mv2,0xE0 LOCATIONOFVOBS
5. We are on the home stretch now. Remux it all together again:
mplex -h -f 8 -o COMPOSITEFILE.mpeg WHEREYOUPUTTHEAUDIO.ac3 WHEREYOUPUTTHEVIDEO.mv2
We now have a compliant mpeg file, so basically we are done. The rest is depends on your goals.
6. This step is elective. Fixup the gop timestamps to make everybody happier.
gop_fixup COMPOSITEFILE.mpeg
7. Edit down the video. GOPChop is awesome for editing raw MPEG2. It allows us to cut out sections of a video file without re-encoding it. It's perfect for quickly putting out a video that needs minimal editing. All you have to do is run:
gopchop
8.1. Finally, make a DVD using dvdauthor without an XML file. This DVD will not have any menus and will basically include one video that starts playing as soon as you insert the disc into a player. If you have multiple videos you can join them together using:
mpgjoin -j VIDEO1.mpeg VIDEO2.mpeg VIDEO3.mpeg -o COMPOSITE.mpeg
So, to make a DVD without menus using dvdauthor:
dvdauthor -o WHERETHEDVDFILESHOULDGO -f LOCATIONOFCOMPOSITEFILE.mpeg
dvdauthor -T -o WHERETHEDVDFILEWENT
mkisofs -dvd-video -udf -o WHEREYOUWANTTHE.iso WHERETHEDVDFILESWENT
growisofs -dvd-compat -Z /dev/hdd=WHERETHEISOENDEDUP.iso
8.2. You can also make a DVD with lots of nice menus and such under Linux using qdvdauthor. It is a pain in the neck to get installed and even more of a pain to use, but it does work. I'll leave the install to you. The only way I've found to use the program is to be OK with closing the whole thing and starting over again when something goes wrong. The second trick to qdvdauthor is running the export commands yourself until they work and then erasing that line from the export page. (confused?) I'm sure there's a better way.
9. Enjoy your new video on the set-top player of your choice

  • Mentox
  • Registratie: November 2004
  • Laatst online: 11-10-2025
Niemand?

Het leven is als een medaille, het heeft een glimmende en een donkere kant.


  • Nik
  • Registratie: April 2004
  • Laatst online: 19-08 21:20

Nik


  • denyos
  • Registratie: Februari 2004
  • Laatst online: 01:04
op http://www.extradvd.nl/html/rippendvd.htm staan complete handleidingen hiervoor.

Strava


  • Spider.007
  • Registratie: December 2000
  • Niet online

Spider.007

* Tetragrammaton

Mento schreef op donderdag 30 maart 2006 @ 08:38:
Nu ben ik software voor dit apparaatje aan het zoeken. Ik kan echter een ding niet vinden, software om een DVD om te zetten naar een filmbestand. Er zijn wel enkele pakketen die dit kunnen maar daar moet je voor betalen, ik zou graag freeware willen hebben.

[...]
Dit is eenvoudig en supervaak voorbij gekomen. Als je even de juiste termen zou gebruiken vindt je hier ook meer dan voldoende over. Zoek bijvoorbeeld eens op "avi dvd rip" en verbaas je over de nuttige resultaten ;) Dan was je de link naar doom9 ook al tegen gekomen :)

---
Prozium - The great nepenthe. Opiate of our masses. Glue of our great society. Salve and salvation, it has delivered us from pathos, from sorrow, the deepest chasms of melancholy and hate

Pagina: 1

Dit topic is gesloten.