Skip to content

Instantly share code, notes, and snippets.

@Keycatowo
Created April 15, 2022 09:07
Show Gist options
  • Save Keycatowo/2e1ba8475ecb87fbea720cdf2d090331 to your computer and use it in GitHub Desktop.
Save Keycatowo/2e1ba8475ecb87fbea720cdf2d090331 to your computer and use it in GitHub Desktop.
ffmpeg簡單使用說明

說明

ffmpeg官網,這是一款用指令達成的影片工具

安裝

# ubuntu
sudo apt-get install ffmpeg

用指令剪輯影片

ffmpeg -ss HH:MM:SS -to HH:MM:SS -i input.mp4 output.mp4 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment