Last active
April 30, 2022 20:54
-
-
Save pgrtiragg/7f856d3f7cbde06e8b05e80d6b748953 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
| echo -n 'TOTAL ' ;du -sh ; find . -iname "*.mp4" -exec echo {} \; -exec ffmpeg -v quiet -i {} {}.mkv \; -exec rm {} \; | |
| #todo | |
| print reduce size | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment