Onuray Sahin
Onuray Sahin

Reputation: 4135

Video Encoding Problem

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?

Upvotes: 2

Views: 662

Answers (2)

Onuray Sahin
Onuray Sahin

Reputation: 4135

The only solution I found is using two software:

  • First convert video to mp4 using Sothink by selecting Mobile Phone Encoding.
  • Then use MP4Box console application with -hint.

Upvotes: 1

user370305
user370305

Reputation: 109257

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.

Upvotes: 1

Related Questions