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
When using the MP4ReadSample interface to read data from an MP4 video file not recorded with the MP4v2 interface, it is found that the stream data cannot be decoded successfully. Analyzing the stream structure reveals various issues, such as the inability to locate key frames and encountering Audit Units (AUD) continuously.
When using the MP4ReadSample interface to read data from an MP4 video file not recorded with the MP4v2 interface, it is found that the stream data cannot be decoded successfully. Analyzing the stream structure reveals various issues, such as the inability to locate key frames and encountering Audit Units (AUD) continuously.
for example:
while (MP4ReadSample(pReplay->mp4File, pReplay->videoTrackId, pReplay->iVSampleInx++, &pSampleData, &nSampleSize, &nStartTime, &nDuration, &nOffset, &bIsKeyFrame))
{
The text was updated successfully, but these errors were encountered: