Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Hi, --add-metadata does not work
Can you help me
youtube-dl -f bestaudio --audio-quality 0 --max-filesize 40.0m --rate-limit 250k --sleep-interval 4 --extract-audio --audio-format mp3 -o 'xxx.mp3' --embed-thumbnail --add-metadata --encoding utf-8 https://www.youtube.com/watch?v=V-sivPFfQn4Verbose output;
ERROR: Stream #0:0 -> #0:0 (copy)
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 2065, in post_process
files_to_delete, info = pp.run(info)
File "/usr/local/bin/youtube-dl/youtube_dl/postprocessor/ffmpeg.py", line 498, in run
self.run_ffmpeg_multiple_files(in_filenames, temp_filename, options)
File "/usr/local/bin/youtube-dl/youtube_dl/postprocessor/ffmpeg.py", line 235, in run_ffmpeg_multiple_files
raise FFmpegPostProcessorError(msg)
FFmpegPostProcessorError: Stream #0:0 -> #0:0 (copy)