From 64b7c2e30a6adc62c373b9dcc7f39310f10ed994 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 3 Sep 2018 00:14:04 +0100 Subject: Add basic quality option for x264 export. --- src/lib/ffmpeg_encoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/ffmpeg_encoder.h') diff --git a/src/lib/ffmpeg_encoder.h b/src/lib/ffmpeg_encoder.h index b1d07eb7f..51af48d48 100644 --- a/src/lib/ffmpeg_encoder.h +++ b/src/lib/ffmpeg_encoder.h @@ -41,7 +41,7 @@ public: FORMAT_H264 }; - FFmpegEncoder (boost::shared_ptr film, boost::weak_ptr job, boost::filesystem::path output, Format format, bool mixdown_to_stereo); + FFmpegEncoder (boost::shared_ptr film, boost::weak_ptr job, boost::filesystem::path output, Format format, bool mixdown_to_stereo, int x264_crf); void go (); -- cgit v1.2.3