Avisynth_challenged
17th March 2008, 06:01
Hi. I've been using Avisynth 2.5.6 in conjunction with Virtualdub 1.6.11 to perform IVTC on a video clip.
Here's the script I used:
# These lines call the scripts required for IVTC
Import("C:\program files\avisynth 2.5\plugins\jdl_util.avs")
Import("C:\program files\avisynth 2.5\plugins\jdl_telecine.avs")
############
# This line loads the AVI source
AVISource("Path\source.avi")
############
# This line invokes the IVTC command
JDL_IVTCPattern(0, false) #3:2 pulldown removal for this clip
############
When I looked at the output for this script, there was one frame which had a nasty artifact. I've attached a portion of the video frame which shows the artifact clearly:
http://i252.photobucket.com/albums/hh18/FoolsTalk/glitch.jpg
(The image should be completely black.)
Has anyone ever encountered this type of bad output? I'm wondering if the problem is with Avisynth, Virtualdub, or the jdl_telecine function. Thanks to anyone who reads and/or responds :)
Here's the script I used:
# These lines call the scripts required for IVTC
Import("C:\program files\avisynth 2.5\plugins\jdl_util.avs")
Import("C:\program files\avisynth 2.5\plugins\jdl_telecine.avs")
############
# This line loads the AVI source
AVISource("Path\source.avi")
############
# This line invokes the IVTC command
JDL_IVTCPattern(0, false) #3:2 pulldown removal for this clip
############
When I looked at the output for this script, there was one frame which had a nasty artifact. I've attached a portion of the video frame which shows the artifact clearly:
http://i252.photobucket.com/albums/hh18/FoolsTalk/glitch.jpg
(The image should be completely black.)
Has anyone ever encountered this type of bad output? I'm wondering if the problem is with Avisynth, Virtualdub, or the jdl_telecine function. Thanks to anyone who reads and/or responds :)