We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
This is not a issue regarding the library. Look at the ffmpeg documentation - https://ffmpeg.org/ffmpeg.html
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: