Click here to Skip to main content
15,901,426 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

Is everybody know how to add effect into mp4 file in Android Studio?
Maybe extract mp4 into jpg pictures, and insert image or shapes into jpg pictures, and then convert it back into mp4?

Is there any android library for my case?

Thank you.
Posted

1 solution

Dear friend,

Best way to get effects in a mp4 is to not use android studio for this.
You can better use a movie editor and make here your changes in the mp4 file and use that into your project.

You can use something like adobe premiere or another movie editor which you like.
If the idee is to change the mp4 with code like a recorded movie take a look at this:

It's not that easy take a look at this app:

http://forums.androidcentral.com/android-apps/268876-android-studio-complete-video-editing-app.html[^]

If there are some simulair functions use a decompiler to check the source of there app to get some idees. Its A lot work to edit it inside your Android application. Think to write this takes over 50+ hours.
http://www.decompileandroid.com/[^]


If you only want to be able to show this in your application there is a simple fix.
Create a streamer in your application:

[^]

Than add a effect above the player.

[^]

Else you need to create this by your own ther no options inside the android studio to do this.
 
Share this answer
 
v5
Comments
Edwin Syarief 16-Oct-15 11:12am    
Thank you very much for the answer. It helps me a lot.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900