MP4ConvertFromMovieDuration - Convert a duration from the movie (file) time scale to a specified time scale.
#include <mp4.h>
u_int64_t MP4ConvertFromMovieDuration(
MP4FileHandle hFile,
MP4Duration duration,
u_int32_t newTimeScale
)
Upon success, the duration in the new time scale units. Upon error, 0.
MP4ConvertFromMovieDuration converts a duration such as the total movie (file) duration from the movie time scale to another specified time scale.
MP4(3) MP4GetDuration(3)