testing resolutions limit

to improve and get the higher video quality
This commit is contained in:
levina 2021-09-10 05:02:37 +07:00 committed by GitHub
parent 5e97a9fbbf
commit d3927b6590
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,8 +89,8 @@ async def startvideo(client, m: Message):
InputVideoStream(
video_file,
VideoParameters(
width=854,
height=480,
width=1280,
height=720,
frame_rate=20,
),
),