In a world where the Dragon Ball series DVDs released in the U.S. have lousy video quality, Dragon Radar aims to take the much better video of the Japanese DVDs, and slap on the audio and subtitles from the U.S. DVDs.
NOTE: Pay attention to versions! If version number is listed, it means the program will not work unless you use the version specified. Clicking 'direct link' will get you the proper files directly.
- PGCdemux m03 MOD (direct link)
- ReStream (direct link)
- VSRip (direct link)
- DelayCut 1.4.3.7 (direct link)
- DGMPGDec (direct link)
- MKVToolnix (direct link) (v9.4.2 latest as of this writing)
- R1 DVDs:
- Dragon Ball "Blue Brick" Season sets
- Dragon Ball Z "Orange Brick" Season sets
- Dragon Ball GT "Green Brick" Season sets
- Dragon Ball Movie Complete Collection (4-pack)
- Dragon Ball Z Double Features / Movie Collections
- Funimation Dragon Box Z
- Pioneer Uncut Movie DVDs
- R2 DVDs:
- Dragon Box
- Dragon Box Z
- Dragon Box GT
- Dragon Box The Movies
Rip these using DVDFab or similar. Rip to folders, not .ISOs! It's very important that the folders have the original names of the discs, e.g. DRAGON_BALL_Z_S4_D2
Once you have the DVDs ripped, create a folder structure like the following, with the ripped DVD folders inside:
Top folder (wherever you want, e.g. C:\dragonball)
│
├───DB
│ ├───R1
│ │ ├───DRAGON_BALL_S1_D1
│ │ └───etc...
│ └───R2
│ ├───DB_1
│ └───etc...
├──DBZ
│ ├───R1
│ │ ├───DBZ_SEASON01_DISC1
│ │ └───etc...
│ ├───R2
│ │ ├───DBZ1_1
│ │ └───etc..
│ └───R1_DBOX
│ ├───DRAGON_BOX_S1_D1
│ └───etc..
├───DBGT
│ ├───R1
│ │ ├───DRAGON_BALL_GT_S1_D1
│ │ └───etc...
│ └───R2
│ ├───DBGT_01
│ └───etc...
└───MOVIES
├───R1
│ ├───DRAGON_BALL_Z_DEAD_ZONE
│ └───etc...
├───R2
│ ├───DSSD10371
│ └───etc...
└───PIONEER
├───DEAD_ZONE
├───WORLDS_STRONGEST
└───TREE_OF_MIGHT
NOTE: For the Bardock and Trunks DVDs, even though they are part of the movie releases, put those in the DBZ/R1
folder.
- Download and unzip Dragon Radar
- Configure
dragon-radar.ini
with the appropriate values:source_dir
- path where your discs are located (see Directories)output_dir
- path where you want your finished .mkv files to gopgcdemux
- path to PGCdemuxvsrip
- path to VSRipdelaycut
- path to DelayCutdgindex
- path to DGIndex.exe in the DGMPGDec packagerestream
- path to ReStream
NOTE: Dragon Radar makes extensive use of large (>1GB) temporary files. If your operating system is installed on a SSD, you may want to set your Windows temporary folder to a directory on another drive to lessen I/O to the SSD.
Open a command prompt in the Dragon Radar directory, and run
where <series>
is the desired series (DB, DBZ, DBGT) and <number>
is the episode number.
- Example command:
dragon-radar --series DBZ --episode 75
- You can do a range of episodes by doing
--episode <start>:<end>
, for example:dragon-radar --series DBZ --episode 75:107
- Movies are done like this:
dragon-radar --series DBZ --movie 6
- The Z specials are specially labeled episodes
bardock
andtrunks
, and the GT special isspecial
. Run them using--episode
. For example:dragon-radar --series DBGT --episode special
Use dragon-radar --help
for full usage instructions.
- Demultiplex from DVD
- Demultiplex audio & video with PGCdemux
- Demultiplex & convert subtitles to VobSub format using VSRip
- Retime subtitles and audio
- Retime subtitles by changing the VobSub timestamps using frame differences between R1/R2
- Retime audio with DelayCut using frame differences, retiming is lossless since Delaycut uses nearest AC3 frame
- Multiplex to MKV
- Use mkvmerge to multiplex R2 video, R2 audio, retimed R1 audio, and retimed R1 subtitles to an MKV file with chapters
- Harry Price & dbzj14 for helping collect the R1 Dragon Box DVD structure info.
- Clutchins for basically being my QC guy, finding bugs & usability issues.
- Set the target video source
- E.g., be able use R1 Dragon Box as the 'target' for muxing, useful for retiming OB audio to the DBox
- Maybe expand into piece-by-piece track selection for all releases
- Misc. MKV stuff
- Set the default audio track
- Omit or reorder tracks
- Create straight DVD-to-MKV rips of a single release
- Web-based GUI
- For the less technical folks
- Support to sync the early 2000s DBZ uncut single DVDs.
- These are complex to demux because of their weird and crappy authoring.
- Reconstruct original edited DBZ Saiyan & Namek episodes with Dragon Box footage.
- Probably not going to happen -- because so many scenes are sped-up, this would require either additional video encoding, or creating a weird mixture of DBox and single DVD footage.