You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: