- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey guys using umc... Wrote a timing mechanism - Don't need avSync becuase we just use umc for video streams only. With that being said I need to obtain a h264's duration of the video or the total frame count I tried obtaining this from the decoder info.duration but it returns 0.0 which is not right at all..
any suggestions?
any suggestions?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
Here are some comments from our expert:
Duration can be estimated by splitters (estimation based on bitrate and file size) . User can use splitter to estimate h.264 stream frame (h264_spl doesnt provide such information). The demuxer provide output data by access units (pictures). Users need to check type of access unit. It can be field or frame. If customers deal with progressive streams there is no such a problem. Every access unit is a frame.
Thanks,
Chao

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page