szabi
28th December 2009, 11:30
Hi
I used "AVISource" to import my video (840x524@25) and used "Trim" to cut it.
When the video is finished I would like to display an image until 5 seconds. The image has same resolution as video.
How could I do this, because errror message is always got when I try to do it?
I tried this but not worked.
vid=AVISource("C:\video.avi",audio=false)
pic=ImageSource("C:\image.jpg",end=125,fps=25)
vid++pic
bye
szabi
I used "AVISource" to import my video (840x524@25) and used "Trim" to cut it.
When the video is finished I would like to display an image until 5 seconds. The image has same resolution as video.
How could I do this, because errror message is always got when I try to do it?
I tried this but not worked.
vid=AVISource("C:\video.avi",audio=false)
pic=ImageSource("C:\image.jpg",end=125,fps=25)
vid++pic
bye
szabi