How can I point Gallery-dl to Ffmpeg binary path? #3777
-
I have been using Gallery-dl for sometime just fine. I recently had to remove a bunch of things from my path folder, this includes FFMPEG. I really cant add it back. Now when I try to download from Pinterest, I get this error:
but I do have FFMPEG on system. I just need a way to point Gallery-dl to it. For example with YT-Dlp I can have this in my config file:
How can I do the same thing in my Gallery-dl config file?? I looked at the settings page for possible settings, I found:
I really suck understanding json, am I supposed to be looking for a Thanks for any help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Pinterest videos get downloaded with ytdl. You can use downloader.ytdl.cmdline-args or downloader.ytdl.config-file or even downloader.ytdl.raw-options to set ytdl options including the FFmpeg location. {
"downloader": {
"ytdl": {
"cmdline-args": ["--ffmpeg-location", "C:\\temp\\Ffmpeg.exe"]
}
}
} |
Beta Was this translation helpful? Give feedback.
Pinterest videos get downloaded with ytdl. You can use downloader.ytdl.cmdline-args or downloader.ytdl.config-file or even downloader.ytdl.raw-options to set ytdl options including the FFmpeg location.