diff --git a/constants.py b/constants.py index 0298b618..19ec856a 100644 --- a/constants.py +++ b/constants.py @@ -36,8 +36,10 @@ with open("media_dir.txt", 'w') as media_file: # -DEFAULT_PIXEL_HEIGHT = 1080 -DEFAULT_PIXEL_WIDTH = 1920 +# DEFAULT_PIXEL_HEIGHT = 1080 +# DEFAULT_PIXEL_WIDTH = 1920 +DEFAULT_PIXEL_HEIGHT = 1440 +DEFAULT_PIXEL_WIDTH = 2560 LOW_QUALITY_FRAME_DURATION = 1. / 15 MEDIUM_QUALITY_FRAME_DURATION = 1. / 30