diff --git a/main.py b/main.py index d6c0b33..69e7368 100644 --- a/main.py +++ b/main.py @@ -23,9 +23,6 @@ try: except ImportError: print('ERROR: No PyScenedetect installed, try: sudo pip install scenedetect') - -DEFAULT_ENCODE = ' -h 40 -w 70 --passes=1 --tile-columns=2 --tile-rows=2 --cpu-used=8 --end-usage=q --cq-level=63 --aq-mode=0' -DEFAULT_AUDIO = '-c:a libopus -ac 1 -b:a 12k' #-w 252 -h 144 DEFAULT_ENCODE = ' -w 70 -h 40 --passes=1 --cpu-used=8 --end-usage=q --cq-level=63 --aq-mode=0' DEFAULT_AUDIO = '-c:a libopus -ac 1 -b:a 24k'