cf/noise,vcap/testcard2: decrease noisiness

The original noisiness 30 seem to be too much to be default - with default
compression JPEG or H.264 it produces high-bitrate stream. The new value
200 may better approximate real-life complexity video.
This commit is contained in:
Martin Pulec
2025-09-26 15:49:33 +02:00
parent ad3e25fb66
commit 3a108863e6
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ struct module;
static void done(void *state);
enum {
DEFAULT_MAGNITUDE = 30,
DEFAULT_MAGNITUDE = 200,
};
struct state_noise {

View File

@@ -94,7 +94,7 @@ enum {
BANNER_MARGIN_BOTTOM = 75,
BUFFER_SEC = 1,
FONT_HEIGHT = 108,
NOISE_DEFAULT = 30,
NOISE_DEFAULT = 200,
};
#define DEFAULT_FORMAT \