Originally posted by Quackdoc
View Post
Setting
- all the windows to the same sizes by "Win+CursorRight"
- having a same-ish font size so the same amount of content is shown
- all CPU governors set to powersave
- all CPU cores fixed to max 400 MHz
- best of two runs
results in:
foot:
Code:
$ time mpv -vo=tct -profile=sw-fast -no-config -length="0:30" -hwdec=no -framedrop=no -untimed -no-audio big_buck_bunny_720p_10mb.mkv (+) Video --vid=1 (*) (mpeg4 1280x720 25.000fps) Audio --aid=1 (*) (aac 6ch 48000Hz) real 0m6,880s user 0m15,617s sys 0m1,774s
Alacritty:
Code:
$ time mpv -vo=tct -profile=sw-fast -no-config -length="0:30" -hwdec=no -framedrop=no -untimed -no-audio big_buck_bunny_720p_10mb.mkv (+) Video --vid=1 (*) (mpeg4 1280x720 25.000fps) Audio --aid=1 (*) (aac 6ch 48000Hz) real 0m10,392s user 0m18,792s sys 0m2,498s
kitty (ligatures enabled):
Code:
$ time mpv -vo=tct -profile=sw-fast -no-config -length="0:30" -hwdec=no -framedrop=no -untimed -no-audio big_buck_bunny_720p_10mb.mkv (+) Video --vid=1 (*) (mpeg4 1280x720 25.000fps) Audio --aid=1 (*) (aac 6ch 48000Hz) real 0m13,162s user 0m20,084s sys 0m2,410s
KDE Konsole (ligatures enabled):
Code:
$ time mpv -vo=tct -profile=sw-fast -no-config -length="0:30" -hwdec=no -framedrop=no -untimed -no-audio big_buck_bunny_720p_10mb.mkv (+) Video --vid=1 (*) (mpeg4 1280x720 25.000fps) Audio --aid=1 (*) (aac 6ch 48000Hz) real 0m25,155s user 0m22,934s sys 0m3,080s
For shits and giggles I also installed Gnome Console and WHAT THE....:
Code:
$ time mpv -vo=tct -profile=sw-fast -no-config -length="0:30" -hwdec=no -framedrop=no -untimed -no-audio big_buck_bunny_720p_10mb.mkv (+) Video --vid=1 (*) (mpeg4 1280x720 25.000fps) Audio --aid=1 (*) (aac 6ch 48000Hz) real 3m56,688s user 0m20,599s sys 0m2,241s
There is probably something very wrong on my side, otherwise being faster than Console does not seem all too hard.
Second test with "time find /", same window size, 400 MHz, etc:
foot:
Code:
real 0m7,038s user 0m2,039s sys 0m4,793s
Gnome Console:
Code:
real 0m25,768s user 0m2,883s sys 0m7,460s
Comment