Standard escape codes are prefixed with Escape:
- Ctrl-Key:
^[ - Octal:
\033 - Unicode:
\u001b - Hexadecimal:
\x1B - Decimal:
27
This is now outdated. Beginning with Mesa-24.2 support for low-latency is now included out of the box.
See here: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30039
As of this writing (2024-05), VA-API has no support for AMD's low-latency encoding mode. This is problematic for ultra low-latency applications like realtime game-streaming as implemented by Sunshine.
| #!/usr/bin/env python | |
| # sympype.py 0.0.2 (2022-03-19) | |
| ############################### | |
| # This script is intended to be used as a "pipe filter" in | |
| # Vim or VSCode with Vim Extension. Suppose the LaTeX file | |
| # I'm editing has an algebra exercise consisting of expressions | |
| # that are to be simplified: | |
| # | |
| # \item $\frac{x^2-9}{x+3}$ |