forked from rDrama/rDrama
1
0
Fork 0
master
Aevann 2024-02-06 01:51:50 +02:00
parent 4839c0f14d
commit 3dd4ef5342
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ def process_video(file, v):
print(codec)
print(bitrate, flush=True)
if codec != 'h264' or bitrate > 1000000:
if codec != 'h264' or bitrate > 3000000:
copyfile(old, new)
gevent.spawn(reencode_video, old, new)
else: