Commit graph

162 commits

Author SHA1 Message Date
Scratch 3ad7d6ed84 Support Opus in FFMPEG
Supports webm/mp4 files
2019-10-22 00:31:47 +11:00
Jaex 4d28a97e4d Solution code cleanup 2019-08-21 17:28:17 +03:00
Jaex eb491e8532 Encode GIF without creating temp palette file 2019-08-06 23:52:40 +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
Jaex 469fc29b87 Update year 2019-01-02 10:43:52 +03:00
Jaex dded3a11a0 Even size not required for animated images 2018-11-01 13:06:59 +03:00
Jaex e9958e155c Removed screen record cli option because task actions already can do same thing and with two pass encoding option it is not that required anymore 2018-11-01 12:36:13 +03:00
Charles Milette 4826689872
Increase default real time buffer size
100 megabytes was not enough for my 2560x1080 screen
2018-10-30 19:33:02 -04:00
Charles Milette 9cf109241b
Add AMD hardware acceleration support 2018-10-30 19:31:10 -04:00
Jaex 6599bfecb0 fixed #2595: Added APNG encoding support to screen recording 2018-10-20 21:59:10 +03:00
Jaex b394ca4896 #765, #3656: Added WebP encoding support to screen recording 2018-10-20 20:06:31 +03:00
Jaex b7b90f748a Screen record refactoring 2018-10-18 23:15:26 +03:00
Jaex 41ed5a38e2 Added two pass encoding support 2018-10-01 21:14:32 +03:00
Jaex 9f1728bc5e Add uk.resx files to csproj and enable localizable in few forms 2018-04-19 23:10:17 +03:00
Олександр (6c6c6) c9be12aa90 Ukrainian translation (#3143)
* Ukrainian translation

Ukrainian translation for ShareX.

* Ukrainian translation clean up

Ukrainian translation clean up.

* Delete Resources.uk.resx

* Delete DirectoryIndexerForm.uk.resx

* Delete TabToTreeView.uk.resx

* Delete TabToListView.uk.resx

* Delete OutputBox.uk.resx

* Ukrainian translation cleanup

Cleaned untranslated strings

* Delete MyPictureBox.uk.resx

* Delete QRCodeForm.uk.resx

* Delete HistoryItemInfoForm.uk.resx

* Delete VideoThumbnailerForm.uk.resx

* Delete OCRSpaceForm.uk.resx

* Updated Ukrainian translation

* Ukrainian translation cleanup
2018-04-19 22:02:31 +03:00
Jaex b463a16567 Update year 2018-01-01 17:59:14 +03:00
Jaex 88d362383a Save GIF palette to Tools folder instead of near FFmpeg.exe 2017-12-05 10:27:17 +03:00
Jaex 4a965181b4 Use built in FFmpeg in Windows Store builds 2017-12-05 09:53:04 +03:00
Jaex 957d19faf3 Added -movflags +faststart to x264 encoder 2017-11-02 11:02:39 +03:00
Jaex a78dffa9fd In screen recording if stop requested while recording is not started yet then abort recording to avoid gif encoding issues 2017-06-26 09:05:14 +03:00
Jaex 9b1d14672f Move FFmpegOptionsForm to Forms folder 2017-05-03 11:14:55 +03:00
David d435fae749 Update French Translation 2017-04-30 17:45:43 +02:00
Sneer a7ee0cea71 Chinese update
Chinese update
2017-04-30 02:17:07 +08:00
Jaex 18d77cfa35 Update links and credits 2017-03-24 14:41:57 +03:00
Alan Tsai 189b6dae51 [Translate]zh-Tw for Sharex.ScreenCaptureLib project 2017-03-21 23:42:12 +08:00
David 9f3bcb9802 Update French Translation 2017-02-23 22:40:05 +01:00
Jaex 4d7006b359 Update year 2017-01-11 11:39:40 +03:00
L1Q cc30b3143e Updating russian translation 2016-12-15 00:16:44 +02:00
Jaex 3252d5dddb Set low latency high performance preset as default for NVENC 2016-12-02 21:44:04 +03:00
Jaex 25014f55ab Added NVENC preset and bitrate options 2016-12-02 19:35:34 +03:00
Jaex 17629d3d5d #2124: Adding H.264 NVENC & HEVC (H.265) NVENC screen recording support 2016-12-02 17:30:42 +03:00
Jaex e91a916677 Move FFmpegDownloader to MediaLib 2016-08-27 19:51:20 +03:00
Jaex c57c643d79 Making Screenshot class non static 2016-07-21 17:23:45 +03:00
Jaex a60f961cce Check for palette file before start gif encoding 2016-06-23 14:34:04 +03:00
Jaex f8d4eb2220 resx updates 2016-05-30 10:04:07 +03:00
Enzo 2b2fc5b697 final update! \o/ 2016-04-29 17:38:54 +02:00
Jaex 664291c696 #1487 Used SystemColors.Window in BackColor of every single form also removed BackColor Color.White usage completely in all controls 2016-04-25 21:00:46 +03:00
Jaex 0d763089d5 Screen recorder default setting changes 2016-04-23 21:38:52 +03:00
Jaex cce83515be fixed #1487: Using system colors everywhere in UI as possible so Windows themes can work properly 2016-04-08 18:58:03 +03:00
Shadorc 7d52949b80 Update French Translation
Fix typo and add missing translations
ShareX.IndexerLib\Properties\Resources.fr.resx needs to be referenced (I
don't know how to do this sorry :( )
2016-03-26 15:36:02 +01:00
Jaex 944fb121f5 fixed #1350: Added checks for every single numeric up down value assigns 2016-02-29 23:09:22 +02:00
Jaex 225b7fe3a7 Recent max count changes to fix loading incorrect amount of recent items in main window 2016-02-27 08:37:11 +02:00
Jaex fa3c84d68c Removed BaseForm.cs because it was causing bug with vs designer resx 2016-02-25 22:55:54 +02:00
Michael Delpach 0f17aeeec2 CreateDirectoryFromFilePath
and CreateDirectoryFromDirectoryPath
2016-02-22 07:15:23 +08:00
Jaex 33fd83707e CodeMaid cleanup 2016-02-15 09:29:43 +02:00
Michael Delpach 90f5accde2 Special folder support for FFmpeg path 2016-02-15 06:16:23 +08:00
Jaex 2cf1431948 FFmpeg internal AAC encoder is stable and recommended now 2016-01-31 09:05:33 +02:00
FastDeath d9a5a9202f Fixed some typos and grammatical errors in German translation 2016-01-22 16:26:09 +01:00
Jeffiy 2e210fcf6a Update chinese translation(part 2) 2016-01-21 10:58:50 +08:00
Jaex 7fc6217b54 fixed #1243: Check CLIPath before get absolute path 2016-01-13 08:38:05 +02:00