Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
JamesG269 opened this issue May 5, 2019 · 0 comments

Comments

@JamesG269
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant