Last active
January 3, 2021 20:38
-
-
Save ykarikos/5fbbd5ec8c525069b1640d3abb3d6c6c to your computer and use it in GitHub Desktop.
Download FB video and convert to mp4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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