Hi friend, i meet some problem when convert 2 video by Megui, i use Megui 2418,
when i add code in to script, Avisynth say: Convert: Cannot convert if width isn't mod 2.
I don't know what exactly this error, some one please help me, i appreciate your help.
Thank's so much,
Here my script use to code:
LoadPlugin("C:\Users\....\Downloads\MeGUI_2341_x86 \tools\avs\directshowsource.dll")
LoadPlugin("C:\Users\...\Downloads\MeGUI_2341_x86\ tools\avisynth_plugin\VSFilter.dll")
try{SetMemoryMax(16)
V0=DirectShowSource("C:\Users\....\Downloads\SD.mk v",25.000,audio=false,convertfps=true).ConvertToYV 12()
A0=DirectShowSource("C:\Users\....\Downloads\SD.mk v",25.000,video=false,convertfps=true).ResampleAud io(44100)
F0=AudioDub(V0,A0)
F0=LanczosResize(F0,800,440)
V1=DirectShowSource("C:\Users\....\Downloads\Yokai Ningen Bem\Yokai Ningen Bem - 10.mp4", fps=29.970, audio=false, convertfps=true).ConvertToYV12().TextSub("C:\Users \...\Downloads\bemsub\Yokai.Ningen.Bem.E10SD.ass") .TextSub("C:\Users\....\Desktop\company\SD.ass")
A1=DirectShowSource("C:\Users\....\Downloads\Yokai Ningen Bem\Yokai Ningen Bem - 10.mp4", fps=29.970, audio=false, convertfps=true).ResampleAudio(44100)
F1=AudioDub(V1,A1)
F1=LanczosResize(F1,800,440)
F=F0+F1
return F
}catch(err_msg){BlankClip(0,1,1)}
ConvertToYV12()
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
Need help and guidence...Convert 4.5gb to 900mb using Megui
By u4upendra in forum Video ConversionReplies: 2Last Post: 28th Jun 2011, 04:14 -
megui convert video how to keep orginal aac audio
By jamespoo in forum DVB / IPTVReplies: 0Last Post: 24th Jun 2011, 22:11 -
How To Convert Any .vob/.avi/.divx video To x264 In Megui
By jamespoo in forum User guidesReplies: 4Last Post: 13th Jun 2011, 21:31 -
Batch convert in megui
By Shaorin in forum Newbie / General discussionsReplies: 1Last Post: 10th Dec 2009, 20:42 -
MeGUI can't convert video
By Charmer in forum Video ConversionReplies: 2Last Post: 31st May 2009, 09:30