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

Call ffmpeg with -hide_banner for crunchyroll m3u8 download #25563

Open
cancerousname69 opened this issue Jun 6, 2020 · 2 comments
Open

Call ffmpeg with -hide_banner for crunchyroll m3u8 download #25563

cancerousname69 opened this issue Jun 6, 2020 · 2 comments
Labels

Comments

@cancerousname69
Copy link

@cancerousname69 cancerousname69 commented Jun 6, 2020

Checklist

  • I'm reporting a feature request
  • I've verified that I'm running youtube-dl version 2020.06.06
  • I've searched the bugtracker for similar feature requests including closed ones

Description

Small convenience improvement: FFmpeg is currently callled without -hide_banner, which is very verbose and can fill up an entire screen. This is wasteful, as many terminal emulators have limited scrollback. The solution would be to include the -hide_banner argument for FFmpeg.

@0ddb0d
Copy link

@0ddb0d 0ddb0d commented Jun 7, 2020

Why is this a desirable feature when you can already pass args to the downloader?

Something like youtube-dl --external-downloader /your/path/not/mine/ffmpeg --external-downloader-args '-hide_banner' or add it to your youtube-dl config file if you want to use it all the time, see https://github.com/ytdl-org/youtube-dl/blob/master/README.md#configuration

@cancerousname69
Copy link
Author

@cancerousname69 cancerousname69 commented Jun 7, 2020

I was just thinking that this would be desirable for any user(who doesn't like messing with arguments). I will close this issue if you think it doesn't serve any purpose.

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
2 participants
You can’t perform that action at this time.