|
8420e7e311
|
Some fixes for updater dialog.
|
2013-12-16 22:58:21 +01:00 |
|
|
8d9fb210c6
|
Implemented update reminder to main window. Also added option to disable update reminder to preferences dialog.
|
2013-12-14 22:30:19 +01:00 |
|
|
e194239b96
|
Improved updater dialog.
|
2013-12-14 14:20:43 +01:00 |
|
|
c78a3c4990
|
Improved web-update to actually check for new versions and initiate a download.
|
2013-12-11 15:50:26 +01:00 |
|
|
50bd16dc80
|
Some improvements to the updater dialog.
|
2013-11-23 15:20:07 +01:00 |
|
|
1302576654
|
First mock-up of the upcoming updater dialog.
|
2013-11-22 17:01:13 +01:00 |
|
|
9f3bd0e5b4
|
Improved VapourSynth warning message (added notice about Python 3.3).
|
2013-08-11 20:13:51 +02:00 |
|
|
cb554dd5eb
|
Added option to disable the Avisynth/VapourSynth warning messages to the preferences.
|
2013-08-08 23:18:31 +02:00 |
|
|
1bfbc3dc9d
|
Updated web-links.
|
2013-08-07 16:00:46 +02:00 |
|
|
a74f27ab5b
|
Code refactoring: Now "Preferences" and "Recently" used models are in separate classes for a more cleaner design.
|
2013-07-03 21:34:21 +02:00 |
|
|
43e1146263
|
Added sound effect when a job has completed or failed (optionally, disabled by default).
|
2013-07-01 03:03:21 +02:00 |
|
|
e1e7248b3a
|
Added option to set the process priority of the encoder processes.
|
2013-06-17 00:42:57 +02:00 |
|
|
a56ed35a1a
|
Finished work to better handle multiple input files.
|
2013-05-11 01:50:05 +02:00 |
|
|
aacf84b88a
|
Some initial refactoring to allow better handling of multiple input files.
|
2013-05-08 00:04:40 +02:00 |
|
|
3f8ed91da3
|
Added an option to save the output file to the same folder where the source is located. Also improved Avisynth detection in case of exception error.
|
2012-05-14 21:47:47 +02:00 |
|
|
1fcc296bda
|
Fix of previous commit.
|
2012-05-08 16:08:02 +02:00 |
|
|
1f0518d10c
|
Less restrictive minimum/maximum for the "target bitrate" selector.
|
2012-05-08 02:50:20 +02:00 |
|
|
7effdd62d8
|
Added an option to save the log automatically.
|
2012-04-30 19:26:41 +02:00 |
|
|
1cb2b2b4c8
|
Added support for VLD and fixed a few memory leaks found by VLD.
|
2012-04-30 16:56:01 +02:00 |
|
|
b7acf86d6e
|
Added option to choose between 8-Bit and 10-Bit encoding at runtime. We now include 8-Bit and 10-Bit builds in the distribution package.
|
2012-03-25 22:11:07 +02:00 |
|
|
0ece9fed40
|
Updated ReadMe file.
|
2012-02-17 22:18:40 +01:00 |
|
|
1033990705
|
Added a web-link for "Help and Support".
|
2012-02-16 23:58:33 +01:00 |
|
|
83e51e6a17
|
Added "Editor" dialog for custom parameters.
|
2012-02-16 02:08:46 +01:00 |
|
|
10b495bfa5
|
Added a "restart" button and extended JobListModel API as required.
|
2012-02-14 23:36:44 +01:00 |
|
|
9667385870
|
Make sure that the current configuration can be saved to a template, even if it equals the "<Recently Used>" configuration. Also added Avisynth credits.
|
2012-02-13 16:44:50 +01:00 |
|
|
5046a80d56
|
Properly verify custom Avs2YUV parameters. Also improved color-space info in the ReadMe file.
|
2012-02-13 00:04:39 +01:00 |
|
|
e149f87ed8
|
Added support for custom Avs2YUV parameters. Required to allow passing trough 4:2:2 (YV16) and 4:4:4 (YV24) data, as Avs2YUV converts to 4:2:0 (YV12) by default. YV16 and YV24 requires Avisynth 2.6!
|
2012-02-12 15:58:28 +01:00 |
|
|
394379d74f
|
Improved custom parameter checking some more + properly split custom parameters that contain whitespaces.
|
2012-02-06 22:40:07 +01:00 |
|
|
048f0f6945
|
Much improved validation of custom parameters.
|
2012-02-06 17:34:25 +01:00 |
|
|
71a5b84d7b
|
Reorganized web-links a bit + added "Reset" button to preferences dialog.
|
2012-02-05 15:42:41 +01:00 |
|
|
a4d8e6e8bc
|
Added option to use 64-Bit Avisynth/Avs2YUV.
|
2012-02-05 02:49:08 +01:00 |
|
|
fa9488fb78
|
Added support for fractional CRF values. In CQ mode the quantizer will be rounded to the next int value. Also cleaned-up resource file.
|
2012-02-04 15:56:38 +01:00 |
|
|
4663c724ef
|
Added option to shutdown the computer when all jobs are completed.
|
2012-02-04 01:12:21 +01:00 |
|
|
9f2a6951a4
|
Use the proper binary for help screen (32- vs. 64-Bit) + added "maximum job cont" option to preferences.
|
2012-02-03 12:31:51 +01:00 |
|
|
c81b23c81e
|
Added "Preferences" dialog.
|
2012-02-03 00:53:14 +01:00 |
|
|
6121903aa0
|
Added option to delete jobs from the list + also added option to browse the output file.
|
2012-02-02 22:53:40 +01:00 |
|
|
2a3325b02f
|
Added "Pause" support.
|
2012-02-02 02:13:02 +01:00 |
|
|
405e7d2382
|
Added help screen.
|
2012-02-01 01:08:54 +01:00 |
|
|
932610e822
|
Check the Avs2YUV version + improve custom parameters editor.
|
2012-01-31 20:28:40 +01:00 |
|
|
6410bdbaac
|
Added template support. Saving user-defined templates not implemented yet.
|
2012-01-31 03:03:17 +01:00 |
|
|
a3ff0fda24
|
Implemented support for using 32-Bit Avisynth with 64-Bit x264.
|
2012-01-31 00:13:32 +01:00 |
|
|
a30b5b7300
|
Check x264 version + added simple build script.
|
2012-01-30 17:50:19 +01:00 |
|
|
8ebfc46240
|
Implemented 2-Pass support + various fixes.
|
2012-01-30 04:58:42 +01:00 |
|
|
65c7aba23a
|
Implemented rudimental encoding support.
|
2012-01-29 21:31:09 +01:00 |
|
|
055b9ef673
|
Added options Model.
|
2012-01-29 19:14:46 +01:00 |
|
|
7a485a73f8
|
Make "Add Job" dialog work + added some useful web-links.
|
2012-01-29 15:57:23 +01:00 |
|
|
aec0c927d7
|
Added "Add Job" dialog.
|
2012-01-29 04:06:07 +01:00 |
|
|
a1e0b85787
|
Improved queue support + some GUI redesign.
|
2012-01-29 00:57:47 +01:00 |
|
Git User
|
8d1c6d82ee
|
Show progress and progress details in main window!
|
2012-01-28 23:24:41 +01:00 |
|
Git User
|
3007977f0b
|
Added progress model and processing thread classes.
|
2012-01-28 18:55:40 +01:00 |
|