Summary: | >=media-video/mpv-0.25.0[-libav] - no working audio | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | N. Andrew Walsh <n.andrew.walsh> |
Component: | Current packages | Assignee: | Coacher <itumaykin+gentoo> |
Status: | RESOLVED UPSTREAM | ||
Severity: | normal | CC: | media-video, proxy-maint |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 617608 | ||
Attachments: |
Travis the owl demonstrates his move (and lack of audio)
backend (mpv) log frontend (smplayer) log |
Description
N. Andrew Walsh
2017-06-27 12:52:31 UTC
Please attach a small example file that causes this issue and the output of `mpv -v <your_example_file.here>` command. Andrew, please provide the requested info. Missing audio is easy to notice, but you seem to be the only one affected. It looks like this problem is specific to your system. Can do, but it'll have to wait until after the 7th: I'm on the road right now and away from my desktop until then. Please don't regard a lack of reply as disinterest. Thanks for your help! Ping d'oh, thanks for the reminder (had to give a lecture last night, was a bit distracted). Anyway, I'm attaching a short video file that, on my setup (~amd64, using smplayer as a frontend) mpv-0.25* does not play audio, but mpv-0.18 does. I see nothing in the logs, nor any console output. Thanks for the help. Created attachment 483964 [details]
Travis the owl demonstrates his move (and lack of audio)
grrrr … UPDATE: running 'mpv travis\ werk\ it.mp4' from the console has audio, so this is not mpv. Something's wrong with how smplayer interacts with mpv (different between the two versions) that is causing audio to fail. Drat. Now I'm stuck :( (In reply to N. Andrew Walsh from comment #7) > grrrr … > > UPDATE: running 'mpv travis\ werk\ it.mp4' from the console has audio, so > this is not mpv. Ok, mpv here also plays your video without a problem. > Something's wrong with how smplayer interacts with mpv > (different between the two versions) that is causing audio to fail. I have smplayer-16.11.0 with mpv backend and your video plays fine (with audio). Please attach smplayer log (Ctrl+S) and backend log (Ctrl+M) when playing this video in smplayer. It could help. P.S. Owl is very cute. Created attachment 484334 [details]
backend (mpv) log
Created attachment 484336 [details]
frontend (smplayer) log
logs are attached Here's your problem (from backend log): [drc] libavfilter filter 'drc' not found! Couldn't create or open audio filter 'drc' Error at audio filter chain pre-init! Audio: no audio The filter was removed in this commit: https://github.com/mpv-player/mpv/commit/222899fbbe523320e66ae1600fabe45b58d48686 Commit message also has instructions how to replace it. If you want it restored, please ask upstream directly. Due to a very dynamic nature of mpv you should look through changelogs (installed automatically) after mpv update if you use ANY additional options. I try to cover all important changes in default configuration via postinst messages. Thank you for understanding. adding '--af=lavfi=[acompressor]' to the Options to pass to mpv in the Advanced menu restored audio for me. Thanks for clarifying. I'm curious how I ended up adding the 'drc' option in the first place, but no matter: it's fixed. Cheers. |