[nut]: r695 - docs/nut.txt

Author: michael Date: Fri Nov 6 23:22:24 2020 New Revision: 695 Log: Add r_frame_rate, which has been stored without X- prefix for a long time The description is taken from the API documentation of libavformat Modified: docs/nut.txt Modified: docs/nut.txt ============================================================================== --- docs/nut.txt Sun Feb 2 12:47:56 2020 (r694) +++ docs/nut.txt Fri Nov 6 23:22:24 2020 (r695) @@ -1,5 +1,5 @@ ================================== -NUT Open Container Format 20200130 +NUT Open Container Format 20201104 ================================== @@ -1038,6 +1038,13 @@ info packet types instead? is there some other unique way to identify fonts? This stream uses the specified font, if it is unavailable presentation might be less pretty. + "r_frame_rate" + Real base framerate of the stream. + This is the lowest framerate with which all timestamps can be + represented accurately (it is the least common multiple of all + framerates in the stream). Note, this value is just a guess! + For example, if the time base is 1/90000 and all frames have either + approximately 3600 or 1800 timer ticks, then r_frame_rate will be 50/1. Note: Nonstandard fields should be prefixed by "X-". value
participants (1)
-
michael