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

how to runn ffmpeg command #149

Open
shanuka opened this issue Mar 19, 2016 · 1 comment
Open

how to runn ffmpeg command #149

shanuka opened this issue Mar 19, 2016 · 1 comment

Comments

@shanuka
Copy link

shanuka commented Mar 19, 2016

like

ffmpeg -i input1.mp4 -i input2.mp4 -filter_complex \
'[0:v]pad=iw*2:ih[int];[int][1:v]overlay=W/2:0[vid]' \
-map [vid] -c:v libx264 -crf 23 -preset veryfast output.mp4

@jacek-marchwicki
Copy link
Member

This isn't possible with this library because ffmpeg command is not build. This is player not converter. Probably you can find other projects on github that trying to solve your problem.

You probably can change a code in build_android.sh
https://github.com/appunite/AndroidFFmpeg/blob/master/library-jni/jni/build_android.sh
there is a line --disable-ffmpeg
Probably if you remove it ffmpeg command will build build, but I can not say for 100%

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