pag文件转换错误 #3486
Answered
by
CodeJhF
xxz-031030
asked this question in
General
pag文件转换错误
#3486
Replies: 1 comment
|
您遇到的这个问题应该转换工具中的H264EncoderTools没有执行权限导致的,您可以在转换之前先运行如下命令为H264EncoderTools添加执行权限: |
0 replies
Answer selected by
CodeJhF
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

您遇到的这个问题应该转换工具中的H264EncoderTools没有执行权限导致的,您可以在转换之前先运行如下命令为H264EncoderTools添加执行权限:
chmod +x /Users/sun/Desktop/mac/input/../H264EncoderTools/H264EncoderTools如果您放置工具的路径发生了变化,命令也需要调整下。