We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Windows
0.9.21
图片显示报错:
源码: graph LR A[原始HDR信号] --> B[基础层编码] B --> C[SDR兼容层] A --> D[动态元数据提取] D --> E[增强层编码] C + E --> F{双层视频文件}
graph LR A[原始HDR信号] --> B[基础层编码] B --> C[SDR兼容层] A --> D[动态元数据提取] D --> E[增强层编码] C + E --> F{双层视频文件}
正常显示图片。
No response
The text was updated successfully, but these errors were encountered:
是最后一行通过+表示多个节点连接的语法不受支持。报错信息为
Error: Error: Parse error on line 6: ...--> E[增强层编码] C + E --> F{双层视频文件} ----------------------^ Expecting 'SEMI', 'NEWLINE', 'EOF', 'AMP', 'START_LINK', 'LINK', got 'NODE_STRING'
修改后的代码为
graph LR A[原始HDR信号] --> B[基础层编码] B --> C[SDR兼容层] A --> D[动态元数据提取] D --> E[增强层编码] C --> F{双层视频文件} E --> F
Sorry, something went wrong.
确实非常容易出现语法错误;
No branches or pull requests
Issue 检查清单
平台
Windows
版本
0.9.21
错误描述
图片显示报错:
源码:
graph LR A[原始HDR信号] --> B[基础层编码] B --> C[SDR兼容层] A --> D[动态元数据提取] D --> E[增强层编码] C + E --> F{双层视频文件}
重现步骤
预期行为
正常显示图片。
相关日志输出
附加信息
No response
The text was updated successfully, but these errors were encountered: