FudoSubs

ivtc_txt60fast, giornata storta

« Older   Newer »
  Share  
view post Posted on 15/2/2014, 13:06     +1   -1
Avatar

Member

Group:
Ex-Fansubber
Posts:
501
Reputation:
+28

Status:


Scritta in un momento di scazzo.

CODICE
# ivtc_txt60fast; Version 0.1; 2014-02-15. Khanattila
# Dependence: nnedi3
# License: GNU GPL version 3.0 or any later version published by the FSF, http://www.fsf.org/
# No warranty, use at your own risk
#
# ivtc_txt60fast (
#   clip c,
#   int field (-1),
#   bool decimate (true)
# )

function ivtc_txt60fast(clip c, int "field", bool "decimate") {
   field = Default(field, -1)
   decimate = Default(decimate, true)  
   Assert(field==-1 || field==0 || field==1, "-1 / 0 / 1")
   field = (field == -1) ? -2 : (field == 0) ? 2 : 3
   AssumeFieldBased(c).nnedi3(field).ConvertFPS ("ntsc_quad")
   decimate ? ChangeFPS("ntsc_film") : last
   AssumeFrameBased()
}


Edited by Khanattila - 17/2/2014, 17:42
 
Top
0 replies since 15/2/2014, 13:06   83 views
  Share