From 27150585f818d9050efa081f9060a32613b3c5ee Mon Sep 17 00:00:00 2001 From: Jeena Date: Sat, 14 Jun 2025 13:35:26 +0900 Subject: [PATCH] Switch the transcoding quality from 36M to 120M This brings it significantly closer to the original quality of my Sony A7C. I will need to make sure those things work well with other input files too in the future. --- src/recoder/transcoder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/recoder/transcoder.py b/src/recoder/transcoder.py index ed1213c..b44d249 100644 --- a/src/recoder/transcoder.py +++ b/src/recoder/transcoder.py @@ -197,7 +197,7 @@ class Transcoder(GObject.GObject): cmd = [ "ffmpeg", "-y", "-i", in_path, "-vcodec", "dnxhd", "-acodec", "pcm_s16le", - "-b:v", "36M", "-pix_fmt", "yuv422p", "-r", "30000/1001", + "-b:v", "120M", "-pix_fmt", "yuv422p", "-f", "mov", "-map_metadata", "0" ] if vf: