python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to change youtube_dl output location with python
I wrote a python script to download a list of YouTube URLs, and I want to change the output folder by the subject I'm downlaoding.
For example, When I'm downloading a playlist, I want the videos in th...
LaurenceY
Votes: 0
Answers: 1
Open Video Downloader Error: Postprocessing: ffmpeg not found
Error Thrown:
ERROR: Postprocessing: ffmpeg not found. Please install or provide the path using --ffmpeg-location
Context: macOS Big Sur M1 Chip, using the open video downloader program GitHub releas...

Nick the Community Scientist
Votes: 0
Answers: 2
mpv doesn't recognise ytdl_path as a key
I'm trying to use yt-dlp rather than youtube-dl due to the bottlenecking on download speeds in youtube-dl but I can't get it to work.
My mpv.conf file looks like:
script-opts=ytdl_hook-ytdl_path=/usr/...
tcotts
Votes: 0
Answers: 2
How to specify ydl options for download video with audio?
I'm using youtube-dl and Python for download a mp4 video (with sound/audio included); I get the mp4 video, but, I'm unable to set the correct ydl options to get the video with sound.
My goal is to do...

Marco Aurelio Fernandez Reyes
Votes: 0
Answers: 1