|
cc3d25dfce
|
Improved detected of source file type + EncoderInfo object can check if the given source type is supported.
|
2014-04-20 15:09:58 +02:00 |
|
|
0ce1fff4c6
|
Tunings are now also loaded from the EncoderInfo object. Also improved template saving code.
|
2014-04-16 16:50:03 +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 |
|
|
ca2d532f8b
|
Improved x264/x265 version check + check supported RC modes.
|
2014-04-15 22:12:02 +02:00 |
|
|
057336d162
|
Each encoder now can return an AbstractEncoderInfo object, which contains the supported I/O formats. Use this info the AddJob dialog.
|
2014-04-11 15:33:02 +02:00 |
|
|
1decd835d9
|
Fixed Avisynth version detection as well as detecting the source properties.
|
2014-02-26 00:55:11 +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 |
|