Increase video preview resolution

This commit is contained in:
Kovid Goyal
2025-11-23 17:09:43 +05:30
parent 102ea9bf8b
commit abcd2ca884

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