+ Reply to Thread
Results 1 to 16 of 16
-
Yes, I know. But I do not know what d2v exactly is and how easy create it.
Originally Posted by greymalkin -
You're right, except these days most people use the much improved version of DVD2AVI called DGIndex. If GeBu wants to use the HC encoder, he'd best learn to use AviSynth if he wants to do any filtering. It only accepts input from D2V Project files and AviSynth script files. Here's a guide:
http://www.doom9.org/mpg/hc.htm -
I know this link. It is written there: If you do not need to perform any special operation on the source, like changing the resolution, perform IVTC or deinterlace, using DGIndex is the best option. When using DGIndex project files as direct input, you have to make sure that you copy dgdecode.dll to your HC directory.
I do not need do anything - only encode. I want use DGIndex, but I did not find the way. I do not like AviSynth scripts.
Originally Posted by manono -
It does not work for me. Is it for DV input? What I need to install to my computer?
Originally Posted by compuser -
Originally Posted by GeBu
1. You need to install AVISynth first. http://sourceforge.net/project/showfiles.php?group_id=57023
2. After you install AVISynth, open notepad.
3. Type in on the first line
Code:DirectShowSource("R:\eplace\with\your\AVI\file.avi")
5. You want to make sure that "Save as Type" is selected to "All files" or *.*
6. In the box to enter your file name add a .avs extension to it
7. close out notepad
8. open up HC and click on open and locate the .avs file that you just created.
AVISynth will serve the DV-AVI file that you captured to HC. -
If you want to try the D2V method, then open the video file in DGIndex and go File->Save Project. That will give you the Video.d2v for you to open directly in the HC encoder. Don't forget the part about copying the DGDecode.dll into the HC Directory. That .dll comes with the complete DGMPGDec package.
-
Originally Posted by manono
DGIndexProjectFile12
1
F:\Documents and Settings\Jirka\Dokumenty\pokus1.avi
Stream_Type=0
MPEG_Type=1
iDCT_Algorithm=6
YUVRGB_Scale=1
Luminance_Filter=0,0
Clipping=0,0,0,0
Aspect_Ratio=
Picture_Size=1632x2576
Field_Operation=0
Frame_Rate=0
Location=0,0,0,DEA1
900 5 0 33744046 0 0 d2 00
900 5 0 62123772 0 0 d2 00 ff
FINISHED 0.00% FILM
Originally Posted by manono
and the copied DGDecode.dll is deleted. -
That's strange. Do you have a DV decompressor installed? Something like the Panasonic DV Codec?
-
Yes. It is strange. I can play the video. I installed the decompressor and it is the same.
Originally Posted by manono -
Hi-
It's probably my fault. Thinking about it again, maybe DGIndex doesn't accept AVI input. Yes, checking the Quick Start Guide, there's no mention of AVI support. Very sorry.
Back to AviSynth. Rather than using DirectShowSource, I'd suggest trying AviSource:
AVISource("C:\Path\To\Your\Video.avi",False)#"Fals e" to turn off the audio
And reinstall the newer version of AviSynth.
Similar Threads
-
How to import MPEG2-TS to Adobe Premier? How to convert MPEG2-TS to MKV? :)
By farzad in forum EditingReplies: 19Last Post: 29th Feb 2012, 16:25 -
mpeg2 ts file convert to mkv or mpeg2 ts......change only video bitrate...
By jrblack in forum Video ConversionReplies: 4Last Post: 24th Jan 2011, 18:45 -
Merging MPEG2 stream with its AC3 audio... or converting MKV to MPEG2
By cwt in forum Video ConversionReplies: 2Last Post: 5th May 2010, 14:18 -
mpeg2 to mpeg2 lower quality...
By zovx in forum DVD RippingReplies: 4Last Post: 6th Feb 2008, 16:36 -
Simple question: how to compress 4GB mpeg2 to 1GB mpeg2
By jimdagys in forum Newbie / General discussionsReplies: 29Last Post: 3rd Jan 2008, 08:45