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
作者你好,你给出的convertAlphaVideo脚本在Windows11 系统下运行会报错
print ("args.zip: ", args.zip)
The text was updated successfully, but these errors were encountered:
第二个问题举个例子 将 command = "convert {} -background black -alpha remove {}".format(imageSrc, imageDst) 改为 command = "magick convert {} -background black -alpha remove {}".format(imageSrc, imageDst) 小提示:原代码有三处要改
command = "convert {} -background black -alpha remove {}".format(imageSrc, imageDst)
command = "magick convert {} -background black -alpha remove {}".format(imageSrc, imageDst)
Sorry, something went wrong.
再加一个: 将 ffmpeg -r {} -i {}%05d.jpg -vcodec libx264 -pix_fmt yuv420p -b {}k {} 调整为 ffmpeg -r {} -i {}output_%04d.jpg -vcodec libx264 -pix_fmt yuv420p -b {}k {}
ffmpeg -r {} -i {}%05d.jpg -vcodec libx264 -pix_fmt yuv420p -b {}k {}
ffmpeg -r {} -i {}output_%04d.jpg -vcodec libx264 -pix_fmt yuv420p -b {}k {}
No branches or pull requests
作者你好,你给出的convertAlphaVideo脚本在Windows11 系统下运行会报错
print ("args.zip: ", args.zip)
The text was updated successfully, but these errors were encountered: