Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Watermark over video #25

Open
jitendar7 opened this issue May 31, 2018 · 1 comment
Open

Adding Watermark over video #25

jitendar7 opened this issue May 31, 2018 · 1 comment

Comments

@jitendar7
Copy link

jitendar7 commented May 31, 2018

Hi,

I'm trying to add watermark over a video.
Below is the command i'm using

String[] temp = new String[]{
"-y",
"-i",
"/storage/emulated/0/Download/input.mp4",
"-i",
"/storage/emulated/0/Download/watermark.png",
"-filter_complex",
"\"overlay=10:10\"",
"/storage/emulated/0/Download/output.mp4"
};

Controller.getInstance().run(temp);

I get the below logs, i'm clueless what went wrong

05-31 11:09:01.918 14533-17872/com.test.app I/Videokit: start run in main.
register_exit
05-31 11:09:01.954 14533-17872/com.test.app I/Videokit: term_init & parse options.
05-31 11:09:02.179 14533-17872/com.test.app D/Videokit: ERROR OCCURED

Can you please point me in the right direction.

@HBiSoft
Copy link

HBiSoft commented Jun 15, 2018

This is not a issue regarding the library. Look at the ffmpeg documentation - https://ffmpeg.org/ffmpeg.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants