Quantcast KVCD: Getting VOB from .D2V File? - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Video Encoding and Conversion

Reply
 
LinkBack Thread Tools
  #1  
01-24-2004, 08:44 PM
bigggt bigggt is offline
Free Member
 
Join Date: Mar 2003
Location: IamCanadian
Posts: 848
Thanks: 0
Thanked 0 Times in 0 Posts
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

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
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
01-24-2004, 08:55 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #3  
01-24-2004, 09:02 PM
edmund edmund is offline
Free Member
 
Join Date: Oct 2002
Posts: 66
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote
  #4  
01-24-2004, 11:01 PM
bigggt bigggt is offline
Free Member
 
Join Date: Mar 2003
Location: IamCanadian
Posts: 848
Thanks: 0
Thanked 0 Times in 0 Posts
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 ,i will get it but just need some help
Reply With Quote
  #5  
01-24-2004, 11:32 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote
  #6  
01-24-2004, 11:36 PM
incredible incredible is offline
Free Member
 
Join Date: May 2003
Location: Germany
Posts: 3,189
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to incredible
Hey Phil, just woke up or still at business not tired?
Reply With Quote
  #7  
01-25-2004, 06:48 AM
rds_correia rds_correia is offline
Free Member
 
Join Date: Apr 2003
Location: Chinese Democracy starts now!
Posts: 2,563
Thanks: 1
Thanked 0 Times in 0 Posts
__________________
Rui
Reply With Quote
  #8  
01-25-2004, 09:46 AM
bigggt bigggt is offline
Free Member
 
Join Date: Mar 2003
Location: IamCanadian
Posts: 848
Thanks: 0
Thanked 0 Times in 0 Posts
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


Hopefully one final question(doubt it )If i get this FILM at 95% or lower............ what would i do to get the best quality
Reply With Quote
  #9  
01-26-2004, 07:17 PM
bigggt bigggt is offline
Free Member
 
Join Date: Mar 2003
Location: IamCanadian
Posts: 848
Thanks: 0
Thanked 0 Times in 0 Posts
edit- i figured it out
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
MPEG: File ended unexpectedly during parsing - file may be d mabhz Conversão e Codificação de Vídeo (Português) 7 09-05-2004 02:14 AM
Why does creating a cue/bin file increase file size by 100MB? mistermickster Authoring VCD, DVD, Blu-ray 5 10-25-2003 10:15 AM
When making KVCD, sometimes get one large file, and one small file? Thomas Davie Video Encoding and Conversion 25 08-01-2003 08:44 AM
KVCD with DTS Audio file? convert this file to mp2? andybno1 Video Encoding and Conversion 10 05-29-2003 11:30 AM
kvcd: movie with the audio file give me a 700+mb file? knews2 Video Encoding and Conversion 3 12-24-2002 11:04 AM




 
All times are GMT -5. The time now is 05:54 AM  —  vBulletin © Jelsoft Enterprises Ltd