- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello
OS : WINDOWS 7.
HARDWARE: INTEL I3 4150 CPU
I am using Intel Media SDk 2017 for H264 video transcoding. I have input stream 1920-1080 resolution, 29.94 fps stream with 6000 bitrate.
On any Pc I found that INTEL Encoder takes very less processing power compare to INTEL decoder in hw mode.
If h264 encoder takes 3% processing power and Decoder takes more than 10% for same h264 1920*1080 stream.
It was very strange because decoder takes more processing power compare to encoder.
Can you suggest me how to decrease the processing power of decoder.
Thanking You
Dhrumil Sheth
- Tags:
- Development Tools
- Graphics
- Intel® Media SDK
- Intel® Media Server Studio
- Media Processing
- Optimization
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Dhrumil,
This might not related to the encoder, decoder depends on file I/O involved or not. Since the decoder will have more data written to the file than encoder. The other factor related to the volume of the data, if you have decoded multiple stream at the same time vs the multiple stream for encoder.
Could you also give me the command line of your test?
You might check following test:
1. Use "sample_decode" and "sample_encode" without output by removing the "-o" argument.
2. Try to input multiple streams into the samples, if the sample doesn't allow to input multiple stream, you can try "sample_multi_transcode"
Mark
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Dhrumil,
This might not related to the encoder, decoder depends on file I/O involved or not. Since the decoder will have more data written to the file than encoder. The other factor related to the volume of the data, if you have decoded multiple stream at the same time vs the multiple stream for encoder.
Could you also give me the command line of your test?
You might check following test:
1. Use "sample_decode" and "sample_encode" without output by removing the "-o" argument.
2. Try to input multiple streams into the samples, if the sample doesn't allow to input multiple stream, you can try "sample_multi_transcode"
Mark
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page