Quantcast Avisynth: HDTV Source to KDVD? - digitalFAQ.com Forums [Archives]
  #1  
01-20-2006, 10:59 AM
TBO TBO is offline
Free Member
 
Join Date: Aug 2002
Posts: 33
Thanks: 0
Thanked 0 Times in 0 Posts
Hey

I havent used kvcd and kdvd for some years now,and dont remember much of it.So I was wondering if someone could make me a script for this conversion? I want to do full 720x480 ntsc dvd.

1280x720P
NTSC 59.940
AR = 16:9

Thanks
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-20-2006, 11:06 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Hi,

You can read a little about that here :
http://www.kvcd.net/forum/viewtopic....highlight=hdtv
Reply With Quote
  #3  
01-21-2006, 01:26 PM
Sagittaire Sagittaire is offline
Free Member
 
Join Date: May 2003
Posts: 97
Thanks: 0
Thanked 0 Times in 0 Posts
720 ts 59.940 fps file use duplicate frame aa bbb cc ddd. You can simply drop duplicate frame in avs script with selectevery ...

SelectEvery(clip, 5, 1, 4) for exemple ...

After you make resize 1280*720@720*480 ...


Be carefull source are hardware MPEG2 MP@HL encoding. Very bad quality in very high motion part with high quant for IFrame ...
__________________
Le Sagittaire
--------------------
Inutile de discuter avec moi ... j'ai toujours raison ... en tous cas j'en suis convaincu et c'est le principal ...
Reply With Quote
  #4  
01-31-2006, 12:29 PM
cw_uk cw_uk is offline
Free Member
 
Join Date: Apr 2003
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Code:
Mpeg2Source(" ")
GripCrop(720,480,overscan=0, source_anamorphic=true, dest_anamorphic=false)
GripSize(resizer="Lanczos4Resize") 

SelectEven()
Decimate(Cycle=5)

Undot() 
Asharp(1,0,1,True)
STMedianFilter(3, 3, 1, 1 ) 
MergeChroma(blur(1.5)) 
MergeLuma(blur(0.1))
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)  ") 

GripBorders()

function fmin( int f1, int f2) { 
  return ( f1<f2 ) ? f1 : f2 
}
thats what i use for cdr's sized files for a dvdr though maybe something a bit lighter.

Code:
Mpeg2Source(" ")
GripCrop(720,480,overscan=0, source_anamorphic=true, dest_anamorphic=false)
GripSize(resizer="Lanczos4Resize") 

SelectEven()
Decimate(Cycle=5)
Undot().Deen()
GripBorders()
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Recording HDTV to HDTV nicksteel Video Capturing / Recording 1 12-11-2006 03:52 PM
FFMPEG: Using the same source to compare results (HDTV) Krassi Video Encoding and Conversion 34 02-19-2004 03:40 AM
Avisynth: How to select source range with Avisynth? rs008f Avisynth Scripting 4 09-21-2003 11:31 PM
KDVD: Script for DV source files? syk2c11 Video Encoding and Conversion 2 07-06-2003 07:51 PM
Why use KVCD for interlaced source instead of KDVD? FredThompson Video Encoding and Conversion 4 07-02-2003 03:28 PM

Thread Tools



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