digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   KVCD: Getting vob from .d2v file? (http://www.digitalfaq.com/archives/encode/7890-kvcd-vob-d2v.html)

bigggt 01-24-2004 08:44 PM

KVCD: Getting vob from .d2v file?
 
Ok i followed the guides but still have questions

Step by step what i do

1.Start dvd decrypter(version 3.1.9)
2.now do you click on main files on the right or all(all are clicked by default)
3 press dercrypt

Now open dvd2avi(version 1.77)
1.Open vob made from above
2.Preview and note stats on right-Not sure what to do with this info

Code:

Aspect Ratio
Frame Rate(with every dvd i put in it is 29.97,i thought the were 23.976)
Video Type
Frame Type


Now i don't know what to do in the audio part in dvd2avi(the version i have doesn't exactly match the guides)
Do all i do in audio is select Output method-Demux(AC3-MPA-DTS)
3.Save project

Now i did this and when i open the d2v file in moviestacker the time is way short(but thanx to Phil)i was pointed out that in the dvd2avi file i see the correct time

I did deep Blue Sea which is widscreen and about 88 minutes and with the MA script and kvcd3 got a cq of 28

Now i know this can't be right this is why i need help
Please be detailed because :imstupid:

Thanx

@ Phil -I know i posted a question somewhat to this nature on another part of the board but i thought i would group them all together,sorry for that

Dialhot 01-24-2004 08:55 PM

Re: Need help getting vob to .d2v file
 
Quote:

Originally Posted by bigggt
1.Start dvd decrypter(version 3.1.9)
2.now do you click on main files on the right or all(all are clicked by default)
3 press dercrypt

It seems you are working in File mode. That's not the best one for someone not knowing exactly what he is doing.
Switch to Ifo mode (by typinf "I" or with the menu "Mode") and you will just have to select the PGC that is the same length (in minutes) that your movie. But it is generally already selected.

Quote:

Now open dvd2avi(version 1.77)
1.Open vob made from above
To be sure : it's vobs ! One movie is generally composed of several vobs of 1GB each (a movie is 4 to 8 GB generally).

Code:

Aspect Ratio
Frame Rate(with every dvd i put in it is 29.97,i thought the were 23.976)
Video Type
Frame Type

All DVD are 29.97 as this is the only fps allowed on regular DVD (and VCD !)
But... theyt are often 23.976 using the "3:2 pulldown" trick in ordoer to let the standalone think they are 23.970.

Quote:

Do all i do in audio is select Output method-Demux(AC3-MPA-DTS)
Yes, Demux, that's the only thing to do there.

Quote:

I did deep Blue Sea which is widscreen and about 88 minutes and with the MA script and kvcd3 got a cq of 28
!!! So low ? What was your script ?

Quote:

@ Phil -I know i posted a question somewhat to this nature on another part of the board but i thought i would group them all together,sorry for that
Not a problem.

edmund 01-24-2004 09:02 PM

For me MovieStacker always displays the correct time. Maybe you didn't add all the vobs to the project?

i dunno
thanks all i got

bigggt 01-24-2004 11:01 PM

Thanx Guys.

Quote:

Originally Posted by Phil
All DVD are 29.97 as this is the only fps allowed on regular DVD (and VCD !)
But... theyt are often 23.976 using the "3:2 pulldown" trick in ordoer to let the standalone think they are 23.970.

This is a different movie but this is what dvd2 avi says

Code:

Aspect ratio-16:9
Frame Rate:29.970
Video Type-Film 99%
Frame Type-Going between Interlaced and Progressive

Now if i am using kvcd 3 i want it to be 23.976 right,i don't know what i am to do


Here is the script

Code:

## DLL Section ##
#


## Defined Variables and Constants ##
#
MaxTreshold = 1.50
nf =  0 # Current frame.
#
####

## Main section and static filters ###
#
Mpeg2Source("C:\Video Encoding\Deep Blue Sea.d2v")
#
undot()
Limiter()
asharp(1, 4)
GripCrop(528, 480, overscan=1)
GripSize(resizer="BicubicResize")
STMedianFilter(8, 32, 0, 0 )
MergeChroma(blur(MaxTreshold))
MergeLuma(blur(0.1))
#
#

## Linear Motion Adaptive Filtering ##
#
# ( Portions from AviSynth's manual ) - This will apply temporalsoften to
# very static scenes, and apply variable blur on moving scenes.
# We also assign a variable - and this is why a line break is inserted:

SwitchThreshold = (Width<=352) ? 4 : (Width<=480) ? 3 : 2
ScriptClip("nf = YDifferenceToNext()"+chr(13)+ "nf >= SwitchThreshold ? \
unfilter( -(fmin(round(nf)*2, 100)), -(fmin(round(nf)*2, 100)) ) : \
TemporalSoften( fmin( round(2/nf), 6), round(1/nf) , round(3/nf) , 1, 1) ")

#
#
#

GripBorders()
#LetterBox( Your_Values_Here ) # Depends on situation. Use MovieStacker!
Limiter()

#
#
## Functions ###

function fmin( int f1, int f2) {
  return ( f1<f2 ) ? f1 : f2
}

#
####

edmund thanx i checked the file with virtualdub and the whole movie is there


Man avis' may be worse quality but much easier to learn :D ,i will get it but just need some help :?

Dialhot 01-24-2004 11:32 PM

You're script is correct. All you have to do is to set dvd2avi in "force film" mode before to save the d2v.

Also see the post of incredible there :

http://www.kvcd.net/forum/viewtopic.php?t=8777

incredible 01-24-2004 11:36 PM

Hey Phil, just woke up or still at business :arrow: not tired? :)

rds_correia 01-25-2004 06:48 AM

:rotf:

bigggt 01-25-2004 09:46 AM

Thanx Phil

I missed this part of the guide

Code:

Watch the “Video Type” field and use the table below to
set Video> Field Operation:

(1) Video Type........................ (2) Field Operation

NTSC at 5% or higher............ None (use decomb in your avs script)
FILM at 95% or lower............ None (use decomb in your avs script)
FILM only (implies 100%)..... Forced FILM
FILM at 96% or higher.......... Forced FILM

:douh:

Hopefully one final question(doubt it :roll: )If i get this FILM at 95% or lower............ what would i do to get the best quality

bigggt 01-26-2004 07:17 PM

edit- i figured it out


All times are GMT -5. The time now is 08:13 PM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.