mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 16:58:09 +02:00
Increase video preview resolution
This commit is contained in:
@@ -30,7 +30,7 @@ const FFMPEG_METADATA_KEY = "ffmpeg-metadata.json"
|
|||||||
type ffmpeg_renderer int
|
type ffmpeg_renderer int
|
||||||
|
|
||||||
var (
|
var (
|
||||||
video_width = 320
|
video_width = 480
|
||||||
video_fps = 10
|
video_fps = 10
|
||||||
video_duration = 5
|
video_duration = 5
|
||||||
video_encoding_quality = 75
|
video_encoding_quality = 75
|
||||||
|
|||||||
Reference in New Issue
Block a user