MPV - faster playback speed

Moderators: kirk, jamesbond, p310don, JakeSFR, step, Forum moderators

Post Reply
don570
Posts: 624
Joined: Sat Nov 21, 2020 4:43 pm
Has thanked: 5 times
Been thanked: 98 times

MPV - faster playback speed

Post by don570 »

I put together a special modified package of MPV - a multimedia player
It allows the right click on audio or video file and choose the MPV - fast option
to speed up playback. Useful for downloaded podcasts.
There are 2 versions. Be careful. Choose the version that is correct.

Reference:
Here is execute line:

Code: Select all

Exec=mpv --speed 1.4 --player-operation-mode=pseudo-gui -- %U

Checked in Fatdog64 812 and 813

Download:
mpv_fast-0.29-x86_64.txz
Size
1.7 MB
md5sum
1496addfdb2e7416399bbae9205028be
https://drive.google.com/file/d/1Pe6s1X ... sp=sharing
_______________________________________

Checked in Fatdog64 900 alpha
mpvfast-0.35.1-x86_64.txz
Reference:
Here is execute line:

Code: Select all

Exec=mpv --speed=1.4 --player-operation-mode=pseudo-gui -- %U

Size: 3.1 mb
MD5sum
b6c00f21babc6380480c259c2f6dc210

https://drive.google.com/file/d/1mzyZsF ... sp=sharing
____________________________________________________________________

Last edited by don570 on Fri Jul 14, 2023 7:07 pm, edited 1 time in total.
don570
Posts: 624
Joined: Sat Nov 21, 2020 4:43 pm
Has thanked: 5 times
Been thanked: 98 times

MPV - faster playback speed

Post by don570 »

I discovered (using Easy OS) that an equal sign is necessary for the speed option with newer versions of mpv ie mpv 0.34

Code: Select all

Exec=mpv --speed 1.4 --player-operation-mode=pseudo-gui -- %U

should be changed to

Code: Select all

Exec=mpv --speed=1.4 --player-operation-mode=pseudo-gui -- %U

____________________________________________

don570
Posts: 624
Joined: Sat Nov 21, 2020 4:43 pm
Has thanked: 5 times
Been thanked: 98 times

MPV - faster playback speed

Post by don570 »

I put together a MPV package for fatdog64 900 alpha ( including dependencies)
Download and install it like a regular fatdog package.
Right click on a media file in ROX filer and a menu appears.
Choose the regular MPV player or modified version that speeds up the playing speed.
Faster speed is useful for downloaded podcasts.

Available in first post.
_____________________________________________

Post Reply

Return to “Software”