Skip to content

Instantly share code, notes, and snippets.

@pgrtiragg
Last active April 30, 2022 20:54
Show Gist options
  • Select an option

  • Save pgrtiragg/7f856d3f7cbde06e8b05e80d6b748953 to your computer and use it in GitHub Desktop.

Select an option

Save pgrtiragg/7f856d3f7cbde06e8b05e80d6b748953 to your computer and use it in GitHub Desktop.
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