From 570135fbdbc8109dd1d718a094a0c3ae0bdf54f3 Mon Sep 17 00:00:00 2001 From: vrunk11 <56720403+vrunk11@users.noreply.github.com> Date: Mon, 11 Sep 2023 22:27:15 +0200 Subject: [PATCH] Delete ai_decode_ntsc_file.bat ai_decode_ntsc_file.bat is replaced by ai_decode_ntsc_video_file.bat --- ai_decode_ntsc_file.bat | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 ai_decode_ntsc_file.bat diff --git a/ai_decode_ntsc_file.bat b/ai_decode_ntsc_file.bat deleted file mode 100644 index 5ec33ac..0000000 --- a/ai_decode_ntsc_file.bat +++ /dev/null @@ -1,3 +0,0 @@ -@echo off -ffmpeg -hide_banner -loglevel error -f rawvideo -video_size 910x263 -pix_fmt gray16 -i "%~dp1%~n1.tbc" -vf crop=910:242:0:20 -c:v rawvideo -f rawvideo - | "%~dp0/cvbs_ai_decode.exe" %~dp0/ntsc_1d | ffmpeg -hide_banner -y -f rawvideo -r (30000/1001) -video_size 792x484 -pix_fmt rgb48 -i - -filter_complex "extractplanes=r+g+b[Ry][Gu][Bv];[Ry][Gu][Bv]mergeplanes=0x001020:yuv444p16,format=yuv422p,il=l=i:c=i:a=i,setdar=4/3,crop=760:484:16:0" -c:v ffv1 -coder 1 -context 0 -level 3 -slices 4 -slicecrc 0 -pass 1 -top 1 "%~dp1%~n1_aidecode.mkv" -pause \ No newline at end of file