folour / flavy

Simple API for convert audio/video files, get thumbnails from video, information of files
GNU General Public License v3.0
28 stars 7 forks source link

Convert Image to Video #4

Open admcfajn opened 8 years ago

admcfajn commented 8 years ago

Just wondering if there's a way to convert image to video.

from what i see here: https://trac.ffmpeg.org/wiki/Create%20a%20video%20slideshow%20from%20images

ffmpeg -framerate 1/5 -i img%03d.png -c:v libx264 -r 30 -pix_fmt yuv420p out.mp4

I'd need the -framerate parameter to set the duration of the output video.

Thanks in advance for a response. & thanks profusely for porting this to Laravel 5.2

folour commented 8 years ago

todo for next release