- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
AVC Encoder increases the frame rate twice.
For example:
The input frame rate is 25 frames per second.
FrameRateExtN = 27000000
FrameRateExtD = 1080000
But in the coded header the frame rate is 50 frames per second.
FrameRateExtN = 54000000
FrameRateExtD = 1080000
Why it occurs? How it to correct?
Thanks,
Marina
AVC Encoder increases the frame rate twice.
For example:
The input frame rate is 25 frames per second.
FrameRateExtN = 27000000
FrameRateExtD = 1080000
But in the coded header the frame rate is 50 frames per second.
FrameRateExtN = 54000000
FrameRateExtD = 1080000
Why it occurs? How it to correct?
Thanks,
Marina
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Marina,
AVC Encoder always indicates field_rate = frame_rate * 2. MSDK fields FrameRateExtN and FrameRateExtD indicate frame-rate, so in these terms it is correct that you see 54000000 and 1080000 numbers in sequence header.
But from your post this is not clear, where from did you get these numbers? After AVC decoder's DecodeHeader function or by parsing sequence header with some other tools?Regards,
Nick
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Marina,
AVC Encoder always indicates field_rate = frame_rate * 2. MSDK fields FrameRateExtN and FrameRateExtD indicate frame-rate, so in these terms it is correct that you see 54000000 and 1080000 numbers in sequence header.
But from your post this is not clear, where from did you get these numbers? After AVC decoder's DecodeHeader function or by parsing sequence header with some other tools?Regards,
Nick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Nick,
Thanks for your answer. We have understood in what the reason. Our AVC Decoder has a problem.
Best regards,
Marina
Thanks for your answer. We have understood in what the reason. Our AVC Decoder has a problem.
Best regards,
Marina
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