LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   Making a video from frames (https://www.linuxquestions.org/questions/linux-desktop-74/making-a-video-from-frames-475472/)

Piquant77 08-19-2006 05:20 PM

Making a video from frames
 
Hi, I would like to make video from frames (I do special effets which sometimes requires frame by frame editing). Which software would do the job? Being able to specify the framerate would be useful.

Que_273 08-20-2006 02:07 PM

mencoder is a powerful tool for encoding video and sound.
Use the mf:// URL to specify encoding from frames and the option "-mf fps=12" to set the framerate. There are many output formats available, read the man-page/documentation for the extensive possibilities, the manpage also includes some examples at the end.
eg
mencoder "mf://*.jpg" -mf fps=12 -o output.avi -ovc lavc -lavcopts vcodec=mjpeg

Que

Piquant77 08-20-2006 03:07 PM

Thank you very much, that's exactly what I needed. :)


All times are GMT -5. The time now is 01:15 PM.