0

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?

Andrew Thompson
  • 168,117
  • 40
  • 217
  • 433
nasaa
  • 2,701
  • 8
  • 47
  • 76

1 Answers1

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