Custom video creation
Posted: Wed Aug 26, 2009 2:05 pm
Hi,
i want to create a video, but not directly from an event. I want to create the video from images with a appropriate date/time. i use a small php script to copy the necessary files in a folder. then i run ffmpeg and create a mpg video like this:
ffmpeg -y -i /videos/%03d.jpg /folder/video.mpg
i can watch the video, but it runs too fast. Are the input options for ffmpeg wrong?
thx for your help
NokSuKao
i want to create a video, but not directly from an event. I want to create the video from images with a appropriate date/time. i use a small php script to copy the necessary files in a folder. then i run ffmpeg and create a mpg video like this:
ffmpeg -y -i /videos/%03d.jpg /folder/video.mpg
i can watch the video, but it runs too fast. Are the input options for ffmpeg wrong?
thx for your help
NokSuKao