From f071e93f61dc646253ecdd7cbd48d7af10ccaa89 Mon Sep 17 00:00:00 2001 From: Jonathan Rampersad Date: Sun, 1 Jun 2025 15:53:52 +0000 Subject: [PATCH] Added cmd file to make it a cli tool --- transcode.cmd | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 transcode.cmd diff --git a/transcode.cmd b/transcode.cmd new file mode 100644 index 0000000..464820f --- /dev/null +++ b/transcode.cmd @@ -0,0 +1,2 @@ +@echo off +python "%~dp0ffmpeg_transcoder.py" %* \ No newline at end of file