![]() |
Ripping a DVD to .MP4 in 2022? Easiest way?
https://i.imgur.com/HOHAw3I.jpg
No, not starting a piracy operation. :helpme Just a DVD for my own use. Pal gave me a Bill Hicks DVD with 4 different performances on it. I have a USB DVD drive to plug in, so reading it is not an issue, but ideally, Id like to rip the 4 performances to .MP4 files, so I can watch on my TV etc... Without installing any 'dodgy' software, (or 'Paid' software - Not worth it for one disc) what's the easiest way to achieve my goal? Last time I ripped a DVD was around 2004/5 so I'm totally out of the loop! Both a Win 10 Machine and iMac available to perform the task.... So??? Cheers ! |
you could try creating an ISO image of the dvd. not sure but windows has a built-in tool in it to create one. if not you could probably find some free software that creates image of the dvd.
|
On Windows, get FFMPEG from here: https://ffmpeg.org/
Copy and paste this in notepad, and save as a *.bat file to execute: @echo on copy /b "VTS_01_1.vob" + "VTS_01_2.vob" + "VTS_01_3.vob" + "VTS_01_4.vob" + "VTS_01_5.vob" "input.vob" ffmpeg -i "input.vob" -vf yadif -c:v libx264 -preset fast -crf 15 "output.mp4" exit Of course you'll need to change the parts you want to combine and convert (VTS_01_1 etc) :thumbsup |
That script assumes you have copied all the files from the DVD and have the .bat file in that same directory...
|
Check out Handbrake :thumbsup
|
Quote:
Quote:
|
Quote:
Yay! Thanks :) I had forgotten all about handbrake - However... Its a DRM protected DVD :( So back to square one... |
Quote:
|
Ahh... All good now ! I found a program I used to use back in the early 2000s - DVD Shrink - Designed to make a DVD smaller, to fit on another DVD disc, it also by passes DRM. So I'm running it with no compression. Looks promising - I'll report back later !
|
https://i.imgur.com/RNtrpvl.png
All done :) Not .mp4 but .m4v however easily readable by VLC on my TV from my firestick :) Thanks all who helped :) |
Quote:
Just run an HDMI cable to your TV |
Quote:
|
Quote:
|
Quote:
https://dvd-shrink.en.softonic.com/ Incase anyone reads this thread in the future with the same problem. |
Quote:
|
Quote:
But to use the batch script mentioned above: - Install ffmpeg - Create a new folder on your PC - Copy the vob files (in the video folder from the DVD disc) to your new folder - Open Notepad and paste the script - Change the filenames in the script to the VOB files you've just copied - Then, choose file -> save as -> save the file as ilikepoo.bat (in the same folder) - Double click ilikepoo.bat Suddenly a magical black box will appear (which automatically closes once done) which poops out your new mp4 file. |
dvd shrink and dvd clone were the ones i used.
|
All times are GMT -7. The time now is 10:33 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123