Quantcast Convert NTSC Interlaced to Film Progressive? - digitalFAQ.com Forums [Archives]
  #1  
02-08-2004, 06:29 PM
bigggt bigggt is offline
Free Member
 
Join Date: Mar 2003
Location: IamCanadian
Posts: 848
Thanks: 0
Thanked 0 Times in 0 Posts
Ok this is my first time with this(btw i am writing all of these down so i hope not to ask the same thing over and over)

when i load into dvd2avi and hit preview it keeps going from NTSC interlaced to Film progressive.

What do i do with this and do i have to use this

Code:
## DLL Section ## 
# 
LoadPlugin("C:\Filters25\MPEG2Dec3.dll") 
  

# 
Mpeg2Source("F:\Movie\styx.d2v") 

bob() 
converttoyuy2().convert60ito24p(2,0).converttoyv12() 

BicubicResize(336, 448, 0, 0.6, 0, 0, 720, 480) 
STMedianFilter(3, 3, 0, 0 ) 
MergeChroma(blur(1.5)) 


ScriptClip(" nf = YDifferenceToNext()" +chr(13)+ "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)  ") 


AddBorders(8, 16, 8, 16) 


  
# 
############### the function ############# 
# 
function convert60ito24p (clip video, int mode, int offset) 
{ 
work = assumefieldbased(video) 
out = (mode==2) ? interleave( 
\selectevery( 
\layer(trim(work, 1, 0), 
\layer(work, trim(work, 2, 0), "fast"), 
\"fast"), 5, 0 + offset), 
\selectevery( 
\layer(work, trim(work, 1, 0), "fast"), 5, 3 + offset)) : 
\    (mode==1) ? interleave( 
\selectevery(trim(work, 1, 0), 5, 0 + offset), 
\selectevery(layer(work, trim(work, 1, 0), "fast"), 5, 3 + offset)) : 
\    (mode==0) ? selectevery(work, 5, 1 + offset, 4 + offset) : work 
assumeframebased(out) 
} 
################################# 

# 
# 
## Functions ### 

function fmin( int f1, int f2) { 
  return ( f1<f2 ) ? f1 : f2 
} 
  
# 
####
Thanx
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
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
KVCD: interlaced or progressive? khusru Video Encoding and Conversion 19 04-17-2005 10:22 AM
Interlaced / Progressive, and what it means incredible Video Encoding and Conversion 0 03-23-2004 07:24 AM
Is the dvd interlaced or progressive? zagor Video Encoding and Conversion 7 03-18-2004 08:16 AM
Which sequence to use? Progressive or Interlaced? rs008f Video Encoding and Conversion 38 02-29-2004 08:33 AM
KDVD: NTSC-interlaced source vs Force Film? J-Wo Video Encoding and Conversion 5 10-26-2003 12:47 AM

Thread Tools



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