Commit graph

45 commits

Author SHA1 Message Date
Jaex 077e74a2d4 Update year 2024-01-03 02:57:14 +03:00
Jaex 5b781a8a49 Use only bitrate for nvenc, amf and qsv 2023-10-01 07:30:01 +03:00
Jaex 5e7dbd23fa Code refactoring 2023-06-04 01:07:30 +03:00
Jaex 9b008ac399 fixed #4363 #6860: Support closing windows with "Escape" key 2023-06-04 00:20:57 +03:00
Jaex d249977e24 Added AMF support to video converter tool 2023-05-11 19:13:32 +03:00
Jaex f8751e3196 Added Quick Sync support to video converter tool 2023-05-11 16:30:50 +03:00
Jaex 459e2ee357 Added NVENC support to video converter tool 2023-05-11 15:16:00 +03:00
Jaex 911c81b065 fixed #4914: Added AV1 support to video converter tool 2023-04-23 11:17:58 +03:00
Jaex 61be95d5e8 Always show custom arguments 2023-03-16 07:21:24 +03:00
Jaex 39c169771d Added bitrate option to video converter 2023-03-15 11:23:38 +03:00
Jaex 94e45b5cb8 Update year 2023-01-09 23:31:02 +03:00
Jaex f60e8dd6f7 Moved file related methods to FileHelpers class 2022-05-03 09:34:18 +03:00
Jaex 8c3dc0b78c Update year 2022-01-11 19:32:17 +03:00
Jaex 8baa1ba78a Support drag n drop file to video converter form 2021-09-16 03:27:44 +03:00
Jaex c7c4b0807a fixed #5816: Handle illegal output file path 2021-09-15 03:08:41 +03:00
Jaex e8684b9f9e Revert "Support drag n drop file to video converter form"
This reverts commit f383e3893c.
2021-09-10 05:54:37 +03:00
Jaex f383e3893c Support drag n drop file to video converter form 2021-09-06 04:42:07 +03:00
Jaex 837ef0a7fc Update year 2021-07-29 06:22:51 +03:00
Jaex a61d0d57ea Hide video quality controls instead of disabling 2021-01-16 23:22:24 +03:00
Jaex ea695ab926 Code refactor 2020-09-15 03:36:49 +03:00
Michael Ryan 46c8c4b778 Fixed the following compiler errors and warning.
* QuickTaskInfoEditForm.cs(57, 124): [CS8107] Feature 'enum generic type constraints' is not available in C# 7.0. Please use language version 7.3 or greater.

* VideoConverterForm.cs(177, 25): [CS0121] The call is ambiguous between the following methods or properties: 'Task.Run<TResult>(Func<TResult>)' and 'Task.Run(Func<Task>)'

* HashCheck.cs(65, 55): [CS0168] The variable 'e' is declared but never used
2020-09-14 12:22:56 -07:00
L1Q 60baeb528d Move lines to resx 2020-02-14 23:21:30 +02:00
Jaex 803a4e567c Update year 2020-02-05 10:19:48 +03:00
Jaex 388652ea66 Show min and max values under track bar 2019-12-01 20:15:08 +03:00
Jaex a9d14f940f Use const for encoder quality ranges 2019-12-01 19:50:41 +03:00
Jaex a66a0b49f7 Fix VP8 minimum crf 2019-12-01 19:26:38 +03:00
Jaex edc2b3120c Removed tab control from video converter form 2019-11-30 20:50:56 +03:00
Jaex beb7156c80 Added "Use custom arguments" option to video converter 2019-11-30 20:21:47 +03:00
Jaex c5828c9992 Added "Auto open folder" option to video converter 2019-11-27 19:10:49 +03:00
Jaex 9eb37efa1f Support stopping video encoding 2019-11-25 14:10:47 +03:00
Jaex aabacb9bb5 Moved GetDirectShowDevices to FFmpegCLIManager 2019-11-23 15:26:56 +03:00
Jaex a1418be676 Always show encode progress bar 2019-11-23 10:35:33 +03:00
Jaex 0bd6d998b4 Added encode progress support 2019-11-22 17:14:24 +03:00
Jaex 04b8f2ee7b Remember video converter settings 2019-11-22 11:26:08 +03:00
Jaex 8c99547ea7 Reverse video quality track bar value 2019-11-20 15:53:14 +03:00
Jaex ddbc49da0b Added track bar for video quality 2019-11-19 16:52:34 +03:00
Jaex 7872e875f4 Set video codec quality ranges 2019-11-19 15:53:19 +03:00
Jaex 8d51d7eec0 Removed redundant awaits 2019-11-19 04:02:51 +03:00
Jaex 53cd8feb47 Update control enabled states 2019-11-18 03:00:24 +03:00
Jaex a7370ca68b Added vp8 and vp9 support to converter 2019-11-17 23:17:47 +03:00
Jaex 5b2c10c185 Added marquee progress bar 2019-11-17 04:19:10 +03:00
Jaex 1e3c20b582 Added encode button functionality 2019-11-17 04:03:54 +03:00
Jaex 7bf8d2a740 x264 and x265 args implemented 2019-11-17 00:04:02 +03:00
Jaex 548886e26d Added video converter to tools menu 2019-11-16 22:34:32 +03:00
Jaex cc59328d14 Initial UI work for video converter tool 2019-11-16 21:18:58 +03:00