Change video speed - Forum

Forum Navigation
You need to log in to create posts and topics.

Change video speed

I have Media player.

I want to have possibility, to change playback speed (i.e. x1, x2, x3, x4).

I see MCI commands, but i cannot understand how to implement it.

Or maybe there is a plugin, for this task?

@ice99

Or maybe there is a plugin, for this task?

neoDX - https://visualneo.com/product/neodx

dxSetRate - Set the media player's playback rate/speed. Some media formats do not support this option.
https://neodxhelp.visualneo.com/ActionCommandReference.html#dxSetRate

I recommend using ffplay in a rectangle instead of Media Player. Ffplay.exe is part of the ffmpeg utilities which are considered the industry standard today.

FFmpeg

They are command-line programs and can apply various effects and transformations to any video or audio files. Media player is a plaything in comparison.