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
This pull request helped me a lot. https://github.com/streamio/streamio-ffmpeg/pull/162/files
Thank you for implementing it.
However, when generating a gif image,
movie = FFMPEG::Movie.new("hoge.mp4") gif_image = movie.transcode(t.path, %W[-screenshot -seek_time 5 -r 5 -t 0.5 -vf scale=320:-1])
I get the following error.
Unrecognized option 'screenshot'. Error splitting the argument list: Option not found
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
This pull request helped me a lot.
https://github.com/streamio/streamio-ffmpeg/pull/162/files
Thank you for implementing it.
However, when generating a gif image,
I get the following error.
The text was updated successfully, but these errors were encountered: