Custom video creation

If you've made a patch to quick fix a bug or to add a new feature not yet in the main tree then post it here so others can try it out.
Post Reply
NokSuKao
Posts: 14
Joined: Wed Aug 26, 2009 1:53 pm

Custom video creation

Post 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
NokSuKao
Posts: 14
Joined: Wed Aug 26, 2009 1:53 pm

Post 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
kwire
Posts: 48
Joined: Mon Jan 05, 2009 12:56 am
Location: Ada, Ohio, USA

Post 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
Post Reply