Ankit Batra

Results 11 comments of Ankit Batra

I am also facing the same issue even with P2P_STAR topology. The transfer always happens at bluetooth speed between my Lenovo K6 Power and Motorola E2.

I am also facing the same issue. Is there any fix available for this?

Attaching screenshot of encoded gif: ![screenshot_20160715-000345](https://cloud.githubusercontent.com/assets/7021351/16851080/843bff8a-4a1f-11e6-8c96-7d660eddf513.png)

There you go! ![temp](https://cloud.githubusercontent.com/assets/7021351/16902118/c0648d60-4c72-11e6-996b-9b19f4a10970.gif)

Thanks for pointing it out. Indeed I was using the wrong size. I corrected that up and it's working all fine now. I tried it out with 2 images and...

> Just wait until compression is finished and than open the video file compressed. You can see that compression file mp4 on device even if compression hasn't finished yet. That's...

I am using [my own ](https://github.com/ankitbatra11/VideoCompressor) fork of [this](https://github.com/fishwjy/VideoCompressor) video compressor which also provides a progress listener. ``` VIDEO_COMPRESSOR_VERSION = 1.0.3 implementation group: 'com.github.ankitbatra11', name: 'VideoCompressor', version: VIDEO_COMPRESSOR_VERSION ```

> Hello @ankitbatra11 > I have added implementation 'com.github.ankitbatra11:VideoCompressor:1.0.3' > I have the following error: > Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve com.github.ankitbatra11:VideoCompressor:1.0.3 > Any suggestions? You...

> @ankitbatra11 Hello. It is still showing the same error. It is a hassle to implement compression on android. What to do? Can you paste your root `build.gradle` file?