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

Support downloading a specific quote as audio or video. #60

Open
lightonflux opened this issue Jun 5, 2023 · 0 comments
Open

Support downloading a specific quote as audio or video. #60

lightonflux opened this issue Jun 5, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@lightonflux
Copy link

lightonflux commented Jun 5, 2023

Imagine you need a sound bite. Currently the workflow is as follows:

  1. You run download for all the subs.
  2. Then you search and find a quote that fits your needs.
  3. Now you need to manually download the file with yt-dl. yt-dl <link> or yt-dl -x <link>
  4. Next step is to cut the media file: ffmpeg -i <input file> -ss <ts> -t <duration> -acodec copy -vcodec copy <output. file>

A streamlined workflow could look like this:

  1. download channel subs
  2. search key words
  3. Get quote id from listing
  4. yt-fts quote-dl --audio <ID> to download sound or video bite. Maybe this needs a duration argument?
  5. You find a file name <video-ID>-<quote-ID><Sanitized Quote>.mp3 (or similar) in your working dir.

Done. yt-fts would download the file as specified (e.g. via --audio or --video) and cut it to bits.

Is this something that is in scope of this project? Do any user users have this use case?

@NotJoeMartinez NotJoeMartinez added the enhancement New feature or request label Jun 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

2 participants