Skip to content

Instantly share code, notes, and snippets.

@arbitrary-dev
Last active December 29, 2016 18:39
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 arbitrary-dev/089bf981084560a5ab7443258819acce to your computer and use it in GitHub Desktop.
Save arbitrary-dev/089bf981084560a5ab7443258819acce to your computer and use it in GitHub Desktop.
Convert films in a batch
ls **/*.avi | xargs -d '\n' -n1 -I {} cnv film -b 500k -dn --log error {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment