Replies: 3 comments 1 reply
-
|
Hi Renate, |
Beta Was this translation helpful? Give feedback.
-
|
Hi Renate, I finally found some time to update the sample 3 with your changes. Thanks, Tony. |
Beta Was this translation helpful? Give feedback.
-
|
The getstatistics issue has been solved. Record alignment should be 8 for both 32bit and 64bit compilers. Regards Tony. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, Tony,
I don't know whether you've read my answer to your (>year old (shame on me)) discussion item on my repo, here it goes again:
You made some very interesting changes to my classes some of which I'll incorporate into my project if you permit. Replacing the sleep with the ThreadMessages thing is a good step. The audio things look very interesting, but I don't see them fully working yet. The video quality is very bad on my machine, so I have tried to improve this with very good results, I think, see attached video. It has been rendered with a mere quality of 60.
What I've done so far:
Reintroduced hardware encoding
Reintroduced quality based VBR encoding
Limited the total number of threads we spawn plus the threads the encoder spawns to the processorcount.
Introduced some precisely timed sleeps to further give some time slots to the encoder.
H264 and H265 do support encoding attributes, I just put them into the wrong place. They need to be passed as attributes of the input mediatype.
Rather than doing a pull request I would like to attach the changed project here, then you can decide what to do with it. I'm really trying to keep your coding format :)
What do you think?
Appreciate your work and ideas.
Renate
Example_H265.mp4
Beta Was this translation helpful? Give feedback.
All reactions