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
类似地,在电脑上可以加双引号、单引号或转义符解决 如:
ffmpeg -y -i "IMG_0946 (1).mov" -vcodec copy -acodec copy 1111.mp4 ffmpeg -y -i 'IMG_0946 (1).mov' -vcodec copy -acodec copy 1111.mp4 ffmpeg -y -i IMG_0946\ (1).mov -vcodec copy -acodec copy 1111.mp4
但在手机上:
单双引号和转义符均被空格截断,导致提示文件IMG_0946 No such file or directory。
IMG_0946
我猜可能是jni层需要修改下,期待解决,谢谢
The text was updated successfully, but these errors were encountered:
类似地,在电脑上可以加双引号、单引号或转义符解决 如: ffmpeg -y -i "IMG_0946 (1).mov" -vcodec copy -acodec copy 1111.mp4 ffmpeg -y -i 'IMG_0946 (1).mov' -vcodec copy -acodec copy 1111.mp4 ffmpeg -y -i IMG_0946\ (1).mov -vcodec copy -acodec copy 1111.mp4 但在手机上: 单双引号和转义符均被空格截断,导致提示文件IMG_0946 No such file or directory。 我猜可能是jni层需要修改下,期待解决,谢谢
好的,感谢反馈
Sorry, something went wrong.
还没解决吗。。。
在1.3.0版本已修复
No branches or pull requests
类似地,在电脑上可以加双引号、单引号或转义符解决
如:
但在手机上:
单双引号和转义符均被空格截断,导致提示文件
IMG_0946
No such file or directory。我猜可能是jni层需要修改下,期待解决,谢谢
The text was updated successfully, but these errors were encountered: