Skip to content

Commit

Permalink
デフォルトの出力をmkvに。
Browse files Browse the repository at this point in the history
  • Loading branch information
rigaya committed Sep 8, 2019
1 parent 608fd30 commit b109aac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion svtAV1guiEx/auo_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#define AUO_FULL_NAME "拡張 SVT-AV1 出力(GUI) Ex"
#define AUO_VERSION_NAME "拡張 SVT-AV1 出力(GUI) Ex " AUO_VERSION_STR
#define AUO_VERSION_INFO "拡張 SVT-AV1 出力(GUI) Ex (svtAV1guiEx) " AUO_VERSION_STR " by rigaya"
#define AUO_EXT_FILTER "All Support Formats (*.*)\0*.mp4;*.mkv;*.264;*.mp4\0mp4 file (*.mp4)\0*.mp4\0mkv file (*.mkv)\0*.mkv\0raw file (*.264)\0*.264\0"
#define AUO_EXT_FILTER "All Support Formats (*.*)\0*.mkv;*.mp4;*.264;*.mp4\0mkv file (*.mkv)\0*.mkv\0mp4 file (*.mp4)\0*.mp4\0raw file (*.264)\0*.264\0"

#define AUOSETUP_EVENT_ABORT "AUOSETUP_EVENT_ABORT"

Expand Down
1 change: 1 addition & 0 deletions svtAV1guiEx/frm/frmConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1013,6 +1013,7 @@ System::Void frmConfig::InitForm() {
//スレッド数上限
int max_threads_set = (int)(cpu_core_count() * 1.5 + 0.51);
fcgNUThreads->Maximum = max_threads_set;
fcgtabControlMux->SelectedTab = fcgtabPageMKV;
//ツールチップ
SetHelpToolTips();
SetX264VersionToolTip(LocalStg.x264Path);
Expand Down
2 changes: 1 addition & 1 deletion svtAV1guiEx/prm/auo_settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

static const BOOL DEFAULT_LARGE_CMD_BOX = 0;
static const BOOL DEFAULT_AUTO_AFS_DISABLE = 0;
static const int DEFAULT_OUTPUT_EXT = 0;
static const int DEFAULT_OUTPUT_EXT = 1;
static const BOOL DEFAULT_AUTO_DEL_STATS = 1;
static const BOOL DEFAULT_AUTO_DEL_CHAP = 1;
static const BOOL DEFAULT_KEEP_QP_FILE = 0;
Expand Down

0 comments on commit b109aac

Please sign in to comment.