Skip to content

Instantly share code, notes, and snippets.

@luofanghao
Last active June 28, 2017 03:06
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luofanghao/102866e4da52f69bc73282414c2e8a2b to your computer and use it in GitHub Desktop.
Save luofanghao/102866e4da52f69bc73282414c2e8a2b to your computer and use it in GitHub Desktop.
#how to get the path for VID:
#just copy the url for "Andorid/iOS" botton
VID=""
FILE="default.mp4"
#######
ffmpeg -i $VID -bsf:a aac_adtstoasc -vcodec copy -c copy -crf 50 $FILE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment