- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
更新:
尝试了 Neckbeard 推荐的命令:
ffmpeg -analyzeduration 10M -probesize 10M -i Webpfile.webp -c:v libx264 output.mp4
User-macbookpro:~ User$ ffmpeg -analyzeduration 10M -probesize 10M -i Webpfile.webp -c:v libx264 output.mp4
ffmpeg version 3.4 Copyright (c) 2000-2017 the FFmpeg developers
built with Apple LLVM version 9.0.0 (clang-900.0.38)
configuration: --prefix=/usr/local/Cellar/ffmpeg/3.4 --enable-shared --enable-pthreads --enable-version3 --enable-hardcoded-tables --enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-gpl --enable-libass --enable-libfdk-aac --enable-libmp3lame --enable-libopenh264 --enable-libopus --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-opencl --enable-videotoolbox --disable-lzma --enable-libopenjpeg --disable-decoder=jpeg2000 --extra-cflags=-I/usr/local/Cellar/openjpeg/2.3.0/include/openjpeg-2.3 --enable-nonfree
libavutil 55. 78.100 / 55. 78.100
libavcodec 57.107.100 / 57.107.100
libavformat 57. 83.100 / 57. 83.100
libavdevice 57. 10.100 / 57. 10.100
libavfilter 6.107.100 / 6.107.100
libavresample 3. 7. 0 / 3. 7. 0
libswscale 4. 8.100 / 4. 8.100
libswresample 2. 9.100 / 2. 9.100
libpostproc 54. 7.100 / 54. 7.100
[webp @ 0x7f9920811000] skipping unsupported chunk: ANIM
[webp @ 0x7f9920811000] skipping unsupported chunk: ANMF
Last message repeated 14 times
[webp @ 0x7f9920811000] image data not found
[webp_pipe @ 0x7f9920000e00] decoding for stream 0 failed
[webp_pipe @ 0x7f9920000e00] Could not find codec parameters for stream 0 (Video: webp, none): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
Input #0, webp_pipe, from 'webpfile.webp':
Duration: N/A, bitrate: N/A
Stream #0:0: Video: webp, none, 25 tbr, 25 tbn, 25 tbc
File 'output.mp4' already exists. Overwrite ? [y/N] y
Stream mapping:
Stream #0:0 -> #0:0 (webp (native) -> h264 (libx264))
Press [q] to stop, [?] for help
[webp @ 0x7f9920005e00] skipping unsupported chunk: ANIM
[webp @ 0x7f9920005e00] skipping unsupported chunk: ANMF
Last message repeated 14 times
[webp @ 0x7f9920005e00] image data not found
Error while decoding stream #0:0: Invalid data found when processing input
Finishing stream 0:0 without any data written to it.
Nothing was written into output file 0 (output.mp4), because at least one of its streams received no packets.
frame= 0 fps=0.0 q=0.0 Lsize= 0kB time=-577014:32:22.77 bitrate= -0.0kbits/s speed=N/A
video:0kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown
Output file is empty, nothing was encoded (check -ss / -t / -frames parameters if used)
Conversion failed!
Nothing was written into output file 0 (output.mp4), because at least one of its streams received no packets.
ffmpeg -i webpfile.webp -c:v libx264 output.mp4
Skipping unsupported chunk: ANIM
Skipping unsupported chunk: ANMF
Could not find codec parameters for stream 0 (Video: webp, none): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
最佳答案
根据这张 FFmpeg 票证,尚不支持解码动画 webp 文件。
https://trac.ffmpeg.org/ticket/4907
Currently, FFmpeg can encode animated WebPs, but cannot decode them, which is inconvenient for users.
Decoding animated WebPs right now generates "image data not found error" due to "unsupported chunk": https://github.com/FFmpeg/FFmpeg/blob/master/libavcodec/webp.c#L1504
关于ffmpeg - 尝试从 webp 转换为 mp4 时找不到图像数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51029949/
看到 WebP 图片惊人的缩小(比无损 + alpha 图片的“pngcrushed”PNG 小约 28%),我们希望将 WebP 图片提供给支持 WebP 的浏览器。 如果客户端浏览器支持 WebP
我正在尝试使用 imagemin-webp 而不是使用 将多个 PNG 和 JPG 文件转换为 WebP cwebp 一次转换一个,但由于某种原因它不起作用。 到目前为止我所做的一切: 1- 我安装了
如何将一堆png或webp图片转成webp动画? 我试过了: convert mytiles.png -crop 100x100 +repage tmp.webp 但我只是得到一堆 webp 图像而不
我有这张图片(我在 SGS 9 plus 上拍摄的照片):Uncompressed JPG image .它的大小为 4032 x 3024,重量为 大约 3MB .我用 TinyJPG Compre
此命令将 PNG 序列转换为 JPG 序列:ffmpeg -i in/%8d.png out/%8d.jpg但是,当对 WEBP 使用相同的命令时:ffmpeg -i in/%8d.png out/%
有什么方法可以使用 filepond 将任何图像转换为 webp? 这是我的代码: import vueFilePond, { setOptions } from 'vue-filepond' //
我正在使用 标记以设置具有 WebP 支持的响应式图像。 我正在提取同时具有 .web 的桌面图像和移动图像 URL和 .jpg文件。 对于每种媒体,我给出 .webp版本和 .jpg版本。 我期望的
我的最终目标是检测浏览器是否能够显示 webp 图像。如果是,则将页面上的所有图像替换为其 webp 等效项(位于同一目录中,名称相同,只是扩展名不同) 目前我有一个脚本可以成功检测浏览器是否能够显示
我一直在为网站处理图像,发现 .webp 格式比 .jpeg 或 .png 更紧凑> 在 Docs 上找到更多信息. 现在我有一个包含近 25 张图像的文件夹,我想将所有图像转换为 .webp 格式。
我试图让我的网站更快,但发现将 jpg 和 png 转换为 webp 可能会有所不同,所以我想复制主题目录中的所有图像,包括不同文件夹中子目录中的图像,但保持原始目录流. 在谷歌上搜索后,我在这个网站
我有一个从原始 AR Stickers APK 中提取的动画 webp 文件我想在我的应用程序中显示,以便在 ARCore 中加入。看起来我可以轻松地将 webp 文件的第一帧加载到 ImageVie
我正在看官方WebP lossless bitstream spec.我有一种感觉,该文件缺少一些解释。 让我描述一下规范的一些片段: 1。简介-清晰 2。 Riff header - 清晰 3。转换
我在互联网上搜索了很多,但在网上找不到合适的例子或完整的教程,可以完整教授。所以大家请给我一些好的例子。 我已经在很多地方或网站上尝试过 WEBP 代码,例如与 modernizer 一起使用、检查浏
我查看了 Azure 中的以下文档 ( https://docs.azure.cn/en-us/cdn/cdn-image-processing ),不确定我是否正确阅读。我的问题是,我希望提供从 c
是否有任何工具或脚本可以批量转换动画 webp 图像? 我想从我的动画 webp 图像创建动画缩略图: 调整图像大小 降低质量(有损压缩) 降低帧率 我尝试了 ImageMagick 之类的工具,但它
我想做的事: 我想使用 Flutter 的 CameraController 录制视频,该视频的持续时间与动画 webp 相同。在我的屏幕上方,动画 webp 正在播放,下方有一个 CameraPre
我正在使用如下代码: 我希望的是,当某些版本的 Safari 浏览器不支持 Webp 图像格式时,根据媒体查询回退到以下来源,而不是直接回退到 "
我的 Django 项目应用程序中有上传图像的服务,我需要将所有图像转换为 webp,以优化前端对这些文件的进一步处理。 _convert_to_webp 方法草案: # imports from p
我已经使用以下代码更新了 WordPress 以允许 WebP 上传, function webp_upload_mimes( $existing_mimes ) { $existing_mi
很难找到一个可以查看 WEBP 图像的应用程序。因此,当您将其下载到硬盘时,将其下载为更常见的格式(例如 JPEG 或 PNG)可能会更方便。 那么有没有一种简单的方法可以将 WEBP 保存为更好的文
我是一名优秀的程序员,十分优秀!