Compress video in android using mp4parser - android

I was reading about the mp4Parser library on the internet and was unable to find any tutorial through which i can compress a video stored on the sdcard. All the tutorials links i find on the web gives a 404 error.
Any help is appreciated.

This might help you! Try using FFMpeg Library which is the best library for video compression!!!

Related

I am confused what ffmpeg file is in android

Please can anyone tell me the usages of ffmpeg file in android. Though I tried to browse but none of them satisfied me.
FFMPEG is library,it will used to decode and encode audio,video file , if you are streaming a video from your android application it will be used.

How i can convert video file to .mov file extension

I am developing an android application. In that I have to convert all the video files to '.mov' file extension. Is it possible to do in android app? Please guide me.
You can do this with the FFMPEG
here are some useful references:
http://writingminds.github.io/ffmpeg-android-java/
https://www.labnol.org/internet/useful-ffmpeg-commands/28490/
http://www.hongkiat.com/blog/ffmpeg-guide/
https://github.com/WritingMinds/ffmpeg-android-java
There is no native way to do this that I found but there are many conversion websites like this

How to compress video file before uploading to the server in Android?

I'm trying to upload video file (Captured/Selected from gallery) to the Server but currently it takes lot of time so, I want to compress the video file before uploading it to the server. I searched a lot but yet didn't find any acceptable solution. Please help. Thank you..
Try using "FFMPEG" library. You can find details at https://github.com/bramp/ffmpeg-cli-wrapper.
I found it not difficult to start with.

Compress audio (mp3,3gpp) file in android before uploading it to server?

Is their any library or any other method in android that could (lossless compression) compress audio files in android.
P.s. Please refer to a library that has good documentation bcoz I found ffmpeg but was not able to use it .
You can use this library, which uses ffmpeg but with a nice java interface:
https://github.com/WritingMinds/ffmpeg-android-java/blob/master/README.md

how to Create Video using Image And mp3 file?

I want to Create video using Image and mp3 or m4a file.
I try to use ffmpeg library but that library still not working for me.
I’m also try to use Media-codec and MediaMuxer.
if you have any new library or code then please suggest me.
Thanks in advance.

Categories

Resources