-
Notifications
You must be signed in to change notification settings - Fork 15
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
Show Progress #24
Comments
That's awesome!
Can you send a PR for ffmpeg4. 0 integration?
Though I haven't got time to implement this, the best way is to redirect
console output (printfs) to a buffer that can be read on java.
…On Wed, 30 May 2018, 18:21 karthikveenam, ***@***.***> wrote:
Hey, after making many chances to your guide on building ffmpeg for
android, I have finally succeeded in building ffmpeg 4.0 for android.
Is there any way that i can get progress of the command that is executing?
It can be anything like number of frames executed or timestamp.
Thanks in advance.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#24>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ACA3FcCmvrfSnx9FJoGjY9S_efz7ZlEMks5t3pXJgaJpZM4UTNtA>
.
|
Sure, I'll definitely send a PR, but for now everthing's fine but is there any way i can at least know that the command finished executing? |
The run() returns only after execution of the command completes
…On Thu, 31 May 2018, 14:42 karthikveenam, ***@***.***> wrote:
Sure, I'll definitely send a PR, but for now everthing's fine but is there
any way i can at least know that the command finished executing?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#24 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACA3FYHIyGkwXoKtzLNbKopI0fKyNHBAks5t37QJgaJpZM4UTNtA>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, after making many chances to your guide on building ffmpeg for android, I have finally succeeded in building ffmpeg 4.0 for android.
Is there any way that i can get progress of the command that is executing? It can be anything like number of frames executed or timestamp.
Thanks in advance.
The text was updated successfully, but these errors were encountered: