As user said
mplayer -af scaletempo file.mp4
Is what you need. Scale tempo (speed) while maintaining pitch. Basically the speed changes but you don't get the chipmunk/ghost effect when the speed is much higher/lower.
More info on scaletempo here
Now, using "[" or "]" you can increase/decrease the playback speed on the fly.
As that cannot be preset on settings (or I couldn't find how), I decided to create a desktop entry (kind of alias for an app in LXDE desktop) so I can open the relevant files from file explorer with that coded loaded in.
I leave it here in case someone wants it.
[Desktop Entry] Type=Application Name=mplayer scaletempo GenericName=Media Player X-GNOME-FullName=MPlayer Media Player Comment=Play movies and songs Keywords=Player;Capture;Audio;Music;Song;Video;Movie;Film;Clip;DVD;VCD;CD;Disc;DVB;TV; Icon=mplayer #TryExec=gmplayer Exec=/usr/bin/mplayer -af scaletempo %F Terminal=false Categories=GTK;AudioVideo;Audio;Video;Player;TV; MimeType=application/x-cd-image;application/x-cue;application/x-mpegurl;application/mxf;application/x-netshow-channel;application/ogg;application/ram;application/vnd.adobe.flash.movie;application/vnd.apple.mpegurl;application/vnd.rn-realmedia;application/x-shockwave-flash;application/smil;audio/aac;audio/ac3;audio/x-adpcm;audio/x-aiff;audio/AMR;audio/AMR-WB;audio/x-ape;audio/basic;audio/flac;audio/x-flac;audio/x-flac+ogg;audio/x-m4b;audio/x-matroska;audio/mp2;audio/mp4;audio/mpeg;audio/x-mpegurl;audio/x-ms-asx;audio/x-ms-wma;audio/x-musepack;audio/ogg;audio/vnd.rn-realaudio;audio/x-scpls;audio/x-voc;audio/x-vorbis+ogg;audio/x-wav;audio/x-wavpack;video/3gpp;video/3gpp2;video/dv;video/x-flic;video/x-flv;video/x-matroska;video/mp2t;video/mp4;video/mpeg;video/vnd.mpegurl;video/x-ms-asf;video/x-ms-wmv;video/x-msvideo;video/x-nsv;video/ogg;video/x-ogm+ogg;video/quicktime;video/vnd.rn-realvideo;video/x-theora+ogg;video/webm;x-content/audio-cdda;x-content/audio-dvd;x-content/video-dvd;x-content/video-svcd;x-content/video-vcd;
If you put that on a text file as blah.desktop you have your "new" application ready to be used from the window manager.