Skip to content

Instantly share code, notes, and snippets.

@wmantly
Created June 11, 2018 05:31
Show Gist options
  • Select an option

  • Save wmantly/e715ecade76c08dcbb5ef027dd9b96f2 to your computer and use it in GitHub Desktop.

Select an option

Save wmantly/e715ecade76c08dcbb5ef027dd9b96f2 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
name=`echo $1 | cut -d'.' -f1`;
echo $name;
ffmpeg -i "$1" -strict -2 "${name}.mp4";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment