Guest lunario Posted August 10, 2012 Report Posted August 10, 2012 maybe this already covered but I saw this http://stackoverflow.com/questions/11432729/replacing-the-standard-android-h264-software-encoder-with-an-ffmpeg-based-one then in there I saw this too http://omxil.sourceforge.net/ and http://limoa.sourceforge.net/. maybe someone can be make this work to get hq you tube on arm6
Guest Rdogg112 Posted August 10, 2012 Report Posted August 10, 2012 It can probably be done, "OMX" itself isn't a library, it's a specification like OpenGL, OpenCL, Open*, they have to be implemented by whoever wants to use them, I even contacted Khronos, the guys who make the specification and they stated that Android(Google/Manufacturers) need's to do it, not them since they just specify the standards.
Guest lunario Posted August 10, 2012 Report Posted August 10, 2012 yes I know but its more like replacing omx for ffmpeg to achieve the same effect without relying on qualcom or others
Guest Rdogg112 Posted August 10, 2012 Report Posted August 10, 2012 Yeah, but We'd have to modify the apps themselves for that, because ffmpeg doesn't have the same methods/functions as a OMX API, so it would require some work, but it could be done ;).
Guest TehStalker Posted August 11, 2012 Report Posted August 11, 2012 From the information available I have gathered that the problem is that the necessary proprietary libraries needed for hardware acceleration are note working anymore due to changes in recent versions of android. The magic is done by a certain processor called QDSP5, and the specifications for this one are not publicly available. Therefore, porting anything over to the blade and using this processor will be very hard. Is this correct or am I completely wrong? If this is correct however, what happens if you revert/modify the Android code that changed between 2.3 and 4.0 that made the libraries not work anymore? Would this not work for any special reasons? Certain issues might occur, but could you in theory wedge in 2.3 video code and perhaps an 2.3 youtube .apk? Everything I have written might be complete nonsense, so sorry, but I am curious.
Guest t0mm13b Posted August 17, 2012 Report Posted August 17, 2012 From the information available I have gathered that the problem is that the necessary proprietary libraries needed for hardware acceleration are note working anymore due to changes in recent versions of android. The magic is done by a certain processor called QDSP5, and the specifications for this one are not publicly available. Therefore, porting anything over to the blade and using this processor will be very hard. Is this correct or am I completely wrong? If this is correct however, what happens if you revert/modify the Android code that changed between 2.3 and 4.0 that made the libraries not work anymore? Would this not work for any special reasons? Certain issues might occur, but could you in theory wedge in 2.3 video code and perhaps an 2.3 youtube .apk? Everything I have written might be complete nonsense, so sorry, but I am curious. The OMX libs are proprietary to Qualcomm for the ARMv6 chipset, perhaps its a licensing issue, so it would be no-go!
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now