Hello,
Please help me
(cannot make a new thread) with one quick problem: I'm getting en error:
Splice: one clip has audio and the other doesn't"This is my script:
A=DirectShowSource("E:\mio\Fotky\1.MOV", fps=29.970, audio=true, convertfps=true).AssumeFPS(30000,1001).fadeio(10,$ffffff).ConvertToYV12.BilinearResize(1920,1080)
B=ImageSource("E:\mio\Fotky\2.JPG",end=61,fps=29.970).AssumeFPS(30000,1001).fadeio(10,$ffffff).ConvertToYV12.BilinearResize(1920,1080)
C=DirectShowSource("E:\mio\Fotky\3.MOV", fps=29.970, audio=true, convertfps=true).AssumeFPS(30000,1001).fadeio(10,$ffffff).ConvertToYV12.BilinearResize(1920,1080)
A++B++C
LoadPlugin("C:\Program Files\MeGUI\tools\avisynth_plugin\UnDot.dll")
Undot() # Minimal Noise
There is one picture among two videos that is causing the problem because it obviously doesn't have a audio. What is the workaround? Please help!