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.
[Go] Unnecessarily verbose FFmpeg output #13551
Comments
|
Seems an ffmpeg issue in 3.3.2. In my memory there are no such messages in older ffmpeg. |
|
Relevant commit in ffmpeg: FFmpeg/FFmpeg@4e6de49 I'm not sure why ffmpeg wants to print all filenames. And youtube-dl can't switch the default log level to warning as progress will vanish. |
|
Ah, seems that's a reaction to a previous security issue in ffmpeg. (#8227) |
|
This patch resolves the issue.
|
|
FWIW, on macOS, with Homebrew, I used
with a section at the end of the file which had the patch itself:
and then issued Can this patch be applied in the main stream of code? |
|
I don't know the method you're describing. I just do "git apply <file>" in the directory where I've cloned the Git project and where file contains the patch. Also, I've submitted this patch as a pull request. |
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like that [x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2017.07.02. 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?
The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue
If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:
Add
-vflag to your command line you run youtube-dl with, copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):Since adding
-vgenerates additional console output, I will provide both verbose and non-verbose console output:Verbose log
Non-verbose log
Description of your issue, suggested solution and other information
The FFmpeg console output is too verbose when downloading from go.com (Watch Disney) even when
-vis not used. There are no problems with the download though, it completes successfully.