update info (raw preprocess is not working at the moment)

This commit is contained in:
jb-alvarado 2019-02-27 09:20:58 +01:00
parent e7dbfed518
commit 2c2a3df145

View File

@ -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