diff --git a/Modules/config.json b/Modules/config.json index 1d1b18f..bc158b0 100644 --- a/Modules/config.json +++ b/Modules/config.json @@ -1,6 +1,6 @@ { - "AVCEncoder": "h264_nvenc", + "AVCEncoder": "libx264", "AVCOverallVideoQuality": 4, @@ -10,7 +10,7 @@ "AVCOpenCL": false, - "HEVCEncoder": "hevc_nvenc", + "HEVCEncoder": "libx265", "HEVCOverallVideoQuality": 4, @@ -33,7 +33,7 @@ "PathToSave": ".\\Output", "PrintFormat": "table", - - "PrintLogger": true + + "ShowDescription": true } diff --git a/Modules/creds.key b/Modules/creds.key new file mode 100644 index 0000000..31064be Binary files /dev/null and b/Modules/creds.key differ diff --git a/Preset/SubTask/6.json b/Preset/SubTask/6.json new file mode 100644 index 0000000..784a06c --- /dev/null +++ b/Preset/SubTask/6.json @@ -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]%" + } +} \ No newline at end of file diff --git a/Preset/SubTask/7.json b/Preset/SubTask/7.json new file mode 100644 index 0000000..a6167d7 --- /dev/null +++ b/Preset/SubTask/7.json @@ -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]%" + } +} \ No newline at end of file diff --git a/Temp/.keep b/Temp/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/svp.exe b/svp.exe index 3bdd64f..877e450 100644 Binary files a/svp.exe and b/svp.exe differ