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?
Try StreamFab Downloader and download from Netflix, Amazon, Youtube! Or Try DVDFab and copy Blu-rays!
+ Reply to Thread
Results 1 to 5 of 5
Thread
-
-
Maybe use libmpv instead of ffplay? I've very good experience with libmpv, it's an amazing library.
-
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
-
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
Similar Threads
-
FFPLAY Scale preview
By Drag in forum EditingReplies: 13Last Post: 7th Oct 2018, 15:55 -
ffplay preview window
By foldbck123 in forum Newbie / General discussionsReplies: 5Last Post: 7th Dec 2017, 04:22 -
where i can download FFPLAY.exe?
By marcorocchini in forum Newbie / General discussionsReplies: 2Last Post: 15th Aug 2017, 16:10 -
How to play 5.1 audio over optical cable with ffplay?
By arthurm in forum Software PlayingReplies: 5Last Post: 23rd Sep 2016, 23:36 -
How to pipe yuv444p from mencoder to ffplay and handle it properly?
By Selur in forum Newbie / General discussionsReplies: 4Last Post: 21st Aug 2016, 09:10