←back to thread

1113 points Bluestein | 2 comments | | HN request time: 0s | source
Show context
entropie ◴[] No.41277586[source]
I started to use it on linux a few years ago.

Now its on every device, even on my android tablet. Its perfect. Minimalistic, sane defaults, fast and just works.

It can even play natively over ssh. Its awesome

> mpv sftp://mit@nyx/home/mit/Work/merged.mp4

Recently I needed a hotkey to rotate a video (which seems not like any player can easily do this; for mpv it was a 'r cycle_values video-rotate "90" "180" "270" "0"' in the in input.conf)

replies(1): >>41277758 #
ivanjermakov ◴[] No.41277758[source]
You can also play videos over http, many websites are supported, even YouTube:

    mpv <yt link>
replies(2): >>41277824 #>>41290491 #
1. account42 ◴[] No.41290491[source]
I wish seeking word work better in this mode though. There is no reason seecon should freeze the player for minutes or indefinitely if the whole video can be downloaded from start to finish in seconds.
replies(1): >>41291805 #
2. ivanjermakov ◴[] No.41291805[source]
I agree. With decent bandwidth it's more convenient to first download video with yt-dlp and then play it with mpv