Req Frame Advance and Slow Motion
#65
I've come across this post while searching for how to watch some of the sport that I have recorded off the TV in slow-motion, and seem to be within touching distance of a solution, but not quite there, so if anyone can help me finish off the setup, it would be much appreciated.

I'm running Kodi 17.6 on Ubuntu 18.04 on a dedicated box.

So I've tried to add a single frame advance to my MCE remote 'next chapter' button and also to 'Alt-a' on the keyboard, with the following keyboard.xml file :
<?xml version="1.0" encoding="UTF-8"?>
<keymap>
  <FullscreenVideo>
    <remote>
      <skipplus>PlayerControl(frameadvance(1))</skipplus>
    </remote>
    <keyboard>
      <a mod="alt">PlayerControl(frameadvance(1))</a>
    </keyboard>
  </FullscreenVideo>
</keymap>

And this seems to have worked, as I get the following entries in the log (with debug logging enabled) when I pause a video and then press the relevant buttons :
22:55:34.266 T:139761216188352   DEBUG: LIRC: Update - NEW at 68975:000000037ff07be5 00 KEY_NEXT mceusb (KEY_NEXT)
22:55:34.266 T:139761216188352   DEBUG: OnKey: sleep (0xdf) pressed, action is PlayerControl(frameadvance(1))
22:55:37.126 T:139761216188352   DEBUG: Keyboard: scancode: 0x40, sym: 0x0134, unicode: 0x0000, modifier: 0x100
22:55:37.127 T:139761216188352   DEBUG: OnKey: alt-leftalt (0x4f0d4) pressed, action is
22:55:37.633 T:139761216188352   DEBUG: Keyboard: scancode: 0x26, sym: 0x0061, unicode: 0x0061, modifier: 0x100
22:55:37.633 T:139761216188352   DEBUG: OnKey: alt-a (0x4f041) pressed, action is PlayerControl(frameadvance(1))

HOWEVER Kodi just doesn't seem to do anything with the order it's being given.

For other keypresses, there appears to be feedback from the executed command in the log file, but no such info here, so it appears that Kodi is just not executing the command - do I need to enable something somewhere, or compile something in to get FrameAdvance functionality?

Thanks in advance for any help
Reply


Messages In This Thread
Frame Advance and Slow Motion - by mattyc - 2012-11-04, 23:28
RE: Frame Advance and Slow Motion - by Mizaki - 2012-11-05, 01:10
RE: Frame Advance and Slow Motion - by mattyc - 2012-11-05, 23:14
RE: Frame Advance and Slow Motion - by Yappa - 2013-07-09, 00:05
RE: Frame Advance and Slow Motion - by nickr - 2013-10-21, 08:20
RE: Frame Advance and Slow Motion - by sakis - 2014-03-13, 16:54
RE: Frame Advance and Slow Motion - by sakis - 2014-03-14, 14:38
RE: Frame Advance and Slow Motion - by sakis - 2014-03-14, 16:28
RE: Frame Advance and Slow Motion - by sakis - 2014-03-14, 17:52
Re: Frame Advance and Slow Motion - by nickr - 2014-03-14, 21:13
RE: Frame Advance and Slow Motion - by deaded - 2016-03-18, 23:19
RE: Frame Advance and Slow Motion - by the_bo - 2017-09-19, 18:17
RE: Frame Advance and Slow Motion - by the_bo - 2017-09-19, 23:10
RE: Frame Advance and Slow Motion - by Klojum - 2017-09-20, 21:15
RE: Frame Advance and Slow Motion - by the_bo - 2017-09-20, 23:01
RE: Frame Advance and Slow Motion - by murxx - 2018-11-12, 12:54
RE: Frame Advance and Slow Motion - by ashlar - 2018-11-14, 23:41
RE: Frame Advance and Slow Motion - by docwra - 2019-09-17, 14:49
RE: Frame Advance and Slow Motion - by jjd-uk - 2019-09-17, 13:46
RE: Frame Advance and Slow Motion - by jf43 - 2019-09-29, 00:28
RE: Frame Advance and Slow Motion - by jjd-uk - 2019-09-29, 08:24
RE: Frame Advance and Slow Motion - by jjd-uk - 2021-01-19, 03:09
RE: Frame Advance and Slow Motion - by jjd-uk - 2021-02-22, 13:48
RE: Frame Advance and Slow Motion - by jjd-uk - 2021-02-22, 20:56
RE: Frame Advance and Slow Motion - by jjd-uk - 2021-02-22, 21:02
RE: Frame Advance and Slow Motion - by jjd-uk - 2021-02-23, 00:39
Logout Mark Read Team Forum Stats Members Help
Frame Advance and Slow Motion3