This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
我再次对此进行了测试,发现我需要:
然后,您需要按照源构建的剩余说明来源:
I tested this again and found I needed:
Then you need to follow the remainder of the instructions to build from source:
假设您已安装了FFMPEG,FFMPEG对我来说非常有效,这是许多视频播放器和转换器应用程序的基础。如果不是:
在Ubuntu和许多/其他大多数。
- BOB HARPER
我脚本脚本修复了许多WebP ...
---壳牌代码--------------------------------------------
用于 *.webp中的文件; 完成
在 *.webp中为
文件 ;完成
了,
如果需要,请添加更多...
The ffmpeg worked perfectly for me, assuming you have ffmpeg installed, which is the basis of a lot of video players and converter apps. If not:
on ubuntu and many/most others.
--Bob Harper
I scripted it to fix many webp's at one time...
---shell-code----------------------------------
for file in *.webp; do
done
for file in *.WEBP; do
done
ADD more if needed...