knowledge_base:audio_video:dvd_rip

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
knowledge_base:audio_video:dvd_rip [2022/12/27 18:13] – [Retain/Keep Interlaced Video h.264/x.264 for Encoding] Normal Userknowledge_base:audio_video:dvd_rip [2022/12/28 23:09] (current) – [using StaxRip] Normal User
Line 1: Line 1:
-====== Decrypt and Rip DVDs With Handbrake ======+====== Decrypt and Rip DVDs ======
  
-===== Step Zero: Install Handbrake and libdvdcss So You Can Decrypt DVDs =====+===== using Handbrake ===== 
 + 
 +==== Step Zero: Install Handbrake and libdvdcss So You Can Decrypt DVDs ====
  
 The main tool we’ll be using to rip DVDs is called [[https://github.com/HandBrake/HandBrake|Handbrake]], which [[https://github.com/HandBrake/HandBrake/releases|you can download here]]. Out of the box, Handbrake can rip any DVD that isn’t copy protected…but almost all DVDs you buy in the store //are// copy protected. Getting around this is a [[https://www.howtogeek.com/138969/why-watching-dvds-on-linux-is-illegal-in-the-usa/|weirdly gray area legally]], so applications like Handbrake can’t legally include the software needed to decrypt copy protected DVDs. You can, however, download it separately—as long as you’re just using this to watch a movie on your computer and not starting a bootlegging business, we promise we won’t tell on you. The main tool we’ll be using to rip DVDs is called [[https://github.com/HandBrake/HandBrake|Handbrake]], which [[https://github.com/HandBrake/HandBrake/releases|you can download here]]. Out of the box, Handbrake can rip any DVD that isn’t copy protected…but almost all DVDs you buy in the store //are// copy protected. Getting around this is a [[https://www.howtogeek.com/138969/why-watching-dvds-on-linux-is-illegal-in-the-usa/|weirdly gray area legally]], so applications like Handbrake can’t legally include the software needed to decrypt copy protected DVDs. You can, however, download it separately—as long as you’re just using this to watch a movie on your computer and not starting a bootlegging business, we promise we won’t tell on you.
Line 7: Line 9:
 We’ll be using a free DVD playback library called libdvdcss. This will let Handbrake read your encrypted DVDs and rip them to your computer. The process is a little different for Windows and Mac users, so we’ll go through each one individually. Note that you don’t have to do this every time you rip a DVD—once libdvdcss is installed, you can skip to Step One each time you rip a new disc. We’ll be using a free DVD playback library called libdvdcss. This will let Handbrake read your encrypted DVDs and rip them to your computer. The process is a little different for Windows and Mac users, so we’ll go through each one individually. Note that you don’t have to do this every time you rip a DVD—once libdvdcss is installed, you can skip to Step One each time you rip a new disc.
  
-==== How to Install libdvdcss on Windows ====+=== How to Install libdvdcss on Windows ===
  
 First, you’ll need to download libdvdcss to your computer. For 32-bit versions of Windows, [[https://download.videolan.org/pub/libdvdcss/1.2.11/win32/libdvdcss-2.dll|download this version]]. 64-bit users should [[https://download.videolan.org/pub/libdvdcss/1.2.11/win64/libdvdcss-2.dll|download this version]]. First, you’ll need to download libdvdcss to your computer. For 32-bit versions of Windows, [[https://download.videolan.org/pub/libdvdcss/1.2.11/win32/libdvdcss-2.dll|download this version]]. 64-bit users should [[https://download.videolan.org/pub/libdvdcss/1.2.11/win64/libdvdcss-2.dll|download this version]].
Line 13: Line 15:
 Copy the .dll file to your Handbrake program folder. If you used the default installation settings, this should be in C:\Program Files\Handbrake. Copy the .dll file to your Handbrake program folder. If you used the default installation settings, this should be in C:\Program Files\Handbrake.
  
-===== Step One: Open Your DVD in Handbrake =====+==== Step One: Open Your DVD in Handbrake ====
  
 Once you’ve installed libdvdcss, it’s time to get ripping. Open Handbrake and choose your DVD drive from the sidebar that appears. Once you’ve installed libdvdcss, it’s time to get ripping. Open Handbrake and choose your DVD drive from the sidebar that appears.
Line 23: Line 25:
 Under Destination, click Browse to pick where you want to place the movie after you’ve ripped it. Under Destination, click Browse to pick where you want to place the movie after you’ve ripped it.
  
-===== Step Two: Choose Your Quality Preset =====+==== Step Two: Choose Your Quality Preset ====
  
 Next, you’ll need to decide the quality of your output file. The higher quality the movie, the more space it will take on your hard drive. If you’re technical, you can use the Picture, Video, and Audio tabs to adjust these settings, but most people only need to click one thing: a Preset. Next, you’ll need to decide the quality of your output file. The higher quality the movie, the more space it will take on your hard drive. If you’re technical, you can use the Picture, Video, and Audio tabs to adjust these settings, but most people only need to click one thing: a Preset.
Line 31: Line 33:
 If you’re ripping a DVD sold in the US, choose the 480p preset. European DVDs are usually 576p. Don’t choose larger presets like 720p or 1080p for DVDs—they won’t make your video look any better, they’ll just make the file bigger. If you’re ripping a DVD sold in the US, choose the 480p preset. European DVDs are usually 576p. Don’t choose larger presets like 720p or 1080p for DVDs—they won’t make your video look any better, they’ll just make the file bigger.
  
-==== Adjust Video & Audio Settings ====+=== Adjust Video & Audio Settings ===
  
 Adjust frame rate to match the source frame rate. Choose the encoder (e.g. H264, H265, VP9 and etc.). I usually choose DTS passthrough for original audio quality. Adjust frame rate to match the source frame rate. Choose the encoder (e.g. H264, H265, VP9 and etc.). I usually choose DTS passthrough for original audio quality.
  
-==== Retain/Keep Interlaced Video h.264/x.264 for Encoding (obsolete====+=== Retain/Keep Interlaced Video h.264/x.264 for Encoding (not working well) ===
  
 Interlaced handbrake 1.0.7 support: Interlaced handbrake 1.0.7 support:
Line 47: Line 49:
 This will allow your TV or device to perform the de-interlacing which is far superior than removing half the motion resolution as 98% people and/or software encoders do by default. This will allow your TV or device to perform the de-interlacing which is far superior than removing half the motion resolution as 98% people and/or software encoders do by default.
  
-==== Update on 12/27/2022 ====+=== Update on 12/27/2022 (not working well) ===
  
 I had previously converted these videos using the “decomb” filter in the Handbrake video conversion tool. Decomb is supposed to intelligently smooth out the video. But I’ve recently learned that it throws away half of the information and then guesses how to fill in the gaps. The details are boring, but think of a world where index cards are expensive, so you write on both the front and back – and then you reconstruct your thoughts later using only the front sides. I had previously converted these videos using the “decomb” filter in the Handbrake video conversion tool. Decomb is supposed to intelligently smooth out the video. But I’ve recently learned that it throws away half of the information and then guesses how to fill in the gaps. The details are boring, but think of a world where index cards are expensive, so you write on both the front and back – and then you reconstruct your thoughts later using only the front sides.
Line 61: Line 63:
 === Diversion: Preserving interlacing efficiently === === Diversion: Preserving interlacing efficiently ===
  
-You may //want// that video interlaced. You may have a desktop machine that de-interlaces better than the Yadif filter. But Handbrake does not preserve the “interlaced” flag in the video header. Your computer will not know to apply the interlace processing, and then you’ll get a whole clip that looks like the “before” picture.+You may //want//  that video interlaced. You may have a desktop machine that de-interlaces better than the Yadif filter. But Handbrake does not preserve the “interlaced” flag in the video header. Your computer will not know to apply the interlace processing, and then you’ll get a whole clip that looks like the “before” picture.
  
 You can tell Handbrake to set the interlaced flag on a video by entering “interlace=tff” (or bff) in the Advanced Options on the GUI, or by specifying “-x interlace=tff” (or bff) to the command-line version. “tff” and “bff” mean top or bottom frame first, which you can find using the mediainfo program. You can tell Handbrake to set the interlaced flag on a video by entering “interlace=tff” (or bff) in the Advanced Options on the GUI, or by specifying “-x interlace=tff” (or bff) to the command-line version. “tff” and “bff” mean top or bottom frame first, which you can find using the mediainfo program.
  
- +==== Step Three: Start Ripping! ====
-===== Step Three: Start Ripping! =====+
  
 Once you’ve chosen your Title and Preset, click Start Encode at the top of the window. Then, grab a snack. Once you’ve chosen your Title and Preset, click Start Encode at the top of the window. Then, grab a snack.
  
 +===== using StaxRip =====
 +
 +**[[https://www.videohelp.com/software/StaxRip|StaxRip**]]** ia a free and multimedia encoding software that can rip DVD/Blu-ray/Videos to more popular formats like: MPEG-4, Xvid, x264/H264/AVC, x265/H265/HEVC, VP9. It is an all-in-one encoding/conversion tool that has a function to convert DVD/DVB and other video file formats to DivX, Xvid, H.264, H.265. As an open source application, StaxRip is completely free. It supports output in the container formats: AVI, MP4, MPG, MKV, DIVX. Therefore, if you have no idea on how to rip DVD with HandBrake or you HandBrake just stops working, you could also turn to StaxRip.
 +
 +The below steps would show you how to rip DVD with StaxRip in detail:
 +
 +  - Download and install StaxRip on your computer. And get your source DVD movies ready.
 +  - Launch StaxRip on your computer and select “Source” in order to load DVD files to this program.
 +  - On the pop-up window, select “Single Or Merge” and select ALL the VOB files that you want to rip from your DVD file. Then click “OK”. StaxRip will now demux, index and merge the VOB files.
 +  - In the “Target” box, set an output directory.
 +  - Click the “MKV” button to choose output format. You could choose MP4 here for iPad. Click the “DivX Plus” button to set output quality and size.
 +  - You could also click the “Config Codec” and “Config Container” options according to your own needs.
 +  - Under the “Audio” options, you could adjust output audio parameters.
 +  - Then, click the “Next” button.
 +  - On the new pop-up window, click “Start” to start the encoding process. You can view the H.264 encoding process in the Log screen. And the encoding process will complete itself.
 +
 +After converting, you will get video files from DVD movies to playback on your tablets, smartphones, TVs, HD Media Players and so on.
 +
 +{{https://www.hivimoore.com/wp-content/uploads/2022/03/rip-dvd-to-ipad-via-staxrip-11.png?nolink&}}
 +
 +
 +==== QTGMC ====
 +
 +A very high quality deinterlacer with a range of features for both quality and convenience. (This is probably the **best** deinterlace algorithm)
  
  • Last modified: 2022/12/27 18:13
  • by Normal User