Linux command
Convert video to GIF
文本
Copy it and replace filenames, paths, or keywords as needed.
命令示例
Convert video to GIF
ffmpeg -i input.mp4 output.gif
说明
Useful Linux one-liner
FAQ
What is the ffmpeg command used for?
Useful Linux one-liner
How do I run a basic ffmpeg example?
Run `ffmpeg -i input.mp4 output.gif` in a terminal, then adjust file names, paths, flags, or remote targets for your system.