Skip to content

Instantly share code, notes, and snippets.

@javiermon
Last active January 8, 2018 13:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save javiermon/ae95862d3db0af4da61b8cc1c27b8d55 to your computer and use it in GitHub Desktop.
Save javiermon/ae95862d3db0af4da61b8cc1c27b8d55 to your computer and use it in GitHub Desktop.
#!/bin/bash
ffmpeg -i 01.mkv -map_metadata -1 -vcodec libx264 -acodec copy -b:v 5208k ~/01_reduced.mkv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment