Skip to content

Instantly share code, notes, and snippets.

@percybolmer
Last active August 18, 2022 06:48
Show Gist options
  • Save percybolmer/61da2d82c9f323c647e4ff56fcff95f6 to your computer and use it in GitHub Desktop.
Save percybolmer/61da2d82c9f323c647e4ff56fcff95f6 to your computer and use it in GitHub Desktop.
docker ffmpeg
docker build -t demo/ffmpeg .
# Run the container on the demo video and output into mounted share
docker run -v $PWD/data:/shared demo/ffmpeg -i /videos/big_buck_bunny_720p_1mb.mp4 -filter:v "setpts=PTS/60" /shared/output.mkv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment