Skip to content

Instantly share code, notes, and snippets.

@rezof
Created November 20, 2018 17:28
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 rezof/c1fa38047c829fdaf97254bb54ab464c to your computer and use it in GitHub Desktop.
Save rezof/c1fa38047c829fdaf97254bb54ab464c to your computer and use it in GitHub Desktop.
#!/bin/bash
nohup ffmpeg -i $1 -vcodec copy -strict -2 -ac 2 $1".mp4" &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment