All I want is to put some video to my server and play it in my application. I tried many of 3rd party applications to change video encoding. None of them works. Please, any ideas?
Asked
Active
Viewed 597 times
2 Answers
1
Had you tried FFMPEG library? you can use this library with android ndk for your application. try FFMPEG on Android, ffmpeg for a android (using tutorial: “ffmpeg and Android.mk”) and How to Build Android Applications Based on FFmpeg by An Example
For build ffmpeg How to Build FFmpeg for Android.

Community
- 1
- 1

user370305
- 108,599
- 23
- 164
- 151
-
Yes I tried, but I will try these examples. Actually, using Sothing Video Converter and then usign Mp4Box is working. But I don't want to use two different software to play a video. – Onuray Sahin Sep 15 '11 at 08:52
-
I think ffmpeg will worked, Bcoz in my case m able to play the file using FFMPEG. Thanks. – user370305 Sep 15 '11 at 08:54
-
Ok, for working purpose can you encode the videos on server after encoded it use it in your android application, I think its easiest way for you. And also you will find many video encoders for your server machine. Thanks. – user370305 Sep 15 '11 at 09:10
1
The only solution I found is using two software:
- First convert video to mp4 using
Sothink
by selectingMobile Phone Encoding
. - Then use
MP4Box
console application with-hint
.

Onuray Sahin
- 4,093
- 4
- 33
- 34