[Bug 282300] multimedia/mpv
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282300 --- Comment #11 from Sergiy <[email protected]> --- (In reply to Jan Beich from comment #10) > xf86-video-nv doesn't use drm-kmod but supports XVideo. mpv should default to > --vo=xv. If it fails you need to report upstream after bisecting. Thank you. For information, in my case --vo=xv works without playing video. Example: $ mpv --vo=xv test.mp4 ● Video --vid=1 (h264 1280x720 29.97 fps) [default] ● Audio --aid=1 --alang=eng (aac 2ch 44100 Hz 128 kbps) [default] [vo/xv] No Xvideo support found. Error opening/initializing the selected video_out (--vo) device. Video: no video AO: [oss] 44100Hz stereo 2ch s32 A: 00:01:23 / 00:01:23 (100%) Exiting... (End of file) But: $ mpv --vo=x11 test.mp4 ● Video --vid=1 (h264 1280x720 29.97 fps) [default] ● Audio --aid=1 --alang=eng (aac 2ch 44100 Hz 128 kbps) [default] [vo/x11] Warning: this legacy VO has bad performance. Consider fixing your graphics drivers, or not forcing the x11 VO. AO: [oss] 44100Hz stereo 2ch s32 VO: [x11] 1280x720 yuv420p AV: 00:01:23 / 00:01:23 (100%) A-V: 0.000 Dropped: 800 Exiting... (End of file) -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.