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

giffffff #5

Closed
baronTommy opened this issue Feb 6, 2020 · 1 comment
Closed

giffffff #5

baronTommy opened this issue Feb 6, 2020 · 1 comment

Comments

@baronTommy
Copy link
Owner

brew install ffmpeg
brew install imagemagick

cd 動画のあるディレクトリ
ffmpeg -i sample.mp4 -an -r 10 %04d.png  // 10frames/secでpng作成
convert *.png -resize 40% output_%04d.png  // 作成したpngを40%にリサイズ
convert output_*.png result.gif  //  gifに変換
@baronTommy
Copy link
Owner Author

d

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

1 participant