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

converting image to video not working #82

Closed
sabernar opened this issue Nov 15, 2012 · 2 comments
Closed

converting image to video not working #82

sabernar opened this issue Nov 15, 2012 · 2 comments
Assignees

Comments

@sabernar
Copy link

While I can convert a single image into a video from the command line, nothing that I tried with fluent-ffmpeg worked for me. This is the simple command line call:

ffmpeg -i 'image.jpg' -r 1 out.mp4

It should produce a one second video, but, either I couldn't figure out the proper syntax, or this library is unable to do this.

@ghost ghost assigned schaermu Nov 28, 2012
@schaermu
Copy link
Contributor

check the sample file in the linked commit, this functionality was implemented some time ago (28a37e7)

@sabernar
Copy link
Author

Thank you! I believe that is exactly what I'm looking for!

On Nov 28, 2012, at 8:09 AM, Stefan Schärmeli notifications@github.com wrote:

check the sample file in the linked commit, this functionality was implemented some time ago (28a37e7)


Reply to this email directly or view it on GitHub.

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