INDExOS/media-for-mobile

Video transcoding Error

SachinYedle opened this issue · 4 comments

Hi
I using this library for video transcoding only.
It is working fine with captured videos.
But I tried with youtube video of size 6.7 MB,
after transcoding its size became 28 MB.
Not getting how??

Did you able to record video with no error?
I have got some issue after record the video it plays very fast i don't know and did not find the issue

Can you please guide me what would be the video rate to solve this issue?

videoMimeType = "video/avc";
videoBitRateInKBytes = 400;
videoFrameRate = 30;

videoIFrameInterval = 1;

audioMimeType = "audio/mp4a-latm";

audioBitRate = 96 * 1024;