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

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -