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.
Hide ffmpeg output when capturing stream. #9335
Comments
|
ffmpeg's output is not controller by the process running youtube-dl. Python in this case. You can add |
|
I ended up needing |
Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2016.04.24. 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?
I'll start by saying I'm no expert with Python so I've probably overlooked something simple. I'm using youtube-dl as a module to capture Chaturbate streams and no matter what I do I can't stop ffmpeg output being shown in the terminal. Have included the code I'm trying for now.
This produces the following output.
Any ideas what I'm missing?