From 184c75e8e723e897c509bfa63d107a620051f92b Mon Sep 17 00:00:00 2001 From: Antoine Van-Elstraete Date: Sun, 3 Jul 2022 17:34:58 +0200 Subject: [PATCH] =?UTF-8?q?L'option=20"-g=201"=20n'=C3=A9tait=20pas=20une?= =?UTF-8?q?=20bonne=20id=C3=A9e...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vid_convert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vid_convert.py b/vid_convert.py index f3e17e5..4216d09 100755 --- a/vid_convert.py +++ b/vid_convert.py @@ -169,7 +169,7 @@ def convert_video(file, infos, start, crop, crf, animation): output = f'{file}_video_t{str_start}.mkv' fmt = "yuv420p10le" # Always 10-bits track = infos['video']['index'] - codec = 'libx265 -preset slower -g 1' # -g 1 is for intra encoding + codec = 'libx265 -preset slower' hdr = '' if animation: tune = "-tune animation"