Changes

Airtop: Installing Linux Mint 20

1,128 bytes added, 11:18, 22 July 2020
/* Noise mitigation on Nvidia graphics card */
Comment: Set working mode "Prefer Consistent Performanse" to reduce noise
</pre>
 
== MPV media player ==
* Well known free and open-source multimedia player
* Supports GPU accelerated video decoding including CUDA decoding on NVIDIA GPUs and gives excellent playback quality
* Compatible with the most popular video formats
 
$ sudo apt install mpv
 
For example, Airtop3 with Quadro RTX 4000 is capable to play 4K UHD using CUDA video decoding without significant system load:
<pre>
$ mpv -fs ~/Videos/jellyfish/jellyfish-140-mbps-4k-uhd-hevc-10bit.mkv
(+) Video --vid=1 (*) (hevc 3840x2160 29.970fps)
(+) Audio --aid=1 (*) (truehd 6ch 48000Hz)
AO: [pulse] 48000Hz 5.1(side) 6ch s32
VO: [gpu] 3840x2160 yuv420p10
AV: 00:00:30 / 00:00:30 (99%) A-V: 0.000 Cache: 0.0s/2KB
</pre>
Or the same content directly from the youtube:
<pre>
$ mpv -fs https://www.youtube.com/watch?v=j4oBg8capW8
(+) Video --vid=1 (*) (vp9 3840x2160 29.970fps)
(+) Audio --aid=1 (*) (aac 2ch 44100Hz)
AO: [pulse] 44100Hz stereo 2ch float
VO: [gpu] 3840x2160 yuv420p
AV: 00:00:29 / 00:00:30 (99%) A-V: 0.000 Cache: 0.0s
</pre>
 
[[category:Airtop]]
[[category:Airtop2]]
[[category:Airtop3]]
[[category:Software]]
[[category:Linux]]
425
edits