- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I want to transcode HEVC without B frame in windows platform. I use sample_multi_transcode and SDK 2019 R1, and use parameter with (-dist 1) , but still got b frame .
My command and parameter are as below
-i::h264 test.264 -o::h265 test.265 -dist 1
Platform: windows 10 / KabyLake CPU
- Tags:
- Development Tools
- Graphics
- Intel® Media SDK
- Intel® Media Server Studio
- Media Processing
- Optimization
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
On Windows KBL HEVC doesn't support P frames. Instead, HEVC encoder uses GPB or so-called low-delay B frames without re-ordering and without L1 references to future frames.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Dmitry,
Do you suggest to try "-gpb OFF" explicitely?
Here is the manual:
https://github.com/Intel-Media-SDK/MediaSDK/blob/master/doc/samples/readme-multi-transcode_linux.md
Mark Liu
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