1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-16 12:17:12 +00:00

Swap 24/60 for 60/24 to perhaps make it slightly clearer what's going on.

Niklas Haas 2016-05-07 20:20:58 +02:00
parent 446f1149ed
commit aa267436ff

@ -21,7 +21,7 @@ vertical axis will be rescaled from 100 pixels to 250 pixels. (60/24 = 2.5)
The traditional technique, including the default mpv behavior, is to simply
hold each source frame until the corresponding timestamp of the next frame has
passed. Due to the particular ratio in this example (24/60 = 0.4), it means
passed. Due to the particular ratio in this example (60/24 = 2.5), it means
that the first frame will be shown 3 times, the second frame 2 times, the third
3 times, the fourth 2 times and so on. The pattern looks like this: