Skip to content

Instantly share code, notes, and snippets.

@ykarikos
Last active January 3, 2021 20:38
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 ykarikos/5fbbd5ec8c525069b1640d3abb3d6c6c to your computer and use it in GitHub Desktop.
Save ykarikos/5fbbd5ec8c525069b1640d3abb3d6c6c to your computer and use it in GitHub Desktop.
Download FB video and convert to mp4
youtube-dl "https://www.facebook.com/watch/?v=2672965476349733"
docker run -v $(pwd):$(pwd) -w $(pwd) jrottenberg/ffmpeg:3.4-scratch -i input.mkv -acodec copy -vcodec libx264 -b:v 1200k -threads 0 -f mp4 output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment