Last active
January 8, 2018 13:06
-
-
Save javiermon/ae95862d3db0af4da61b8cc1c27b8d55 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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