update info (raw preprocess is not working at the moment)
This commit is contained in:
parent
e7dbfed518
commit
2c2a3df145
@ -90,9 +90,8 @@ map_extension =
|
|||||||
|
|
||||||
# buffer_length: length in seconds of the buffer
|
# buffer_length: length in seconds of the buffer
|
||||||
# this is the time what the playout have, to change from one clip to the next
|
# 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
|
# # 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)
|
# (width x height * 3 / 2 * fps * buffer_length / 1024) + ((a_sample * 16 * 2 * buffer_length) / 8 / 1024)
|
||||||
# Size is in KB
|
# Size is in KB
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user