release: 3.0.03 with shkong modified version (remove autoupdate and add output name checker)

This commit is contained in:
Shkong 2023-08-13 11:11:21 +08:00
parent 0c9ffabf22
commit e20cfe82b7
6 changed files with 58 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"AVCEncoder": "h264_nvenc",
"AVCEncoder": "libx264",
"AVCOverallVideoQuality": 4,
@ -10,7 +10,7 @@
"AVCOpenCL": false,
"HEVCEncoder": "hevc_nvenc",
"HEVCEncoder": "libx265",
"HEVCOverallVideoQuality": 4,
@ -34,6 +34,6 @@
"PrintFormat": "table",
"PrintLogger": true
"ShowDescription": true
}

BIN
Modules/creds.key Normal file

Binary file not shown.

27
Preset/SubTask/6.json Normal file
View File

@ -0,0 +1,27 @@
{
"Description": "简体内嵌[AVC-8bit][1080p@23.976fps AAC]",
"SubTaskNum": 1,
"Receive": [
"Subtitle_CHS",
"Chapter",
"Output"
],
"1": {
"ProcessType": "Subtitle",
"VideoFormat": "AVC",
"VideoPixelFormat": "yuv420p8bit",
"VideoResolution": "1080",
"VideoAspectRatio": "16:9",
"VideoFrameRate": "24000/1001",
"SubtitleForm": "Render",
"Subtitle_CHS": "%Subtitle_CHS%",
"Audio": "FromTargetVideo",
"AudioFormat": "AAC",
"Chapter": "%Chapter%",
"Output": "%Output[0]%"
}
}

27
Preset/SubTask/7.json Normal file
View File

@ -0,0 +1,27 @@
{
"Description": "繁体内嵌[AVC-8bit][1080p@23.976fps AAC]",
"SubTaskNum": 1,
"Receive": [
"Subtitle_CHT",
"Chapter",
"Output"
],
"1": {
"ProcessType": "Subtitle",
"VideoFormat": "AVC",
"VideoPixelFormat": "yuv420p8bit",
"VideoResolution": "1080",
"VideoAspectRatio": "16:9",
"VideoFrameRate": "24000/1001",
"SubtitleForm": "Render",
"Subtitle_CHT": "%Subtitle_CHT%",
"Audio": "FromTargetVideo",
"AudioFormat": "AAC",
"Chapter": "%Chapter%",
"Output": "%Output[0]%"
}
}

View File

BIN
svp.exe

Binary file not shown.