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.
question about audio quality and --metadata-from-title #17092
Comments
|
|
|
There is nothing about values here https://ffmpeg.org/ffmpeg.html , only information that something like -qscale exists. |
|
just learn how to use google....
|
|
Here's the full FFmpeg documentation: https://www.ffmpeg.org/ffmpeg-all.html (FFmpeg maintains 2 sets of documentation for each of the programs ( |
Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2018.07.29. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
Description of your issue, suggested solution and other information
What exactly hides behind --audio-quality 0-9 levels? What exactly is 0 and default 5 level, or should I choose sampling rate and bitrate by myself? I'm talking about vorbis -> flac conversion.
Is there any list with all --postprocessor-args possible?
Is that correct command for metadata from title? Do I need a path to the folder from --output, or these strings only?:
--metadata-from-title "%(title)s - %(acodec)s-%(abr)s-%(vcodec)s-%(resolution)s-%(format)s-%(like_count)s-%(dislike_count)s-%(view_count)s-%(upload_date)s-%(uploader)s-%(uploader_id)s.%(ext)s"