freac icon indicating copy to clipboard operation
freac copied to clipboard

Show progress when converting using freaccmd

Open kittenswolf opened this issue 2 years ago • 2 comments

Is your feature request related to a problem? Please describe. It's currently not possible to know how far conversion has progressed when using freaccmd. This is a problem especially when converting larger files.

Describe the solution you'd like I would appreciate a progress report with a percentage like so:

kittenswolf:~$ freaccmd -e fdkaac -o input.aac sample.opus
Processing file: sample.opus...  1%

...

kittenswolf:~$ freaccmd -e fdkaac -o input.aac sample.opus
Processing file: sample.opus...  56%

and when it's done:

kittenswolf:~$ freaccmd -e fdkaac -o input.aac sample.opus
Processing file: sample.opus...  100%

Describe alternatives you've considered N/A

Additional context I'm aware there is progress feedback since there is a live progress bar in the GUI, but I don't know how hard this would be to implement in the CLI tool.

kittenswolf avatar May 15 '22 19:05 kittenswolf

This would be very useful for me too, upvoted!

ugljesas avatar Jun 30 '22 14:06 ugljesas

+1 Came here to request this feature and saw that there already is a ticket for it.

tucano42 avatar Oct 07 '22 18:10 tucano42