Commit Graph

29 Commits

Author SHA1 Message Date
798c41f7f8 Implemented workaround for VapourSynth plug-in loading: Testing shows that the environment variable %USERPROFILE% must be set correctly; otherwise VapourSynth fails to load plugins from the "<AppData>\VapourSynth\plugins{32|64}" directory.
Even though it would make more sense to evaluate %APPDATA%, VapourSynth apparently ignores that one. We set up %APPDATA% anyway, just to be sure.
2019-05-07 21:10:13 +02:00
24ce592604 Updated copyright year. 2019-05-02 12:47:47 +02:00
d90f8d0508 Updated copyright year. 2018-02-26 15:56:51 +01:00
f823b485d7 Happy new year 2017! 2017-01-07 18:48:20 +01:00
a31c9cc1bd Removed some debug outputs + adapted for changes in MUtils library. 2016-10-02 17:34:48 +02:00
f38c651a18 Added support for detecting "portable" Avisynth. 2016-10-02 16:18:01 +02:00
8a8889f51a Implemented ClipInfo class + various fixes. 2016-05-08 18:33:48 +02:00
6ca6b0ca11 Updated AddJob dialog for the recent AbstractEncoderInfo changes + various fixes. 2016-05-08 16:30:31 +02:00
36ecf72d93 Some re-design of AbstractEncoderInfo to allow more flexible encoder variants and RC modes. 2016-05-08 15:33:09 +02:00
b5637c3f0b Added preliminary NVEncC encoding support. 2016-05-07 17:39:12 +02:00
286f615370 Happy new year 2016! 2016-01-01 23:59:55 +01:00
1e2b69c6f4 Make "custom" Avs2YUV parameters work again. 2015-11-18 20:48:54 +01:00
9a5076ffcb More code refactoring: Got rid of the "binaries" class + added a SourceFactory class plus SourceInfo classes for each source type + some improvements of AddJob dialog. 2015-08-02 21:16:36 +02:00
d88c4ca553 Refactored code to better manage the encoder binary paths: They are now handled by the individual EncoderInfo class. Also added 12-Bit x265 encoder binaries. 2015-08-02 19:16:37 +02:00
f64f67606a Some more clean-up + moved some more functions to MUtilities library. 2015-02-08 21:14:21 +01:00
e669acfd39 Removed a lot of old cruft and use MUtils functions where possible. 2015-02-02 22:11:06 +01:00
d4d0882a10 Happy new year 2015 !!! 2015-01-31 19:56:04 +01:00
214cdc4e30 Made the file size estimation less jumpy: Before the progress was rounded to a precision of 1.0 percent. This caused a "jump" of the estimated size each time the integral part of progress increased by one. Now the progress is rounded to a precision of 0.1 percent, which greatly reduces the effect. Furthermore, we apply a slight smoothing filter on the estimated values in order to make the output more "stable". 2014-05-14 17:17:40 +02:00
45b2a2c28e Don't assume the encoder has crashed when the exit code is -1, since x264 will return -1 when it could not open the input file. 2014-05-01 15:58:56 +02:00
f80533f99a Make it possible to move jobs up/down the in the queue. Hold CTRL while pressing up/down cursor keys as a shortcut. 2014-04-20 17:38:55 +02:00
383bf1c0dd The list of supported profiles will now be loaded from the EncoderInfo object, depending on the select Encoder *and* Variant. 2014-04-16 16:05:24 +02:00
23dacbaddf Improved exception handling. 2014-04-16 14:57:32 +02:00
024355831d Actually make encoding with x265 work, from y4m sources as well as from STDIN sources. Also various smaller fixes. 2014-02-26 17:39:36 +01:00
675ef7cef5 Fixed VapourSynth input + some more code re-factoring. 2014-02-26 16:08:06 +01:00
65e7bc32e0 Fixed the use of the "m_abort" and "m_pause" flags. Also various fixes to encoder output parsing. 2014-02-25 23:52:10 +01:00
38e7dbae56 Refactored source types (Avisynth, VapourSynth, etc) into separate classes + loads of fixes. 2014-02-24 23:13:42 +01:00
6164e48604 Refactored runEncodingPass() into AbstractEncoder class and refactored encoder-specific parts into the corresponding Encoder classes. 2014-02-24 19:51:53 +01:00
0fa2a16e13 Refactored encoder version detection into encoder-specific classes. 2014-02-24 14:57:30 +01:00
b356e28a32 Some refactoring to allow supporting multiple encoders in the encode thread (far from being complete though). 2014-02-22 20:32:46 +01:00