qubes-doc/user/troubleshooting/media-troubleshooting.rst
Marek Marczykowski-Górecki 7e464d0f40
Convert to RST
This is done using tools at
https://github.com/maiska/qubes-translation-utilz, commit
4c8e2a7f559fd37e29b51769ed1ab1c6cf92e00d.
2025-07-04 14:23:09 +02:00

26 lines
1.3 KiB
ReStructuredText
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

=====================
Media troubleshooting
=====================
Can't play media videos in a VM due to missing codecs
-----------------------------------------------------
If youre having trouble playing a video file in a qube, youre probably missing the required codecs. The easiest way to resolve this is to install VLC Media Player and use that to play your video files. You can do this in multiple different template distros by following the instructions :ref:`here <introduction/faq:how do i play video files?>`.
Video lagging
-------------
Playing videos may cause lags since software decoding uses a lot of CPU.
Depending on your video player, there are some settings that may smoothen video plays:
- If using VLC media player, go to Tools> Preferences > Video > Output. By default, the Output is set to “Automatic”. Go through the list and try out other output options to see if any makes videos run smoother.
- If using mpv media player, you may be able to improve performance by entering ``mpv --profile=sw-fast --vo=x11`` in a terminal.
- For video lags when playing videos from a browser, disable hardware acceleration in the browser. If the problem arises when watching streams, it may be smoother to use ``streamlink`` to view streams in mpv instead of using the browser.