dwmkerr / dwmkerr/consolecontrol

Handling carriage return for programs that print updates in same place.

Open
#42 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
786
Forks
166
Avg merge
3d 23h
Merged PRs (30d)
1

Description

I have an app that runs FFMpeg to convert video/audio, FFMpeg prints status updates on top of themselves in cmd.exe (like "frame 9000" will be overwritten with "frame 9100" in the same place without a new line). When I send the output from the FFMpeg process to the consolecontrol it prints them after each other, so you get "frame 9000 frame 9100" etc. I tried scanning the output from FFMpeg for char(13) [carriage return] but it was not there, is there a way to accomplish the same output for this as a cmd.exe window?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.