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.
Playing webm audio file does not show time #12806
Comments
|
How is this related to youtube-dl? Playback related questions should be addressed to player you're using. |
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.04.17. 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 downloaded an audio file with a .webm extension. When I play it with
mpv <file>.webm, it plays the audio without a GUI (which is fine, not needed), and the input controls work. However, it doesn't show [current timestamp]:[total audio length], which is crucial to have some sort of context of where I am on when listening to content (I would like to know how much time until the content is over, etc.).