Skip to content

Instantly share code, notes, and snippets.

@jadedgnome
Last active August 29, 2015 14:11
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 jadedgnome/c9ebf605ae7560bee3fc to your computer and use it in GitHub Desktop.
Save jadedgnome/c9ebf605ae7560bee3fc to your computer and use it in GitHub Desktop.
ffmpeg -i some.mkv -acodec copy -vcodec copy some.mp4 #copy mkv to mp4 container - may not be compliant
ffmpeg -t 30 -i some.mkv -acodec copy -vcodec copy some.mp4 #create sample
ffmpeg -i some.mkv -acodec libfaac -ac 2 -vcodec copy some.mp4 #mp4 with downmixed audio (AAC @ 128kbit)
aria2c --bt-min-crypto-level=arc4 --bt-require-crypto=true --dht-listen-port=34450-34459 --listen-port=34460-34469
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment