Changes

Airtop: Installing Linux Mint 19.2

210 bytes added, 06:57, 23 September 2019
/* MPV media player */
* Compatible with the most popular video formats
$ sudo apt install mpv youtube-dl
For example, Airtop2 Airtop3 with GeForce GTX 1060 Quadro RTX 4000 is capable to play 4K UHD using CUDA video decoding without significant system load:
<pre>
$ mpv -fs --hwdec=cuda ~/Videos/jellyfish/jellyfish-140-mbps-4k-uhd-hevc-10bit.mkv
Or the same content directly from the youtube:
<pre>
# NOTE: need to install fixed youtube-dl package
$ wget http://mirrors.kernel.org/ubuntu/pool/universe/y/youtube-dl/youtube-dl_2019.05.20-0ubuntu1_all.deb
$ sudo dpkg -i youtube-dl_2019.05.20-0ubuntu1_all.deb
</pre>
<pre>
$ mpv -fs --hwdec=cuda https://www.youtube.com/watch?v=j4oBg8capW8
425
edits