From 8624a2a312e006230f37c7ee3bf0408e0ad2cfdb Mon Sep 17 00:00:00 2001 From: Dangrain Date: Sun, 27 Oct 2024 18:49:00 +0100 Subject: [PATCH] Add files via upload --- VHS.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 VHS.sh diff --git a/VHS.sh b/VHS.sh new file mode 100644 index 0000000..0fa43ec --- /dev/null +++ b/VHS.sh @@ -0,0 +1,6 @@ + +echo "Running ffmpeg command..." +ffmpeg -i INPUT.mp4 -vf "tinterlace=4,curves=m='0/0 0.5/0.9':r='0/0 0.5/0.5 1/1':g='0/0 0.5/0.5 1/1':b='0/0 0.5/0.5 1/1':,eq=saturation=1.2,scale=480:360,smartblur=lr=2:ls=-1,noise=c0s=13:c0f=t+u,gblur=sigma=3:steps=1,unsharp=luma_msize_x=15:luma_msize_y=9:luma_amount=5.0:chroma_msize_x=7:chroma_msize_y=3:chroma_amount=-2,format=yuv422p" -af "highpass=f=50,lowpass=f=5000" OUTPUT.mp4 +echo "ffmpeg command completed." +read -p "Press any key to continue..." +