logo Sign In

1080i or any HD capture question?

Author
Time
hopefully Moth3r,Rik,DigitalFreakNYC or Citizen,or anyone who can help, sees this post,but lets say i have a HD file how do you go about converting it to dvd and keeping the 5.1 sound?like Digitals or Citizens or even Moth3rs BR encodes,i have NEVER done this before and i have about 4 HD files i would like to put to DVD,and i really would like them to look as good as DigitalFreakNYC's version 2 Blade Runner(havent seen anyone elses).
thanks for any and all help
DJ
Author
Time
Load your TS files into DGIndex. Make sure the PIDs are set correctly. Save the D2V project and demux the audio.

Write an AVISynth script to perform IVTC, crop and resize to DVD resolution. Here is an example:

LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\DGDecode.dll")
MPEG2Source("blade.runner.1080i.dd5.1.oar.0006.d2v")
doubleweave()
pulldown(0,3)
crop(0,142,-0,-150)
spline36Resize(720, 354)
addborders(0,63,0,63)

(Obviously you will have to adjust the values for your particular source).

Now encode as normal.

You might find issues with your audio going out of sync. I think the only option if this is the case is to adjust the delay value in your authoring package manually.

Guidelines for post content and general behaviour: read announcement here

Max. allowable image sizes in signatures: reminder here

Author
Time
thanks Moth3r,i will try this,but i am having a heck of a time finding DGIndex?
DJ
Author
Time
MOTHER is the shiznit in this department!!

You should see the 1080i to MPEG2 Blade Runner that I did with Moth3r's help!!

It's STUNNING to say the least so follow M's instructions and advise!!!

“My skill are no longer as Mad as the once were” RiK

Author
Time
Originally posted by: dark_jedi
thanks Moth3r,i will try this,but i am having a heck of a time finding DGIndex?
DJ
DGIndex is part of the DGMPGDec package.

Guidelines for post content and general behaviour: read announcement here

Max. allowable image sizes in signatures: reminder here

Author
Time
thanks a bunch for the link Moth3r,i will try what you said,be ready for LOTS of questions LOL.
DJ
i want to do "Raiders", "Sith", "Resident Evil",and "Resident Evil Apacolypse" HD to DVD.
Author
Time
If you're going to be doing several conversions, you might want to look at theeo, which will automate some of the process for you.

Guidelines for post content and general behaviour: read announcement here

Max. allowable image sizes in signatures: reminder here

Author
Time
Moth3r,
how do you make sure PIDS are set correctly,I keep getting that error every time i try to open any of the files.
thanks in advance
DJ
Author
Time
In DGIndex, go to Streams->Set PIDs.
Most streams I have seen have Video PID=11 and Audio PID=14.

And you might want to try the latest beta of DGMPGDec, it has an option to output 1080 if the height is incorrectly set to 1088 (which removes the grey line you sometimes get at the bottom of the picture).

Guidelines for post content and general behaviour: read announcement here

Max. allowable image sizes in signatures: reminder here

Author
Time
OK I got the latest version 1.4.8 beta 7, and it seems to be working now.
also i was wondering,how can i split those files so i can back up onto a dvdr,and the ones that are split already,how do i join them?
and my last question for now,i have one file that is a .MKV file,what is this and how do i work with that one?
thanks again Moth3r for all your help
DJ
Author
Time
Originally posted by: dark_jedi
also i was wondering,how can i split those files so i can back up onto a dvdr,and the ones that are split already,how do i join them?
Try:
http://www.ffprojects.net/tssplitter/index.htm

Guidelines for post content and general behaviour: read announcement here

Max. allowable image sizes in signatures: reminder here

Author
Time
big thanks again Moth3r,i have downloaded the needed files
but what is an >MKV file and how do i work with that?(the quik and the dead is in this format)
DJ