Page 1 of 1

Custom video creation

Posted: Wed Aug 26, 2009 2:05 pm
by NokSuKao
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

Posted: Wed Sep 02, 2009 3:40 pm
by NokSuKao
Hi,

is there nobody out there who has an idea? I think it is the interlace/deinterlace option in ffmpeg?
But i don't get it work?

NokSuKao

Posted: Wed Sep 02, 2009 4:19 pm
by kwire
NokSuKao,

Take a look a mencoder instead of ffmpeg. You can set the frame rate yourself, after you calculate it from looking at the appropriate record for the event in the Events Table.

HTH, Keith