Greetings.
Whenever I use the following script:
With a video captured with a Canopus ADVC-100 using WinDV, and encoding with TMPGEnc Plus. The resulting video when played on a DVD player, the areas of action display weird or with bars or something even though the video is encoded with a field order at B or A. It is like the script or TMPGEnc doesn't respect the field order specified.Code:# Created by AVSEdit LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Convolution3d.dll") LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\ReInterpolate411.dll") avisource("D:\filename.avi") Converttoyuy2(interlaced=true) ReInterpolate411() crop(4,4,-4,-12) SeparateFields() odd=SelectOdd.Convolution3D (0, 32, 128, 16, 64, 10, 0) evn=SelectEven.Convolution3D (0, 32, 128, 16, 64, 10, 0) Interleave(evn,odd) Weave() DoubleWeave.SelectOdd() AddBorders(8,8,8,8) LanczosResize(352,480) ConvertToRGB(interlaced=true)
Any suggestions or what I might need to change so that it displays properly?
The problem happens with either VHS, Hi8 or Mini DV.
Thank you.
+ Reply to Thread
Results 1 to 3 of 3
-
--
Take Care.
JuanMa -
Are you sure the video you capture is bottom field first. This script is made for bff video. You might try to eliminate the doubleweave.selectodd and see what happens.
-
From what I have read here on the board DV video is bottom field. So the video should be bottom field.
I will try to eliminate that line and check it out.
Thanks.--
Take Care.
JuanMa
Similar Threads
-
Certain d2v file causing problems with MeGUI Avisynth Script Creator.
By Simcut in forum Newbie / General discussionsReplies: 5Last Post: 30th Jul 2012, 16:57 -
To Script or Not To Script, that is the Question... (Custom Videos)
By TheMcD in forum EditingReplies: 2Last Post: 21st Oct 2010, 10:11 -
Online video converter script
By Shaorin in forum Newbie / General discussionsReplies: 1Last Post: 15th Apr 2009, 05:26 -
Video Conversion Script
By paug in forum Video Streaming DownloadingReplies: 1Last Post: 16th Oct 2008, 02:49 -
Video Editing problem with Final Cut and Flip Video! Help!
By caputr in forum MacReplies: 2Last Post: 22nd Jun 2008, 11:52