Added cmd file to make it a cli tool
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
@echo off
|
||||
python "%~dp0ffmpeg_transcoder.py" %*
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,2 @@
|
||||
@echo off
|
||||
python "%~dp0ffmpeg_transcoder.py" %*
|
||||