You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@djvergad I thought that every segment has a fixed length of 100 frames. So that the length was fixed in dimension, not in time. In the end can you tell me where the time duration of the segment is set in the library? Thanks for your answer.
#defineMPEG_TIME_BETWEEN_FRAMES20// Miliseconds or 50 fps
There are 100 frames per segment, and time between consecutive frames is 20 ms (50fps). The bitrate is adapted by changing the size in bytes of the frames. The time between frames is constant.
is it possible to have segments that have a fixed time duration?
The text was updated successfully, but these errors were encountered: