GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Ripping a DVD to .MP4 in 2022? Easiest way? (https://gfy.com/showthread.php?t=1353589)

CurrentlySober 03-29-2022 04:28 AM

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 !

FapperX 03-29-2022 05:22 AM

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.

zijlstravideo 03-29-2022 05:50 AM

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

zijlstravideo 03-29-2022 05:55 AM

That script assumes you have copied all the files from the DVD and have the .bat file in that same directory...

Way3 03-29-2022 06:22 AM

Check out Handbrake :thumbsup

CurrentlySober 03-29-2022 06:45 AM

Quote:

Originally Posted by zijlstravideo (Post 22984947)
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

Quote:

Originally Posted by zijlstravideo (Post 22984948)
That script assumes you have copied all the files from the DVD and have the .bat file in that same directory...

Bit techy for me :( - However... Please see my next reply...

CurrentlySober 03-29-2022 06:46 AM

Quote:

Originally Posted by Way3 (Post 22984951)
Check out Handbrake :thumbsup

https://i.imgur.com/65vAyHQ.png

Yay! Thanks :) I had forgotten all about handbrake - However... Its a DRM protected DVD :(

So back to square one...

Way3 03-29-2022 06:51 AM

Quote:

Originally Posted by CurrentlySober (Post 22984962)

Yay! Thanks :) I had forgotten all about handbrake - However... Its a DRM protected DVD :(

So back to square one...

They may have a trial for https://www.redfox.bz/en/anydvdhd.html

CurrentlySober 03-29-2022 07:02 AM

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 !

CurrentlySober 03-29-2022 09:18 AM

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 :)

Grapesoda 03-29-2022 09:34 AM

Quote:

Originally Posted by CurrentlySober (Post 22984926)
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 !

Doesn't your computer Bluetooth or Wi-Fi to your TV? most of them do.

Just run an HDMI cable to your TV

Way3 03-29-2022 10:20 AM

Quote:

Originally Posted by CurrentlySober (Post 22984970)
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 !

Ah.... forgot about DVD Shrink. I still have a copy as well! :thumbsup

CurrentlySober 03-29-2022 10:29 AM

Quote:

Originally Posted by Grapesoda (Post 22985017)
Doesn't your computer Bluetooth or Wi-Fi to your TV? most of them do.

Just run an HDMI cable to your TV

Different room mate.

CurrentlySober 03-29-2022 10:30 AM

Quote:

Originally Posted by Way3 (Post 22985048)
Ah.... forgot about DVD Shrink. I still have a copy as well! :thumbsup

:thumbsup:thumbsup:thumbsup

https://dvd-shrink.en.softonic.com/

Incase anyone reads this thread in the future with the same problem.

Grapesoda 03-29-2022 11:50 AM

Quote:

Originally Posted by CurrentlySober (Post 22985051)
Different room mate.

No Wi-Fi or Bluetooth? Oh well, at least you got it figured. :thumbsup

zijlstravideo 03-29-2022 02:51 PM

Quote:

Originally Posted by CurrentlySober (Post 22984960)
Bit techy for me :( - However... Please see my next reply...

Nah, not "too techy" at all. It's quick and simple, it sucks having to search for some sort of video converter tool for every different task. FFMPEG is awesome and really powerful, even more so for automation.

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.

lock 03-30-2022 04:31 AM

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