Closed nstanger closed 8 years ago
Issue by nstanger Monday Aug 22, 2016 at 03:04 GMT Originally opened as https://github.com/Otago-InfoSci-Database/Tools/issues/18
See http://stackoverflow.com/questions/7632589/getting-realtime-output-from-ffmpeg-to-be-used-in-progress-bar-pyqt4-stdout for a possibility. Extract the elapsed time and divide by the total duration for percentage progress.
Comment by nstanger Monday Aug 22, 2016 at 03:07 GMT
Could add a --progress option to control.
--progress
Comment by nstanger Monday Aug 22, 2016 at 03:30 GMT
Also check out https://github.com/verigak/progress/ (not in MacPorts, but progressbar is—may be outdated?).
progressbar
Issue by nstanger Monday Aug 22, 2016 at 03:04 GMT Originally opened as https://github.com/Otago-InfoSci-Database/Tools/issues/18
See http://stackoverflow.com/questions/7632589/getting-realtime-output-from-ffmpeg-to-be-used-in-progress-bar-pyqt4-stdout for a possibility. Extract the elapsed time and divide by the total duration for percentage progress.