Commit graph

65 commits

Author SHA1 Message Date
Jaex 10c6f5e8a7 Support closing windows with "Escape" key 2024-01-17 10:12:48 +03:00
Jaex 077e74a2d4 Update year 2024-01-03 02:57:14 +03:00
Jaex c926d44456 Use ComboBox control for MP3 quality 2023-09-23 04:07:29 +03:00
Jaex cee466b926 Use ComboBox control for Vorbis quality 2023-09-23 03:38:07 +03:00
Jaex be35d1601a Code refactoring 2023-09-21 18:41:13 +03:00
Jaex cab4a7f709 Use ComboBox control for Opus bitrate 2023-09-20 11:44:36 +03:00
Jaex 3c5ebee3c8 Use ComboBox control for AAC bitrate 2023-09-20 11:21:54 +03:00
Jaex 99d8e5b964 Added "Reset options" button to FFmpegOptionsForm 2023-09-08 02:54:06 +03:00
Jaex 89de68d921 FFmpegOptionsForm changes 2023-09-02 15:35:29 +03:00
Jaex 51c471113d Added NVENC tune option 2023-08-12 19:20:23 +03:00
Jaex ea6640c27d FFmpegOptionsForm UI changes 2023-07-22 16:13:39 +03:00
Jaex 6480bd4f3f Fix MicrosoftStore build 2023-07-22 14:27:51 +03:00
Jaex 89407978b1 FFmpegOptionsForm UI changes 2023-07-22 14:20:28 +03:00
Jaex af260ba6f1 Added SelectTabWithoutFocus extension 2023-07-22 09:29:30 +03:00
Jaex 9004c7123f Added AMF bitrate option 2023-07-22 08:23:20 +03:00
Jaex 6d40b56f91 FFmpegOptionsForm improvements 2023-07-20 08:11:10 +03:00
Jaex 6164f36e81 FFmpegOptionsForm improvements 2023-07-19 09:00:33 +03:00
Jaex 3f6fc79382 FFmpegOptionsForm improvements 2023-07-19 08:02:43 +03:00
Jaex 03e83ae240 Added ddagrab (Desktop Duplication API) support to screen recording 2023-07-07 11:37:40 +03:00
Jaex d491b1fc8a fixed #6690: Use temp path 2023-01-21 09:40:08 +03:00
Jaex 94e45b5cb8 Update year 2023-01-09 23:31:02 +03:00
Jaex dc80732a29 Rename "Use custom path" to "Use custom FFmpeg path" 2022-09-12 09:30:23 +03:00
Jaex 4326987100 Better FFmpeg check, removed download button 2022-09-11 09:40:14 +03:00
Jaex 8e3c33a89e ShareX installer and portable builds now include FFmpeg 64-bit 2022-09-11 07:42:39 +03:00
L1Q bdd2d9fa25 Move lines to resx 2022-07-27 05:18:10 +03:00
Jaex f60e8dd6f7 Moved file related methods to FileHelpers class 2022-05-03 09:34:18 +03:00
Jaex a6b9cf7ca6 Fix enabled state 2022-02-07 17:52:28 +03:00
Jaex 6de6105264 FFmpegOptionsForm layout changes 2022-02-07 14:12:38 +03:00
Jaex f558182654 Added bitrate option for x264 video encoder 2022-02-07 12:36:02 +03:00
Jaex f42754729c Rename variables 2022-02-07 11:14:16 +03:00
Jaex b602b65905 Rename ScreencastOptions to ScreenRecordingOptions 2022-02-07 10:49:09 +03:00
Jaex f04d7ca15c Replace WindowsStore with MicrosoftStore 2022-02-04 12:05:43 +03:00
Jaex 8c3dc0b78c Update year 2022-01-11 19:32:17 +03:00
Jaex 530aad7f05 Rename more controls 2021-08-30 13:01:36 +03:00
Jaex 837ef0a7fc Update year 2021-07-29 06:22:51 +03:00
Jaex e8ad4b8553 Code refactoring 2021-06-10 01:14:01 +03:00
Jaex 0b23ff9b05 fixed #5179: Wrong control name 2020-11-09 20:31:48 +03:00
Jaex c56e4c0f0a If recording devices uninstalled then set default sources 2020-10-26 15:52:10 +03:00
Scratch f7459c9bcb Bayer Scale can be changed for gifs if Bayer dither is in use
Closes #5013
2020-09-03 22:43:46 +10:00
Jaex bc7c7adf26 Use ShareX/FFmpeg repo for FFmpeg download 2020-09-02 12:19:20 +03:00
Jaex 803a4e567c Update year 2020-02-05 10:19:48 +03:00
Jaex a9d14f940f Use const for encoder quality ranges 2019-12-01 19:50:41 +03:00
Jaex 5922e5878b fixed #824: Added VP9 support 2019-11-28 19:54:07 +03:00
Jaex e0d00c320e Removed FFmpegHelper class, instead using FFmpegCLIManager 2019-11-23 18:06:13 +03:00
Jaex aabacb9bb5 Moved GetDirectShowDevices to FFmpegCLIManager 2019-11-23 15:26:56 +03:00
Scratch 6915a279c1 Fix AudioCodec Combobox 2019-10-22 00:31:47 +11:00
Scratch 3ad7d6ed84 Support Opus in FFMPEG
Supports webm/mp4 files
2019-10-22 00:31:47 +11:00
Jaex 17b6c009fe Rename function name 2019-06-24 21:36:16 +03:00
Jaex f43c631799 Nearly all forms supports dark theme now 2019-06-23 18:10:51 +03:00
Charles Milette 2abe35700d
Add support for Intel QuickSync
Intel QuickSync provides hardware H.264 encoding on Intel Sandy Bridge CPUs and up and hardware H.265 encoding on Skylake CPUs and up via a dedicated die on the processor chip, being faster than CPU encoding and more power efficient than GPU encoding
2019-03-14 14:33:18 -04:00