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"