View Single Post
Old 28th December 2009, 17:16   #3  |  Link
Didée
Registered User
 
Join Date: Apr 2002
Location: Germany
Posts: 5,391
"Video formats don't match", most probably.

Code:
vid=AVISource("C:\video.avi",audio=false)
pic=ImageSource("C:\image.jpg",end=125,fps=framerate(vid) )
 pic= isYV12(vid) ? pic.ConvertToYV12() : pic.ConvertToYUY2()
vid++pic
__________________
- We´re at the beginning of the end of mankind´s childhood -

My little flickr gallery. (Yes indeed, I do have hobbies other than digital video!)
Didée is offline   Reply With Quote