Speed up playback watching video (include 1.1x to 1.5x ffwd rate with audio)? - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Discussions (https://forum.kodi.tv/forumdisplay.php?fid=222) +--- Forum: Feature Requests (https://forum.kodi.tv/forumdisplay.php?fid=9) +--- Thread: Speed up playback watching video (include 1.1x to 1.5x ffwd rate with audio)? (/showthread.php?tid=10023) |
RE: Speed up playback watching video (include 1.1x to 1.5x ffwd rate with audio)? - Stevinho - 2019-11-13 Is there a way to disable the OSD shown during the faster video playback ? RE: Speed up playback watching video (include 1.1x to 1.5x ffwd rate with audio)? - jelwell - 2019-12-04 (2019-05-16, 02:03)Landstander Wrote: I used the Backup addon to dump my TV's Kodi setup to a USB stick. Added a new file "advancedsettings.xml" to the backup folder/userdata.I created some new pngs for a Plex Kodi addon that used the confluence pngs as a starting point. You can grab OSD1.6 thru 2.0 from my github repo and copy them to your local install (your location will be different for the confluence plugin): https://github.com/worldjoe/plex-for-kodi/tree/develop/resources/skins/Main/media/script.plex Joseph Elwell. RE: Speed up playback watching video (include 1.1x to 1.5x ffwd rate with audio)? - bakatrouble - 2019-12-17 I'm using standalone Kodi on my Linux box. I'm experiencing very unstable seeking and heavy a/v sync issues when tempo is changed. I noticed that unsync somewhat correlates with video bitrate, which is unsurprising. I saw back in this thread that people had these issues as well, but then claimed that they are gone now. My Kodi version is 18.5 (latest from Archlinux/Manjaro repo), but these issues render Kodi almost unusable for me. If that matters, GPU is integrated AMD Radeon RX Vega 8. The same happens on my desktop (all the same, but GPU is AMD Radeon RX 480) RE: Speed up playback watching video (include 1.1x to 1.5x ffwd rate with audio)? - Rockfella - 2020-01-26 Hey guys is this feature available by default in the latest or any Kodi? Thanks. RE: Speed up playback watching video (include 1.1x to 1.5x ffwd rate with audio)? - Karellen - 2020-01-26 Not by default. You need to make some modifications. Guide here... https://forum.kodi.tv/showthread.php?pid=2420219#pid2420219 RE: Speed up playback watching video (include 1.1x to 1.5x ffwd rate with audio)? - Rockfella - 2020-01-26 (2016-09-19, 09:17)Memphiz Wrote: I thought we wanted this to be a skin feature, not a keymap feature tbh Yes man! Somebody do it ! RE: Step-by-step instruction for increase/decrease playback tempo - Rockfella - 2020-01-26 (2016-09-21, 14:31)raven6679 Wrote: 8. RE: Step-by-step instruction for increase/decrease playback tempo - raven6679 - 2020-02-05 Do you need clarification with this file? (2020-01-26, 23:27)Rockfella Wrote:(2016-09-21, 14:31)raven6679 Wrote: 8. RE: Step-by-step instruction for increase/decrease playback tempo - Landstander - 2020-02-11 Has anyone succeed in doing this with Estouchy? I have a tablet I want to be able to speed up playback on. RE: Speed up playback watching video (include 1.1x to 1.5x ffwd rate with audio)? - grobiralf - 2020-02-14 (2019-02-24, 23:26)the_bo Wrote: Is it possible to implement speeds below 1x for slow motion playback?I wish to ask this, too. How we can play videos in slow motion with kodi 18.5 on windows? bye, Ralf RE: Speed up playback watching video (include 1.1x to 1.5x ffwd rate with audio)? - Karellen - 2020-02-14 (2020-02-14, 03:43)grobiralf Wrote: How we can play videos in slow motion with kodi 18.5 on windows?How slow do you want it to go? This system already allows 0.8x - 1.5x speed RE: Speed up playback watching video (include 1.1x to 1.5x ffwd rate with audio)? - grobiralf - 2020-02-14 (2020-02-14, 04:30)Karellen Wrote: How slow do you want it to go? This system already allows 0.8x - 1.5x speedFor Sportstreams i need 0,3-0,7x RE: Speed up playback watching video (include 1.1x to 1.5x ffwd rate with audio)? - Landstander - 2020-03-31 Something I noticed today, this doesn't work as I've set it up for audio files. Code: <keymap> I'm assuming <fullscreenvideo> doesn't encompass the music category. Is there a broader category tag (like global) or do I have to copy the tempoup/tempodown settings to something else for music? RE: Speed up playback watching video (include 1.1x to 1.5x ffwd rate with audio)? - Karellen - 2020-03-31 Use the f and r keys on a keyboard to increase and decrease playback speed. RE: Speed up playback watching video (include 1.1x to 1.5x ffwd rate with audio)? - Landstander - 2020-03-31 @Karellen - No keyboard. Settings are mapped to a remote. Edit: Tried <music>,<visualization> and <musicosd> none worked. In fact musicosd screwed up menu navigation... something I was trying to avoid by not using <global>. I DID manage to get 1.6x-2.0x to display on screen under Confluence thanks to jelwell. Much more complicated than I expected... I'll post some stuff for that later. Edit 2: To get 1.6x-2.0x to display on screen with Confluence... -You need a modified DialogSeekBar.xml. My TV keeps that under ./addons/skin.confluence/720p. Your actual location may vary. 720p is a resolution specific folder, so check where your file is actually located before copying. - A repacked Textures.xbt that includes the .png for the new speeds. That goes under ./addons/skin.confluence/media. Here is a link to those files Confluence 1.6x-2.0x Files Thanks again to @jelwell who created the new x speed pics. I still can't figure how to get speedup to work on audio files short of repacking them into a container Kodi thinks could also be video. Edit 3: Bit of a bug. When FF-ing at 2x speed both 2x images come up overlapping at the same time in the OSD, the FF one and the speed up one. This doesn't happen when using the 2x speed up. Considering they are called differently, I don't know why. Code: <control type="image"> Code: <control type="image"> |