FFMS / ffms2

An FFmpeg based source library and Avisynth/VapourSynth plugin for easy frame accurate access
Other
579 stars 105 forks source link

[ffmsindex] Progress info is overwritten by later messages #274

Closed Coacher closed 7 years ago

Coacher commented 7 years ago

Hello.

If I do ffmsindex <FILE>, I get the output:

Writing index... done... 100%

If I do ffmsindex -c -k <FILE>, I get the output:

Writing timecodes... done.00%
Writing keyframes... done.
Writing index... done.

Note that in both cases progress info (Indexing, please wait... XX%) is overwritten, which results in semi-meaningful output esp. in the second case.

Please fix ffmsindex to keep progress info and Writing ... messages on separate lines.

myrsloik commented 7 years ago

OS? FFMS2 version?

Coacher commented 7 years ago

OS Gentoo amd64. FFMS2-2.23.

myrsloik commented 7 years ago

Fixed in ffms2000 branch