We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
#todo for next release
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: