ffmpeginteropx / FFmpegInteropX

FFmpeg decoding library for Windows 10 UWP and WinUI 3 Apps
Apache License 2.0
210 stars 53 forks source link

Disable Terminal Escape Codes #362

Closed softworkz closed 1 year ago

softworkz commented 1 year ago

In case of build errors I had seen ANSI escape sequences in the output right before the transcript stopped:

INSTALL libavutil/avconfig.h
INSTALL libavutil/ffversion.h
INSTALL libavutil/libavutil.pc

**********************
Windows PowerShell transcript end
End time: 20230924082823
**********************

From this I got unsure whether there might be an issue with character encoding and whether the transcript might have been truncated.

This PR avoids those escape sequences.

lukasf commented 1 year ago

Thank you @softworkz, I also noticed these garbage characters and never knew where they came from.