digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Avisynth: Purple/Pink Tint? (http://www.digitalfaq.com/archives/avisynth/12877-avisynth-purple-pink.html)

AdamJ 11-12-2004 04:54 AM

Avisynth: Purple/Pink Tint?
 
Hello

I did two films (DVD9 to DVD5) and they both came out with a Purple/Pink tint.

Mpeg2Source("D:\DVD_VIDEO\VIDEO_TS\LAH.d2v")
#
undot()
asharp(1, 4)
GripCrop(720, 576+0+0, overscan=2, source_anamorphic=true, dest_anamorphic=false)
GripSize(resizer="BicubicResize")
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, 2) ")
#
GripBorders()
#
function fmin( int f1, int f2) {
return ( f1<f2 ) ? f1 : f2
}
#

Tried CCE 2.50/FreeEnc 0.3/Tmpgenc 2.52 and they all came out with the same purple/pink tint, the original films (Last Action Hero & Terminator 2) play fine with no tint on computer and standalone.

Any help would be great.

Boulder 11-12-2004 07:26 AM

Comment out (=put a # as the first character) all the lines except the one that loads the source. Then start uncommenting the lines one by one and see which one causes the problem.

AdamJ 11-12-2004 03:54 PM

Good idea

Thank you.


All times are GMT -5. The time now is 12:42 AM  —  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.