ffmpeg-cli-wrapper icon indicating copy to clipboard operation
ffmpeg-cli-wrapper copied to clipboard

Progress doesn't support `out_time_us`

Open jsyrjala opened this issue 6 years ago • 0 comments
trafficstars

Describe the bug

When using ffmpeg 4.1 and ProgressListener the following line gets logged a lot

2018-12-19 16:52:28,759 [TcpProgressParser(tcp://127.0.0.1:34256)] WARN net.bramp.ffmpeg.progress.Progress - skipping unhandled key: out_time_us = 37909333

Related code is here: https://github.com/bramp/ffmpeg-cli-wrapper/blob/master/src/main/java/net/bramp/ffmpeg/progress/Progress.java#L194

Parsing the progress seems to work, just that it keeps logging that warning. The exact same code works without warnings with ffmpeg 3.3.

Probably ffmpeg added the key out_time_us to its output in some recent version.

Version (if applicable):

  • OS: Linux
  • Java Version 11

jsyrjala avatar Dec 19 '18 18:12 jsyrjala