Create an account :: Forgotten your password?
Guide to convert the GOUT DVD from 4:3 to 16:9 using freeware-tools
Oldschooljedi's avatar Avatar background shadow
Guide to convert the GOUT DVD from 4:3 to 16:9 using freeware-tools

For the encoding I will use the script from g-force who made a great work with his avisynth-script.

First install Avisynth. You get it from here. Make sure that you use the latest version of avisynth, otherwise you might get some errors.

Then download the avisynth-plugins that are needed. The links for them are postet here.

To make it easier, I postet a zip-folder with the needed plugins here. Copy all the plugins into you Avisynth-pluginfolder. Important: the fftw3.dll mustn't be copied into your avisynth-folder, you have to copy this .dll into your system32 folder. This is a subfolder in your windows-folder located on "C:\".

Next rip the GOUT on your HDD. I use DVD Fab Decrypter for that. You get it here.

Open the disc, make sure to copy "full disc" and specify the destination on your HDD. Do not delete the ripped files until everything is finished. You will need the files again at the end.

After ripping is finished, you need to demux the DVD-streams. We use PgcDemux from here.

Open the original Video_TS folder of you ripped GOUT-DVD and choose "VTS_03_0.IFO".

 

Select "by PGC", select "demux video stream", "demux all audio streams", "demux all subpic streams" and "create CellTimes.txt". Unselect "create logfile", and unselect "create a PGC VOB".

Specify the output folder. I created a new folder, called "demuxed". Then hit "process".

After processing is done you open DGMPGDec. It is available from here. This little app is in a zipped folder. In this folder you find a "DGDecode.dll". You must now copy this .dll into your Avisynth-pluginfolder too.

Open DGIndex, hit "file", "open" and browse for the m2v file in your demuxed folder you created earlier. A window pops up, hit "ok" hit "file" and "save project". Specify a project name (I choose ANH) and specify the destination. I save this "ANH.d2v" in my "demuxed" folder.

IMPORTANT: If you use the NTSC-DVD for your encoding, hit "Video", "Field Operation", "Force Film". If you use the PAL-DVD as source, change nothing here.

Now the script created by g-force comes in. You can get it here. G-force made a real good job and a watchable OOT available for everybody.

Copy the script that is posted there in your editor. In the script you read:

"PAL = false       # <-----Set to false for NTSC, true for PAL"

Here I change the "false" into "true" because I use the PAL-source. If you use the NTSC-source, change nothing there.

A few lines later you read in the script:

"Mpeg2Source("C:\Program Files\AviSynth 2.5\Scripts\VTS_03_1.d2v") # <-----Set path"

Here you specify the direktion, where the ANH.d2v is located, that you created a few steps before.

Later in the script you read:

########## subtitle stage
delay = sw_frame_no-689
f     = "Franklin Gothic Medium Cond"
f_col = $ffffff
f_wid = 10
f_pos = PAL==false ? 464 : 557
f_siz = PAL==false ?  38 : 46

Subtitle ("Going somewhere, Solo?",
\ -1,f_pos,70663+delay,70698+delay,f,f_siz,f_col,font_width=f_wid)
Subtitle ("It’s too late. You should have paid him when you had the chance.",
\ -1,f_pos,70825+delay,70931+delay,f,f_siz,f_col,font_width=f_wid)
Subtitle ("Jabba’s put a price on your head so large...",
\ -1,f_pos,70940+delay,71005+delay,f,f_siz,f_col,font_width=f_wid)
Subtitle ("...every bounty hunter in the galaxy will be looking for you.",
\ -1,f_pos,71014+delay,71088+delay,f,f_siz,f_col,font_width=f_wid)
Subtitle ("I’m lucky I found you first.",
\ -1,f_pos,71098+delay,71137+delay,f,f_siz,f_col,font_width=f_wid)
Subtitle ("If you give it to me, I might forget I found you.",
\ -1,f_pos,71203+delay,71282+delay,f,f_siz,f_col,font_width=f_wid)
Subtitle ("Jabba’s through with you.",
\ -1,f_pos,71365+delay,71406+delay,f,f_siz,f_col,font_width=f_wid)
Subtitle ("He has no time for smugglers...",
\ -1,f_pos,71435+delay,71489+delay,f,f_siz,f_col,font_width=f_wid)
Subtitle ("...who drop their shipments at the first sign of an Imperial cruiser.",
\ -1,f_pos,71498+delay,71595+delay,f,f_siz,f_col,font_width=f_wid)
Subtitle ("You can tell that to Jabba. He may only take your ship.",
\ -1,f_pos,71656+delay,71748+delay,f,f_siz,f_col,font_width=f_wid)
Subtitle ("That’s the idea.",
\ -1,f_pos,71806+delay,71833+delay,f,f_siz,f_col,font_width=f_wid)
Subtitle ("I’ve been looking forward to this for a long time.",
\ -1,f_pos,71843+delay,71931+delay,f,f_siz,f_col,font_width=f_wid)

I delete these lines, because I want to make a DVD with selectable subtitles. If you want hard encoded subtitles, change nothing here.

Then save this file as ANH.avs.

Next use HCencoder from here.

Here you can see the maintab of HCEnc:

Open the ANH.avs you have created with the first button.

Specify the destination of your new encoded .m2v-file with the second button and destination for your log-file with the third button. Select "best".

Next we have to make a bitrate-calculation. I choose VideoCalc from here.

I want to make a DL-disc and use average (kb/s) "8680" and maximum (kb/s) "9224".

Open settings1 tab and choose "progressive".

Hit "encode". Be patient, encoding is very slooooooow.

Ok, encoding is finished.

We have to remux the streams. I'm using the DVD-authoring from Rejig avaiable here for muxing:

Browse for the new encoded .m2v on the video-button.

Select the earlier demuxed audiostreams, located in your "demuxed" folder.

Insert all the audiostreams from the GOUT here, make sure, that they are in the same order as on the original DVD. Do the same on the subpicture button, if you decided to make a DVD with selectable subtitles. If you made a DVD with hard encoded subtitles  you don't need to insert here anything.

Hit "browse for original IFO". This is important, otherwise the (selectable) subtitles will be green. Here you see that it is important, not to delete the ripped Video_TS folder until the whole thing is finished here.

Hit the Scene changes/Chapters button and browse for the Celltime.txt file created by PCGDemux. This file should be located in your "demuxed" folder.

Then specify the output-folder. I made a folder called "authored". Hit "create".

If you want a DVD that has the same menu like the same GOUT, you can replace the new , improved 16:9 video on your original GOUT as described here. You can start with step 6 there.

I hope this helps.

Everybody feel free to make additions to this guide as I'm not sure, if it is the best.

I hope, g-force's avisynth-script together with this little guide makes a watchable GOUT available for everybody.

 

 

 

 

Last edited on November 14, 2008 at 9:03 PM by Oldschooljedi

Here they come!!!

This user has no avatar. Avatar background shadow
RE: Guide to convert the GOUT DVD from 4:3 to 16:9 using freeware-tools

good job,

thanks for posting this to help people.

 

later

-1

[no GOUT in HD?->gout stabilize  ->color correction ->upscaling to HD ->GOUT IN HD !] <no i still don't like newsgroups, just not as badly!>

This user has no avatar. Avatar background shadow
RE: Guide to convert the GOUT DVD from 4:3 to 16:9 using freeware-tools

by the way, hcgui is up to 2.3, with a lot more options,

you may want to look into that..

 

also, it looks like you're using a pre-cropped video to start out with?

and not the standard GOUT video..

 

later

-1

[no GOUT in HD?->gout stabilize  ->color correction ->upscaling to HD ->GOUT IN HD !] <no i still don't like newsgroups, just not as badly!>

Oldschooljedi's avatar Avatar background shadow
RE: Guide to convert the GOUT DVD from 4:3 to 16:9 using freeware-tools

No, I use the standard GOUT video, nothing is cropped before I encode.

Sure, this pic is from an older version of the HCEnc. I couldn't find a pic that is up to date. I thought the most important settings can be seen here, although the actual GUI of HCEnc looks a littlebit different than shown above, I choosed this pic.

Last edited on October 19, 2008 at 7:56 AM by Oldschooljedi

Here they come!!!

This user has no avatar. Avatar background shadow
RE: Guide to convert the GOUT DVD from 4:3 to 16:9 using freeware-tools

another point...

 

why do you demux the audio using  PgcDemux?

 

when i used DGMPGdec it automatically creates

an MP3, and ac3/wav version of the audio.....

 

is that redundant?

 

later

-1

[no GOUT in HD?->gout stabilize  ->color correction ->upscaling to HD ->GOUT IN HD !] <no i still don't like newsgroups, just not as badly!>

Oldschooljedi's avatar Avatar background shadow
RE: Guide to convert the GOUT DVD from 4:3 to 16:9 using freeware-tools

I wanted to create a DVD with selectable subtitles. So when I demux with PGCDemux I get the subtitles and can remux them with the audiotracks and the new encoded video in Rejig.

You could probably demux the audio with DGMPGdec. I haven't tried it so I don't recommend it.  What I describe here is the way how I did my encodings and I hope this guide helps the people who have no experience in doing encodings to get their watchable GOUT. Any suggestions for easier ways to do this encodings are most welcome here.

 

Last edited on November 15, 2008 at 12:00 AM by Oldschooljedi

Here they come!!!

This user has no avatar. Avatar background shadow
RE: Guide to convert the GOUT DVD from 4:3 to 16:9 using freeware-tools

Have now gone through this process, and run into a couple of weird snags, maybe you guys have some idea what's happening.  Ripped to HD, no problem.  Demuxed, indexed, script run, remuxed, no problem.  Except that the video cuts from the trash compactor to the rebel hangar.  Go back to demuxed streams...yup, audio and video jump ahead, and the whole movie looks like 1:42 and change.  Okay, try to re-demux with Vobedit instead of PGCDemux.  Looks okay, whole movie in various players, looks like 2:20, which is weird since all the alternate audio tracks I've readied to drop in only run about 2:01.  Hmmm.  So delete everything back to the ripped files, and demux again.  Same result, 2 hours, twenty minutes, and the restored mono, the ripped faces, and ISOMix's isolated score AC3's all look like just over 2 hours. Any thoughts on what's happening here?

Moth3r's avatar Avatar background shadow
RE: Guide to convert the GOUT DVD from 4:3 to 16:9 using freeware-tools

Sounds like the problem is either in ripping the VOBs from the disc to the HDD, or demuxing the video/audio.

As mentioned in this thread, running time should be 2h 01m. Check your demuxed files.

- It's certainly a phenomenon in all walks of life.
- What do you mean?
- Well at one point you've got it, then you lose it, and it's gone forever. All walks of life. Georgie Best, for example, had it, lost it. Or David Bowie or George Lucas.
- George Lucas? Revenge of the Sith isn't bad.
- No, it's not bad, but it's not great either, is it? In your heart you know that although it looks all right, it's actually just... shite.

This user has no avatar. Avatar background shadow
RE: Guide to convert the GOUT DVD from 4:3 to 16:9 using freeware-tools

Too weird.  The ripped files are fine when played in any software dvd player; 2:01 right where it should be.  PGC sees the files in 3_0 as being 2:01, but ALWAYS demuxes the streams missing a number of chapters in the same place, resulting in 1:42.  Vobedit does weird things too, so that doesn't look like a solution.  This might sound idiotic, but what about dragging all the VOBs into MPEG Video Wizard DVD and rendering a single file from there?  Or running them through a rebuild in DVDShrink?  They show as being 2:01 when assembled, and since it's not an encoder, it shouldn't do anything other than a stream copy.  Does it have a tendancy to drop frames when joining VOBS like that which would crop up later?

Last edited on November 28, 2008 at 10:12 PM by INv8r_ZIM
satanika's avatar Avatar background shadow
RE: Guide to convert the GOUT DVD from 4:3 to 16:9 using freeware-tools

I would try DVD Decrypter, you can rip to a single vob if you want, or use its built in demuxing feature.

Last edited on November 28, 2008 at 10:00 PM by satanika
This user has no avatar. Avatar background shadow
RE: Guide to convert the GOUT DVD from 4:3 to 16:9 using freeware-tools

I started with DVDDecrypter actually, that's how I did the rip to HDD.  Trying the result of DVDSHRINK now, hopefully a new set of IFOs and VOBs resolves it.

Oldschooljedi's avatar Avatar background shadow
RE: Guide to convert the GOUT DVD from 4:3 to 16:9 using freeware-tools

I wish I could help, but I have no idea. Mine worked fine so far. I ripped the files with DVDFab Decrypter, and demuxed with Rejig. I had no problems.

Here they come!!!

Guide to convert the GOUT DVD from 4:3 to 16:9 using freeware-tools