/auto_ffmpeg

動画自動編集ツール

Primary LanguageC

概要

音が発生した時点から10秒間のみを抽出し、それらの動画を結合して1つの動画に編集します

ffmpeg のインストールが必要です

mac -> brew install ffmpeg

使い方

  1. git clone --recursive https://github.com/lowzzy/auto_ffmpeg
  2. cd libft
  3. make
  4. cd ../
  5. vi main.sh
  6. write the origin movie path
  7. save (esc -> :wq -> enter)
  8. ./main.sh
  9. You can watch the movie you want.