diff --git a/.gitignore b/.gitignore index e09326a..878f0d1 100644 --- a/.gitignore +++ b/.gitignore @@ -160,3 +160,4 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ +Temp/ diff --git a/Modules/config.json b/Modules/config.json index bc158b0..6599f60 100644 --- a/Modules/config.json +++ b/Modules/config.json @@ -2,23 +2,23 @@ "AVCEncoder": "libx264", - "AVCOverallVideoQuality": 4, + "AVCOverallVideoQuality": 3, - "AVCVideoQuality": 3, + "AVCVideoQuality": 2, - "AVCCompressionQuality": 4, + "AVCCompressionQuality": 5, "AVCOpenCL": false, "HEVCEncoder": "libx265", - "HEVCOverallVideoQuality": 4, + "HEVCOverallVideoQuality": 3, - "HEVCVideoQuality": 3, + "HEVCVideoQuality": 2, - "HEVCCompressionQuality": 4, + "HEVCCompressionQuality": 5, - "HardwareDecode": true, + "HardwareDecode": false, "AACBitrate": 128, @@ -34,6 +34,8 @@ "PrintFormat": "table", - "ShowDescription": true + "ShowDescription": false, + + "HandleCase": false } diff --git a/Preset/SubTask/8.json b/Preset/SubTask/8.json new file mode 100644 index 0000000..641e3a0 --- /dev/null +++ b/Preset/SubTask/8.json @@ -0,0 +1,29 @@ +{ + + "Description": "简繁内封[HEVC-10bit][1080p@23.976fps AAC]", + + "SubTaskNum": 1, + + "Receive": [ + "Subtitle_CHS", + "Subtitle_CHT", + "Chapter", + "Output" + ], + + "1": { + "ProcessType": "Subtitle", + "VideoFormat": "HEVC", + "VideoPixelFormat": "yuv420p10bit", + "VideoResolution": "1080", + "VideoAspectRatio": "16:9", + "VideoFrameRate": "24000/1001", + "SubtitleForm": "Package", + "Subtitle_CHS": "%Subtitle_CHS%", + "Subtitle_CHT": "%Subtitle_CHT%", + "Audio": "FromTargetVideo", + "AudioFormat": "AAC", + "Chapter": "%Chapter%", + "Output": "%Output[0]%" + } +} \ No newline at end of file diff --git a/README.md b/README.md deleted file mode 100644 index 35284c1..0000000 --- a/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# SakuratoVideoProcessor.dist - diff --git a/_asyncio.pyd b/_asyncio.pyd index 7c24f11..9db37af 100644 Binary files a/_asyncio.pyd and b/_asyncio.pyd differ diff --git a/_bz2.pyd b/_bz2.pyd index e36caf2..f962e56 100644 Binary files a/_bz2.pyd and b/_bz2.pyd differ diff --git a/_ctypes.pyd b/_ctypes.pyd index 56601fa..6baf393 100644 Binary files a/_ctypes.pyd and b/_ctypes.pyd differ diff --git a/_decimal.pyd b/_decimal.pyd index 71fc497..e97b6ba 100644 Binary files a/_decimal.pyd and b/_decimal.pyd differ diff --git a/_elementtree.pyd b/_elementtree.pyd index f3375dd..a0442d9 100644 Binary files a/_elementtree.pyd and b/_elementtree.pyd differ diff --git a/_hashlib.pyd b/_hashlib.pyd index 01c7af4..12d0a1d 100644 Binary files a/_hashlib.pyd and b/_hashlib.pyd differ diff --git a/_lzma.pyd b/_lzma.pyd index 6c34332..75c3509 100644 Binary files a/_lzma.pyd and b/_lzma.pyd differ diff --git a/_multiprocessing.pyd b/_multiprocessing.pyd index 64b04f4..71f214f 100644 Binary files a/_multiprocessing.pyd and b/_multiprocessing.pyd differ diff --git a/_overlapped.pyd b/_overlapped.pyd index 4b69ea7..37c00e2 100644 Binary files a/_overlapped.pyd and b/_overlapped.pyd differ diff --git a/_queue.pyd b/_queue.pyd index dbd8eae..357610a 100644 Binary files a/_queue.pyd and b/_queue.pyd differ diff --git a/_socket.pyd b/_socket.pyd index 969dd69..52a8dd1 100644 Binary files a/_socket.pyd and b/_socket.pyd differ diff --git a/_ssl.pyd b/_ssl.pyd index 4e78632..27d04c5 100644 Binary files a/_ssl.pyd and b/_ssl.pyd differ diff --git a/_uuid.pyd b/_uuid.pyd index 82c6c87..f99ad10 100644 Binary files a/_uuid.pyd and b/_uuid.pyd differ diff --git a/api-ms-win-core-console-l1-1-0.dll b/api-ms-win-core-console-l1-1-0.dll deleted file mode 100644 index 7840baf..0000000 Binary files a/api-ms-win-core-console-l1-1-0.dll and /dev/null differ diff --git a/api-ms-win-core-datetime-l1-1-0.dll b/api-ms-win-core-datetime-l1-1-0.dll deleted file mode 100644 index 5dfdc30..0000000 Binary files a/api-ms-win-core-datetime-l1-1-0.dll and /dev/null differ diff --git a/api-ms-win-core-debug-l1-1-0.dll b/api-ms-win-core-debug-l1-1-0.dll deleted file mode 100644 index 5013561..0000000 Binary files a/api-ms-win-core-debug-l1-1-0.dll and /dev/null differ diff --git a/api-ms-win-core-errorhandling-l1-1-0.dll b/api-ms-win-core-errorhandling-l1-1-0.dll deleted file mode 100644 index c3ea2fc..0000000 Binary files a/api-ms-win-core-errorhandling-l1-1-0.dll and /dev/null differ diff --git a/api-ms-win-core-file-l1-1-0.dll b/api-ms-win-core-file-l1-1-0.dll deleted file mode 100644 index 4e31e0a..0000000 Binary files a/api-ms-win-core-file-l1-1-0.dll and /dev/null differ diff --git a/api-ms-win-core-file-l1-2-0.dll b/api-ms-win-core-file-l1-2-0.dll deleted file mode 100644 index a68e54d..0000000 Binary files a/api-ms-win-core-file-l1-2-0.dll and /dev/null differ diff --git a/api-ms-win-core-file-l2-1-0.dll b/api-ms-win-core-file-l2-1-0.dll deleted file mode 100644 index a55333f..0000000 Binary files a/api-ms-win-core-file-l2-1-0.dll and /dev/null differ diff --git a/api-ms-win-core-handle-l1-1-0.dll b/api-ms-win-core-handle-l1-1-0.dll deleted file mode 100644 index 3d66e3d..0000000 Binary files a/api-ms-win-core-handle-l1-1-0.dll and /dev/null differ diff --git a/api-ms-win-core-heap-l1-1-0.dll b/api-ms-win-core-heap-l1-1-0.dll deleted file mode 100644 index 2317f20..0000000 Binary files a/api-ms-win-core-heap-l1-1-0.dll and /dev/null differ diff --git a/api-ms-win-core-interlocked-l1-1-0.dll b/api-ms-win-core-interlocked-l1-1-0.dll deleted file mode 100644 index d097fe8..0000000 Binary files a/api-ms-win-core-interlocked-l1-1-0.dll and /dev/null differ diff --git a/api-ms-win-core-libraryloader-l1-1-0.dll b/api-ms-win-core-libraryloader-l1-1-0.dll deleted file mode 100644 index b23a0f5..0000000 Binary files a/api-ms-win-core-libraryloader-l1-1-0.dll and /dev/null differ diff --git a/api-ms-win-core-localization-l1-2-0.dll b/api-ms-win-core-localization-l1-2-0.dll deleted file mode 100644 index eb87605..0000000 Binary files a/api-ms-win-core-localization-l1-2-0.dll and /dev/null differ diff --git a/api-ms-win-core-memory-l1-1-0.dll b/api-ms-win-core-memory-l1-1-0.dll deleted file mode 100644 index 5f14ce6..0000000 Binary files a/api-ms-win-core-memory-l1-1-0.dll and /dev/null differ diff --git a/api-ms-win-core-namedpipe-l1-1-0.dll b/api-ms-win-core-namedpipe-l1-1-0.dll deleted file mode 100644 index fa97b06..0000000 Binary files a/api-ms-win-core-namedpipe-l1-1-0.dll and /dev/null differ diff --git a/api-ms-win-core-processenvironment-l1-1-0.dll b/api-ms-win-core-processenvironment-l1-1-0.dll deleted file mode 100644 index dee52aa..0000000 Binary files a/api-ms-win-core-processenvironment-l1-1-0.dll and /dev/null differ diff --git a/api-ms-win-core-processthreads-l1-1-0.dll b/api-ms-win-core-processthreads-l1-1-0.dll deleted file mode 100644 index 2b90f9f..0000000 Binary files a/api-ms-win-core-processthreads-l1-1-0.dll and /dev/null differ diff --git a/api-ms-win-core-processthreads-l1-1-1.dll b/api-ms-win-core-processthreads-l1-1-1.dll deleted file mode 100644 index 6eaae36..0000000 Binary files a/api-ms-win-core-processthreads-l1-1-1.dll and /dev/null differ diff --git a/api-ms-win-core-profile-l1-1-0.dll b/api-ms-win-core-profile-l1-1-0.dll deleted file mode 100644 index 5f9a61f..0000000 Binary files a/api-ms-win-core-profile-l1-1-0.dll and /dev/null differ diff --git a/api-ms-win-core-rtlsupport-l1-1-0.dll b/api-ms-win-core-rtlsupport-l1-1-0.dll deleted file mode 100644 index 7f5a9ca..0000000 Binary files a/api-ms-win-core-rtlsupport-l1-1-0.dll and /dev/null differ diff --git a/api-ms-win-core-string-l1-1-0.dll b/api-ms-win-core-string-l1-1-0.dll deleted file mode 100644 index 2ade913..0000000 Binary files a/api-ms-win-core-string-l1-1-0.dll and /dev/null differ diff --git a/api-ms-win-core-synch-l1-1-0.dll b/api-ms-win-core-synch-l1-1-0.dll deleted file mode 100644 index 2cfbe99..0000000 Binary files a/api-ms-win-core-synch-l1-1-0.dll and /dev/null differ diff --git a/api-ms-win-core-synch-l1-2-0.dll b/api-ms-win-core-synch-l1-2-0.dll deleted file mode 100644 index 5c368b2..0000000 Binary files a/api-ms-win-core-synch-l1-2-0.dll and /dev/null differ diff --git a/api-ms-win-core-sysinfo-l1-1-0.dll b/api-ms-win-core-sysinfo-l1-1-0.dll deleted file mode 100644 index ef61b1b..0000000 Binary files a/api-ms-win-core-sysinfo-l1-1-0.dll and /dev/null differ diff --git a/api-ms-win-core-timezone-l1-1-0.dll b/api-ms-win-core-timezone-l1-1-0.dll deleted file mode 100644 index 3fb9736..0000000 Binary files a/api-ms-win-core-timezone-l1-1-0.dll and /dev/null differ diff --git a/api-ms-win-core-util-l1-1-0.dll b/api-ms-win-core-util-l1-1-0.dll deleted file mode 100644 index d16b7b7..0000000 Binary files a/api-ms-win-core-util-l1-1-0.dll and /dev/null differ diff --git a/api-ms-win-crt-conio-l1-1-0.dll b/api-ms-win-crt-conio-l1-1-0.dll deleted file mode 100644 index 805d624..0000000 Binary files a/api-ms-win-crt-conio-l1-1-0.dll and /dev/null differ diff --git a/api-ms-win-crt-convert-l1-1-0.dll b/api-ms-win-crt-convert-l1-1-0.dll deleted file mode 100644 index 6849a4a..0000000 Binary files a/api-ms-win-crt-convert-l1-1-0.dll and /dev/null differ diff --git a/api-ms-win-crt-environment-l1-1-0.dll b/api-ms-win-crt-environment-l1-1-0.dll deleted file mode 100644 index 6b9c9cc..0000000 Binary files a/api-ms-win-crt-environment-l1-1-0.dll and /dev/null differ diff --git a/api-ms-win-crt-filesystem-l1-1-0.dll b/api-ms-win-crt-filesystem-l1-1-0.dll deleted file mode 100644 index 430331d..0000000 Binary files a/api-ms-win-crt-filesystem-l1-1-0.dll and /dev/null differ diff --git a/api-ms-win-crt-heap-l1-1-0.dll b/api-ms-win-crt-heap-l1-1-0.dll deleted file mode 100644 index 7247858..0000000 Binary files a/api-ms-win-crt-heap-l1-1-0.dll and /dev/null differ diff --git a/api-ms-win-crt-locale-l1-1-0.dll b/api-ms-win-crt-locale-l1-1-0.dll deleted file mode 100644 index d71c6c2..0000000 Binary files a/api-ms-win-crt-locale-l1-1-0.dll and /dev/null differ diff --git a/api-ms-win-crt-math-l1-1-0.dll b/api-ms-win-crt-math-l1-1-0.dll deleted file mode 100644 index ad2f7d2..0000000 Binary files a/api-ms-win-crt-math-l1-1-0.dll and /dev/null differ diff --git a/api-ms-win-crt-process-l1-1-0.dll b/api-ms-win-crt-process-l1-1-0.dll deleted file mode 100644 index c23ef80..0000000 Binary files a/api-ms-win-crt-process-l1-1-0.dll and /dev/null differ diff --git a/api-ms-win-crt-runtime-l1-1-0.dll b/api-ms-win-crt-runtime-l1-1-0.dll deleted file mode 100644 index 3e53523..0000000 Binary files a/api-ms-win-crt-runtime-l1-1-0.dll and /dev/null differ diff --git a/api-ms-win-crt-stdio-l1-1-0.dll b/api-ms-win-crt-stdio-l1-1-0.dll deleted file mode 100644 index bd3852b..0000000 Binary files a/api-ms-win-crt-stdio-l1-1-0.dll and /dev/null differ diff --git a/api-ms-win-crt-string-l1-1-0.dll b/api-ms-win-crt-string-l1-1-0.dll deleted file mode 100644 index 1e16a4c..0000000 Binary files a/api-ms-win-crt-string-l1-1-0.dll and /dev/null differ diff --git a/api-ms-win-crt-time-l1-1-0.dll b/api-ms-win-crt-time-l1-1-0.dll deleted file mode 100644 index 3107f09..0000000 Binary files a/api-ms-win-crt-time-l1-1-0.dll and /dev/null differ diff --git a/api-ms-win-crt-utility-l1-1-0.dll b/api-ms-win-crt-utility-l1-1-0.dll deleted file mode 100644 index 5b08a2f..0000000 Binary files a/api-ms-win-crt-utility-l1-1-0.dll and /dev/null differ diff --git a/libcrypto-3-x64.dll b/libcrypto-3-x64.dll index 6efb426..66f1634 100644 Binary files a/libcrypto-3-x64.dll and b/libcrypto-3-x64.dll differ diff --git a/libssl-3-x64.dll b/libssl-3-x64.dll index 03e26e6..40c82a0 100644 Binary files a/libssl-3-x64.dll and b/libssl-3-x64.dll differ diff --git a/pyexpat.pyd b/pyexpat.pyd index cd7f057..b3f8410 100644 Binary files a/pyexpat.pyd and b/pyexpat.pyd differ diff --git a/python3.dll b/python3.dll index 781898e..7bad08e 100644 Binary files a/python3.dll and b/python3.dll differ diff --git a/python311.dll b/python311.dll index 984b258..61c0a88 100644 Binary files a/python311.dll and b/python311.dll differ diff --git a/select.pyd b/select.pyd index e171306..4a4f16b 100644 Binary files a/select.pyd and b/select.pyd differ diff --git a/svp.exe b/svp.exe index 877e450..e11cab8 100644 Binary files a/svp.exe and b/svp.exe differ diff --git a/ucrtbase.dll b/ucrtbase.dll deleted file mode 100644 index 90bd467..0000000 Binary files a/ucrtbase.dll and /dev/null differ diff --git a/ujson.pyd b/ujson.pyd index 58edfd4..55aa01a 100644 Binary files a/ujson.pyd and b/ujson.pyd differ diff --git a/unicodedata.pyd b/unicodedata.pyd index c528dbc..4818245 100644 Binary files a/unicodedata.pyd and b/unicodedata.pyd differ