Is there a way I can get the FFMPEG progress bar like this ffmpeg-progress bar in java or at least use the script shown in the link to work in my Java file?
Asked
Active
Viewed 1,144 times
0
-
You can refer this [link](http://stackoverflow.com/a/43087690/1759327) but its for Android – dastan Mar 29 '17 at 08:07
1 Answers
0
You can use the BSD-licensed JLine library to enable advanced console features. The class jline.Terminal
allows you to clear and re-draw the current line of text.

Barend
- 17,296
- 2
- 61
- 80