How to Burn an HD-DVD to Blu-Ray

Converting and burning an HD-DVD to Blu-Ray, while already useful for Blu-Ray owners who want to watch movies exclusive to HD-DVD, has become an even more important skill now that HD-DVD appears to be on its way out.

For detailed instructions all the way through, from ripping to transcoding to burning your disc, our guide is here to show you how to burn an HD-DVD to Blu-Ray.

Disclaimer

The content in this page is for making legal backups of movies that you already own. Do not use the information in this guide for any kind of illegal distribution of copyrighted material!

Converting and burning an HD-DVD to Blu-Ray, while already useful for Blu-Ray owners who want to watch movies exclusive to HD-DVD, has become an even more important skill now that HD-DVD appears to be on its way out.

For detailed instructions all the way through, from ripping to transcoding to burning your disc, our guide is here to show you how to burn an HD-DVD to Blu-Ray.

Disclaimer

The content in this page is for making legal backups of movies that you already own. Do not use the information in this guide for any kind of illegal distribution of copyrighted material! </note>

Introduction

  • Now that a string of companies has opted to produce Blu-Ray discs, it looks like HD-DVD is officially out of the game. Unfortunately for early adopters of HD-DVD, you've probably got a stack of movies that you can't watch anymore on Blu-Ray players, the de facto standard in high definition video. Or maybe you've been on the winning side all along, and just have your eye on the movies exclusive to HD-DVD that you haven't been able to enjoy. In any case, we're here to help you out of your high-definition quandary.

  • Though this guide is based heavily on instructions posted on the Doom9 forums—an established resource in all things related to DVD conversion—we'll be filling in the blanks on the more cryptic details of the process of how to burn an HD-DVD to Blu-Ray.

  • To reiterate the disclaimer at the top of this page, the following guide is written solely for instructional purposes and is intended to be used only if you are the legal owner of any copyrighted material you plan to copy. It is here for you to learn how to copy your HD-DVDs to Blu-Ray. In plain English: This is not here to teach you how to make illegal copies of movies!

Step 1: Rip Data From HD-DVD

  • Ripping the data from your HD-DVD is more complex than simply copying its contents in Windows Explorer. To get around the encryption, you will need software that can first decode it before it can be copied to your hard drive. There are two popular programs that can both do so relatively simply:
  1. DVD Fab HD Decrypter
  2. SlySoft AnyDVD HD
    • -Slysoft provides an overall guide to AnyDVD, this guide is more straightforward with the specifics needed in this guide.
    • -The website provides a trial version of the program which includes the full set of features, but is only valid for a 21-day evaluation period.
  • Both programs will decrypt and rip your HD-DVD's data to .EVO files in a location of your choosing. The largest file contains the main movie, and the rest are various extras on the DVD. All of these files are playable on your computer, provided you have enough hard drive space for all the movies you want to backup from your collection. Converting these files to a playable Blu-Ray format will require some more work, though.

Step 2: Separate Video and Audio Streams

  1. Load the .EVO file with the main movie into EVODemux.
  2. The program will take some time to read the file, at the end of which it will display video and sound information about the file.
  3. Open the Video/Audio tab.
  4. Make sure there is a mark by the video stream.
    • If your HD-DVD is VC-1, it will read VC-1.stream.0.
    • If your HD-DVD is H.264, it will read H.264.stream.0.
  5. Choose an audio stream and make sure it is the only one marked; any other streams aren't necessary and will only take up more space on your final disc.
  6. Make sure to note how the audio stream you choose is formatted. This will be important later when you process the audio stream.
  7. Open the Subpicture tab and make sure nothing is marked.
  8. Click on Demux.
  9. Rename the resulting .mpa file with a suffix that corresponds to how it was encoded.
    • Example: If EVODemux generated audio.mpa from an audio stream marked ddp, rename audio.mpa to audio.ddp.

Step 3: Process Video Stream

  • Now that it has been separated from the audio, it's time to transcode—convert from one encoding scheme to another—the video into a format that a Blu-Ray player will be able to recognize. What you use to do so depends upon the format of your video, which you determined in the last step with EVODemux.
  • For VC-1 Video:
  1. Download VC-1 Elementary Stream Converter.
    • If you're having a hard time finding it on the page, look for the link under vc1conv - VC-1 Elementary Stream Converter marked Source and Command Line Executable.
  2. Unzip the file somewhere easily navigable in Windows Explorer (for example: C:\vc1conv).
  3. Open Command Prompt.
  4. Navigate to the folder where you unzipped vc1conv.zip.
  5. According to the readme file packaged with the program, vc1conv is activated by the command: vc1conv <infile> <outfile>.
    • For example, if your original file is stored in C:\LOCATION\VIDEO.vc1 and you want it to be placed in the same folder, you would type vc1con C:\LOCATION\VIDEO.mpv C:\LOCATION\NEWVIDEO.mpv.
  6. Use the file you demuxed in EVODemux as input, and specify the output location.
  • For H.264 Video:
  1. Download H264info.
  2. Open h264info.exe.
  3. Use the file you demuxed in EVODemux as input.
  4. Put a mark next to Remove Pulldown.
  5. In the box next to Input frameRate (25, 29.97...), enter the number 23.976.
  6. Click Start.

Step 4: Compress Audio Stream (Optional)

  • Unlike the video stream, the audio stream can technically be used as it is when you recombine the two. However, depending on how big your movie is, the combined file size may be a problem when it's time to burn everything to Blu-Ray, which has a size limit of 25GB (although you may want to keep it closer to 23GB).
  • If you want to go ahead with this step, eac3to is the recommended program to use, and will be accessed through Command Prompt just like VC-1 Elementary Stream Converter did. eac3to's creator has posted an overview of the program and the audio decoders it supports which, depending on the format of your audio stream, you may also need to install so you can properly compress your audio.
  1. Open Command Prompt.
  2. Navigate to the folder where you unzipped eac3to.zip.
  3. Start typing the command eac3to like you ran vc1conv: eac3to <infile> <outfile>, but do not hit Enter yet.
  4. You will also need to specify a decoder and bitrate, depending on the format of your audio stream.
    1. If your audio stream was in Dolby TrueHD, add -libav -640 to the end of the command.
      • The full command should look like this: eac3to "C:\LOCATION\audio.thd" "C:\LOCATION\audio.ac3" -libav -640.
    2. If your audio stream was in DTS-HD Master Audio, add -sonic -640 to the end of the command.
      • The full command should look like this: eac3to "C:\LOCATION\audio.dts" "C:\LOCATION\audio.ac3" -sonic -640.
    3. If your audio stream was in Dolby Digital Plus, add -nero -640 to the end of the command.
      • The full command should look like this: eac3to "C:\LOCATION\audio.ddp" "C:\LOCATION\audio.ac3" -nero -640.

Step 5: Recombine Video and Audio Streams

  • Now that they've been properly formatted, it's time to cram the two streams back into a single cozy, Blu-Ray friendly file before you can finally burn it your backup disc.
  1. Download tsMuxeR.
  2. Unzip tsMuxeR_1.2.9.zip and open the folder.
  3. Open tsMuxeRGUI.exe. (Yay, no more command line!)
  4. Load both the video you converted in either in H264info or with vc1conv into tsMuxeR.
  5. Change the video FPS to 24000/1001.
  6. Click on .ts Muxing and choose an output path.
  7. Click on Start muxing.
  • Now that the files have been rejoined, the output has to be converted one last time into a Blu-Ray format.
  1. Download TsRemux.
  2. Open tsremux.exe.
  3. Load the .ts files that came out of tsMuxeR into TsRemux.
  4. Since you've worked so hard to get them into the right format, so in the box labeled Select the elementary streams you want to keep: make sure to put a mark next to both Video and Audio.
  5. Under Output Format make sure to choose Blu-Ray.
  6. Choose a chapter length, which by default will be 5 minutes.
  7. Click on Remux.

Step 6: Burn Disc Image to Blu-Ray

  • Glen8's guide provides specific instructions on burning with Nero, which you may or may not have. As Nero is not freeware you can also use ImgBurn, available as a free download, to (finally) burn your converted HD-DVD Movie onto Blu-Ray.

Conclusion

  • That was some sort of technological odyssey, wasn't it? Rest easy though because now, armed with everything you've picked up along the way, it doesn't matter whether you're looking to concede HD-DVD's defeat with quiet grace by converting your collection to Blu-Ray, or just trying to find a way to watch HD-DVD exclusive movies on the Blu-Ray setup you've owned all along. You've got the knowledge and know-how to convert any HD-DVD to Blu-Ray. Just do your best to spend at least as much time watching your HD movies as you do converting them.

How to Burn an HD-DVD to Blu-Ray Answers

  • Search for Questions

    Preview

References

Upload a picture from your computer

You can upload a JPG, GIF or PNG file. Do not upload pictures containing celebrities, nudity, artwork, or copyrighted images).

Specify an image URL

Image URL

Search

Type the image URL in the text field above and click 'Search'. Large images may take awhile to process.

Please remember that using others' images on the web without their permission is not very nice.

Crop this picture

Just click and drag on the image below to start cropping! Use the handles on the crop box to resize it.

Preview

Upload a picture from your computer

You can upload a JPG, GIF or PNG file. Do not upload pictures containing celebrities, nudity, artwork, or copyrighted images).

Specify an image URL

Image URL

Search

Type the image URL in the text field above and click 'Search'. Large images may take awhile to process.

Please remember that using others' images on the web without their permission is not very nice.

Crop this picture

Just click and drag on the image below to start cropping! Use the handles on the crop box to resize it.

Small Medium Large Full

Preview

Hotkeys