Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

question about audio quality and --metadata-from-title #17092

Closed
Skarbor9 opened this issue Jul 29, 2018 · 4 comments
Closed

question about audio quality and --metadata-from-title #17092

Skarbor9 opened this issue Jul 29, 2018 · 4 comments
Labels

Comments

@Skarbor9
Copy link

@Skarbor9 Skarbor9 commented Jul 29, 2018

Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2018.07.29. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.

  • [x ] I've verified and I assure that I'm running youtube-dl 2018.07.29

Before submitting an issue make sure you have:

  • [ x] At least skimmed through the README, most notably the FAQ and BUGS sections
  • [x ] Searched the bugtracker for similar issues including closed ones
  • Checked that provided video/audio/playlist URLs (if any) are alive and playable in a browser

What is the purpose of your issue?

  • Bug report (encountered problems with youtube-dl)
  • Site support request (request for adding support for a new site)
  • Feature request (request for a new functionality)
  • [x ] Question
  • Other

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"

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jul 29, 2018

--audio-quality is mapped to ffmpeg's -qscale:a and it's format specific. Consult ffmpeg doc for more info on it's values.
--postprocessor-args is postprocessor specific.
--metadata-from-title is for fetching additional metadata from title, it has nothing to do with folders.

@dstftw dstftw closed this Jul 29, 2018
@dstftw dstftw added the question label Jul 29, 2018
@Skarbor9
Copy link
Author

@Skarbor9 Skarbor9 commented Jul 30, 2018

There is nothing about values here https://ffmpeg.org/ffmpeg.html , only information that something like -qscale exists.
My example of --metadata-from-title is correct, or not?

@ravkr
Copy link

@ravkr ravkr commented Jul 30, 2018

just learn how to use google....
and how to use markdown on github: it's [x], not [ x]

  • good
  • [ x] bad
  • [x ] bad
@rautamiekka
Copy link

@rautamiekka rautamiekka commented Jul 30, 2018

Here's the full FFmpeg documentation: https://www.ffmpeg.org/ffmpeg-all.html (FFmpeg maintains 2 sets of documentation for each of the programs (ffmpeg, ffplay, ffprobe): the 'all' and the small. You'll always want the 'all')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
4 participants
You can’t perform that action at this time.