looks okay

This commit is contained in:
levina 2021-09-09 21:18:14 +07:00 committed by GitHub
parent 6ac8c263b4
commit 3ace4a3835
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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