Created
December 3, 2017 20:13
-
-
Save lboulard/fd4a89c30bb84f4a86b9e977ac985fd7 to your computer and use it in GitHub Desktop.
Configuration file for youtube-dl on Windows (%APPDATA%\youtube-dl\config.txt)
This file contains 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
--ffmpeg-location C:/msys64/mingw64/bin | |
-f bestvideo[ext=mp4]+bestaudio[ext=m4a]/mp4 | |
--embed-thumbnail | |
--add-metadata | |
--keep-video | |
# Thumbnail support | |
# https://bitbucket.org/jonhedgerows/atomicparsley/downloads/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment