stack5
stack5

Reputation: 430

Implementing vine like video recording in android?

I have implemented the video recorder with touch to start recording . But the process fails when it tries to record small videos of milliseconds . The app works fine but is not smooth as vine. Is there any third party api for video recorder that could work for me . Thanks ..

Upvotes: 4

Views: 804

Answers (1)

user2880229
user2880229

Reputation: 151

Vine uses a combination of JavaCV and FFMPEG. If you have a rooted device you will be able to find the ".so" files inside data/data/ folder.

Upvotes: 1

Related Questions