Jump to content

wakillon

Active Members
  • Posts

    3,338
  • Joined

  • Last visited

  • Days Won

    26

wakillon last won the day on June 23

wakillon had the most liked content!

5 Followers

About wakillon

  • Birthday 07/29/1968

Profile Information

  • Location
    Mont Saint Michel

Recent Profile Visitors

6,767 profile views

wakillon's Achievements

  1. It's thanks to you 😉
  2. 4 GDI+ ScreenSavers Examples + Music Tested on 4K with Win 11 Availables in the download Section
  3. 32 downloads

    4 GDI+ ScreenSavers + Music Tested on 4K under Win 11
  4. Simple CrossFade with World Cup Mascots Pictures + Music All files are in the 7z archive Have a good World Cup 😉
  5. Version 1.0.0.3

    28 downloads

    Simple CrossFade with World Cup Mascots Pictures + Music All files are in the 7z archive Have a good World Cup 😉
  6. No, i have only a black screen Already done on Logitech website but driver suggested is not working
  7. Yes webcam preview window show a black box in the corner Once you click on "Click-through" you can't go back for disable this option I need to edit the ini file for that And yes my old Logitech external USB webcam works with other apps but currently no application uses it May be it's a X86 driver problem I look in driver parameters and it's a generic Microsoft Windows driver who is installed In Windows settings, "Allowing desktop applications to access your camera" is well enabled And no antivirus present
  8. Salut UEZ Test AirCapRec v0.9.3 beta build 2026-06-03 It works well Only webcam display stay black
  9. Hum problem while testing AirCapRec v0.9.3 beta build 2026-06-02 With High 4.4.4 (30 fps), when playing mp4 file, video is flickering a lot The good news, that's there is a unique cursor when using zoom while recording Edit : with High 4.2.0 (30 fps) no flickering Pause/Resume and Captures when recording works well For webcam : black screen
  10. A simple GDI+ Floral Text Generator with 18 possible patterns Can be saved as PNG or generate an AutoIt script to reproduce it with your desired settings Say it with flowers 😉 Available in the Download Section
  11. Version 1.0.0.6

    38 downloads

    A simple GDI+ Floral Text Generator with 18 possible patterns Can be saved as PNG or generate an AutoIt script to reproduce it with your desired settings
  12. I confirm the bug No similar bug with the Sofpedia version AirCapRec v0.7.6 beta build 2026-05-17
  13. Hi UEZ 😉 4 tests with AirCapRec v0.7.6 beta build 2026-05-17 1) Settings : UltraFast + 60 FPS + High 4:4:4 + 192k Result, fps varies from 55 to 67 during recording 2 Min recording, Mp4 327 Mo (1mn59s.H.264.3840x2160.AAC) Ok Log : 2) Settings : UltraFast + 30 FPS + High 4:4:4 + 192k result, fps varies from 28 to 33 during recording 2 Min recording, Mp4 508 Mo (1mn59s.H.264.3840x2160.AAC) Ok Log : 3) Settings : UltraFast + 60 FPS + High 4:2:0 + 192k Result, fps varies from 56 to 64 during recording 2 Min recording, Mp4 174 Mo (2mn400ms.H.264.3840x2160.AAC) Ok Log : 4) Settings : UltraFast + 30 FPS + High 4:2:0 + 192k result, fps varies from 27 to 33 during recording 2 Min recording, Mp4 132 Mo (1mn59s.H.264.3840x2160.AAC) Ok Log : In all cases playing duration is equal to recording duration and no more problems with VLC A save of settings on exit could be cool The only thing strange is that mp4 file with setting (UltraFast + 30 FPS + High 4:4:4) is bigger than mp4 file with setting (UltraFast + 60 FPS + High 4:4:4)
  14. ( yes dimensions region are good when playing) Well, i have re-downloaded AirCapRec and , selecting "Primary" or "Region", videos with 60 FPS and UltraFast are shorter than recording time, 1 Min give 28 sec, It looks like a film in fast motion (27s967ms.H.264.3840x2160.AAC) VLC displays the remaining time at the bottom right and after playing 28 sec, it display -00:01 and after image is frozen and remaining time is strangely displayed from --00:01 to --00:32 second by second and then stop playing â˜šī¸
  15. Now it works ! Very nice About ! 😁 For the region, the default width can be simply obtained by @DesktopWidth X dpiScale, same for the height Func _GetDPIScale() ;~ https://learn.microsoft.com/en-us/answers/questions/601314/vb-net-adjusting-forms-and-controls-to-display-res Local Const $HORZRES = 8 ; Horizontal width in pixels Local Const $DESKTOPHORZRES = 118 ; Horizontal width of entire desktop in pixels Local $hDC = _WinAPI_GetDC(0) Local $iDHWidth = _WinAPI_GetDeviceCaps($hDC, $DESKTOPHORZRES) Local $iHWidth = _WinAPI_GetDeviceCaps($hDC, $HORZRES) _WinAPI_ReleaseDC(0, $hDC) Return $iDHWidth / $iHWidth EndFunc ;==>_GetDPIScale
×
×
  • Create New...