Simple video-encoder front-end.
Go to file
2012-02-06 16:13:24 +01:00
etc Check x264 version + added simple build script. 2012-01-30 17:50:19 +01:00
gui Reorganized web-links a bit + added "Reset" button to preferences dialog. 2012-02-05 15:42:41 +01:00
res Reorganized web-links a bit + added "Reset" button to preferences dialog. 2012-02-05 15:42:41 +01:00
src Fixed potential deadlock. 2012-02-06 16:13:24 +01:00
.gitignore Improved saving of new profiles. 2012-02-02 18:55:55 +01:00
License.txt Initial commit. 2012-01-28 16:40:14 +01:00
ReadMe.txt Initial commit. 2012-01-28 16:40:14 +01:00
x264_launcher.rc 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
x264_launcher.sln Initial commit. 2012-01-28 16:40:14 +01:00
x264_launcher.vcxproj Added support for adding files from the command-line. 2012-02-05 04:41:42 +01:00
x264_launcher.vcxproj.filters Added option to use 64-Bit Avisynth/Avs2YUV. 2012-02-05 02:49:08 +01:00
z_build.bat Append the proper extension to the output file name, according to selected file type. 2012-02-04 22:44:19 +01:00

 Simple x264 Launcher - use 64-Bit x264 with 32-Bit Avisynth
 Copyright (C) 2004-2012 LoRd_MuldeR <MuldeR2@GMX.de>

 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.

 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.

 You should have received a copy of the GNU General Public License along
 with this program; if not, write to the Free Software Foundation, Inc.,
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

 http://www.gnu.org/licenses/gpl-2.0.txt