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( InputVideoStream(
video_file, video_file,
VideoParameters( VideoParameters(
width=854, width=1280,
height=480, height=720,
frame_rate=20, frame_rate=20,
), ),
), ),