bytedeco / javacv

Java interface to OpenCV, FFmpeg, and more
Other
7.41k stars 1.57k forks source link

Obtain ffmpeg processing progress #2126

Open Code-Lonely opened 7 months ago

Code-Lonely commented 7 months ago

I used Javacv ffmpeg in Android, and I used the ffmpeg command to perform some time-consuming audio processing operations. I want to get the progress of the processing. Is there any method that can help me get the progress of the processing