VideoHelp Forum
+ Reply to Thread
Results 1 to 5 of 5
Thread
  1. Member Belini's Avatar
    Join Date
    Aug 2011
    Location
    Brazil
    Search Comp PM
    Greetings everyone, I need to disable any video player key controls to implement the player in my program, does anyone know a way to disable ffplay shortcuts?
    Quote Quote  
  2. Member stax76's Avatar
    Join Date
    Nov 2009
    Location
    On thin ice
    Search PM
    Maybe use libmpv instead of ffplay? I've very good experience with libmpv, it's an amazing library.
    Quote Quote  
  3. Member Belini's Avatar
    Join Date
    Aug 2011
    Location
    Brazil
    Search Comp PM
    I really wanted to use mpv but I need the program to open on windows xp too and the latest version of mpv for windows xp is 2015
    Quote Quote  
  4. Member stax76's Avatar
    Join Date
    Nov 2009
    Location
    On thin ice
    Search PM
    Maybe ffplay has an option to disable key handling otherwise you would block certain Win32 messages, for this kind of work spy++ often is useful.

    Code:
                    
    case 0x0100: // WM_KEYDOWN
    case 0x0101: // WM_KEYUP
    case 0x0104: // WM_SYSKEYDOWN
    case 0x0105: // WM_SYSKEYUP
    case 0x319:  // WM_APPCOMMAND
    also wm_char
    Quote Quote  
  5. Member Belini's Avatar
    Join Date
    Aug 2011
    Location
    Brazil
    Search Comp PM
    I will look for more information and I will try your tips, thanks.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!