From 1cd0237b24d464c59c7498a1ddf3281c9b6a1718 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 3 Apr 2019 12:26:36 +0200 Subject: [PATCH] Update default value ffmpeg camera --- source/_components/camera.ffmpeg.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_components/camera.ffmpeg.markdown b/source/_components/camera.ffmpeg.markdown index 3acf24ce84a..893b45328ee 100644 --- a/source/_components/camera.ffmpeg.markdown +++ b/source/_components/camera.ffmpeg.markdown @@ -39,10 +39,11 @@ extra_arguments: description: Extra options to pass to `ffmpeg`, e.g., image quality or video filter options. required: false type: string + default: `-pred 1` {% endconfiguration %} ### {% linkable_title Image quality %} -You can control the image quality with [`extra_arguments`](https://www.ffmpeg.org/ffmpeg-codecs.html#jpeg2000) `-q:v 2-32` or with lossless option `-pred 1`. +You can control the image quality with [`extra_arguments`](https://www.ffmpeg.org/ffmpeg-codecs.html#jpeg2000) `-q:v 2-32` or with lossless option `-pred 1`. Default is lossless. If you are running into trouble with this sensor, please refer to the [Troubleshooting section](/components/ffmpeg/#troubleshooting).