Ricardo

Results 83 comments of Ricardo

I think this project has now been abandoned and may need forking. Its great and very little needs to be done to since last release but really there are a...

I have checked the latest ffmpeg source on GitHub and they still have the deprecated message there. I am on ffmpeg 2.1, I know that you say you have written...

Ive noticed an old pull request https://github.com/buggedcom/phpvideotoolkit-v2/pull/5 asking this to be changed to -qscale from -q, back then really they should have put -q:v

Use a 3rd party service like AWS Elastic Transcoder/Quencode etc. This app is an interface library for ffmpeg.

GPS in phones update at 1hz, so max you could log is 1 position per second. If you wanted higher it would need an external GPS adapter 5/10/20hz etc. But...

Manager app is latest from play store. Server release is latest source build jar with the updated Eelink Decoder.

https://drive.google.com/file/d/0B7Gftc42CL6WalYycmJvRGlUaTA/view?usp=drivesdk

I know how to debug chrome with remote console but not when WebView is within an app. Im guessing I need to build manager and attach debugger to a dev...

ApplicationInfo.FLAG_DEBUGGABLE https://developers.google.com/web/tools/chrome-devtools/remote-debugging/webviews You only allow it if the app manifest has android:debuggable = true. So ile have to build from source and try.