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

Help me writing .cpp and .h file to run any ffmpeg command from .java file #94

Open
rajeshkumar114433 opened this issue Jul 9, 2024 · 0 comments

Comments

@rajeshkumar114433
Copy link

Hi,
Actually I have followed the documents and successfully generated output files.
Please help me writing .cpp and .h file (JNI method) that can take any ffmpeg commands from java class. For example array of this command
ffmpeg -y -I input.mp4 -codec copy -sn -hls_list_size 0 -f hls output.m3u8
and can return output as 0 if success and other integer value if failed.

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

1 participant