android - How to compress video captured by a codenameone application -
i'm working on application uses codenameone's capture function capture video , sends video server. need able compress video, on device, before sending server. i've considered using ffmpeg compress video lowering bit rate , sizing of video, doesn't there's functionality within codenameone's api implement ffmpeg. have idea how might able implement ffmpeg in application or (even better) if there's way use codenameone's api compress video without having use 3rd party libraries?
thanks!
running ffmpeg on device not idea, grind device performance halt , sap battery power completely.
you should able integrate though using native interfaces http://www.codenameone.com/how-do-i---access-native-device-functionality-invoke-native-interfaces.html
Comments
Post a Comment