Changes

Jump to: navigation, search

Airtop: Installing Linux Mint 19.2

53 bytes added, 06:50, 12 July 2018
/* MPV media player */
$ sudo apt install mpv youtube-dl
For example, Airtop2 with GeForce GTX 1060 is capable to play 4K UHD using CUDA video from the local filedecoding without significant system load:
<pre>
$ mpv -fs --hwdec=cuda ~/Videos/jellyfish/jellyfish-140-mbps-4k-uhd-hevc-10bit.mkv
Playing: ~/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
Using hardware decoding (vaapicuda).VO: [opengl] 3840x2160 vaapicuda[p010]AV: 00:00:30 / 00:00:30 (99%) A-V: 0.000 Dropped: 3 Cache: 0s+0KB
</pre>
Or the same content directly from the youtube:
<pre>
$ mpv -fs --hwdec=cuda https://www.youtube.com/watch?v=j4oBg8capW8
Playing: https://www.youtube.com/watch?v=j4oBg8capW8
(+) Video --vid=1 (*) (vp9 3840x2160 29.970fps)
(+) Audio --aid=1 --alang=und (*) 'DASH audio' (aac 2ch 44100Hz) (external)
AO: [pulse] 44100Hz stereo 2ch float
Using hardware decoding (vaapicuda).VO: [opengl] 3840x2160 vaapicuda[nv12]AV: 00:00:29 / 00:00:29 (99%) A-V: 0.000 Dropped: 1 Cache: 0s+0KB
</pre>
425
edits