Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert Image to Video #4

Open
admcfajn opened this issue Sep 8, 2016 · 1 comment
Open

Convert Image to Video #4

admcfajn opened this issue Sep 8, 2016 · 1 comment

Comments

@admcfajn
Copy link

admcfajn commented Sep 8, 2016

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
Copy link
Owner

folour commented Sep 19, 2016

#todo for next release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants