Skip to content

Instantly share code, notes, and snippets.

@kjunichi
Last active November 17, 2024 13:51
Show Gist options
  • Save kjunichi/58d24c368c7de9ae12fdda8b74ced5ef to your computer and use it in GitHub Desktop.
Save kjunichi/58d24c368c7de9ae12fdda8b74ced5ef to your computer and use it in GitHub Desktop.

DockerでUbuntuのコマンドを試すには

以下のdockerコマンドでbashを起動して確認できるが、Ubuntuイメージはデフォルトでは最低限のコマンドしか入ってない!

 docker run -it ubuntu /bin/bash    

ffmpegでYouTubeショートサイズに変換

ffmpeg -i MaxxisReaverでグラベルを走った.mp4 -vf crop="607:1080:657:0" -aspect 9:16 out.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment