Increase video preview resolution

This commit is contained in:
Kovid Goyal 2025-11-23 17:09:43 +05:30
parent 102ea9bf8b
commit abcd2ca884
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -30,7 +30,7 @@ const FFMPEG_METADATA_KEY = "ffmpeg-metadata.json"
type ffmpeg_renderer int
var (
video_width = 320
video_width = 480
video_fps = 10
video_duration = 5
video_encoding_quality = 75