Help with combining images and video in avisynth - Creative Uses of CHDK - CHDK Forum
supplierdeeply

Help with combining images and video in avisynth

  • 0 Replies
  • 2583 Views
Help with combining images and video in avisynth
« on: 05 / June / 2012, 14:21:16 »
Advertisements
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:

Code: [Select]
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!

 

Related Topics


SimplePortal 2.3.6 © 2008-2014, SimplePortal