From 2c2a3df145bfc30b2bd6b310eeba8c1d85ee056a Mon Sep 17 00:00:00 2001 From: jb-alvarado Date: Wed, 27 Feb 2019 09:20:58 +0100 Subject: [PATCH] update info (raw preprocess is not working at the moment) --- ffplayout.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ffplayout.conf b/ffplayout.conf index 7007e53a..da3e0db6 100644 --- a/ffplayout.conf +++ b/ffplayout.conf @@ -90,9 +90,8 @@ map_extension = # buffer_length: length in seconds of the buffer # this is the time what the playout have, to change from one clip to the next -# be liberal with this value but dont exaggerate # # buffer size gets calculate with: (v_bitrate + a_bitrate) * 0.125 * buffer_length -# by rawvideo calculation would be: +# by rawvideo (yuv 420) calculation would be: # (width x height * 3 / 2 * fps * buffer_length / 1024) + ((a_sample * 16 * 2 * buffer_length) / 8 / 1024) # Size is in KB