ffmpeg编码错误

发布于 2024-10-31 14:02:47 字数 1640 浏览 1 评论 0原文

我刚刚使用以下链接在我的 centOS 服务器上安装了 ffmpeg: http://www.ultratechhost.com/forums/thread-122.html ->方法 1\

phpinfo() 报告 ffmpeg 已成功安装,我还在 phpinfo 中看到了 ffmpeg 部分。

但是当我尝试编码时出现错误。请尝试阐明问题所在以及解决方案。

命令及错误如下:

ffmpeg -i greenlantern.mov green1.flv

FFmpeg 版本 0.6.1,版权所有 (c) 2000-2010 FFmpeg 开发人员

构建于 2010 年 12 月 4 日 15:35:31,使用 gcc 4.1.2 20080704 (Red Hat 4.1.2-48)
配置: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64 --mandir=/usr/share/man --incdir=/usr/include --disable-avisynth --extra -cflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC' --enable-avfilter --enable-avfilter-lavf --enable-libdirac --enable-libfaac --enable-libfaad --enable-libfaadbin --enable-libgsm --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore- amrwb --enable-libx264 --enable-gpl --enable-nonfree --enable-postproc --enable-pthreads --enable-shared --enable-swscale --enable-vdpau --enable-version3 --enable- x11grab

libavutil 50.15。 1 / 50.15。 1
libavcodec 52.72。 2 / 52.72。 2
libav 格式 52.64。 2 / 52.64。 2
libavdevice 52.2.0 / 52.2.0
libavfilter 1.19。 0 / 1.19。 0
libswscale 0.11。 0 / 0.11。 0
libpostproc 51.2.0 / 51.2.0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x1ea4e8b0]根据比特率估计持续时间,这可能不准确
输入 #0, mov,mp4,m4a,3gp,3g2,mj2, 来自 'greenlantern.mov':
时长:N/A,比特率:N/A
输出 #0, flv, 到 'green1.flv':
输出文件 #0 不包含任何流

I have just finished installing ffmpeg on my centOS server using the below link:
http://www.ultratechhost.com/forums/thread-122.html -> Method 1\

phpinfo() reports that ffmpeg has been successfully installed and i also see the ffmpeg section in phpinfo.

But when I try to encode I get an error. Please try and shed some light what the problem is and what the solution could be.

The command and the error is as follows:

ffmpeg -i greenlantern.mov green1.flv

FFmpeg version 0.6.1, Copyright (c) 2000-2010 the FFmpeg developers

built on Dec 4 2010 15:35:31 with gcc 4.1.2 20080704 (Red Hat 4.1.2-48)
configuration: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64 --mandir=/usr/share/man --incdir=/usr/include --disable-avisynth --extra-cflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC' --enable-avfilter --enable-avfilter-lavf --enable-libdirac --enable-libfaac --enable-libfaad --enable-libfaadbin --enable-libgsm --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libx264 --enable-gpl --enable-nonfree --enable-postproc --enable-pthreads --enable-shared --enable-swscale --enable-vdpau --enable-version3 --enable-x11grab

libavutil 50.15. 1 / 50.15. 1
libavcodec 52.72. 2 / 52.72. 2
libavformat 52.64. 2 / 52.64. 2
libavdevice 52. 2. 0 / 52. 2. 0
libavfilter 1.19. 0 / 1.19. 0
libswscale 0.11. 0 / 0.11. 0
libpostproc 51. 2. 0 / 51. 2. 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x1ea4e8b0]Estimating duration from bitrate, this may be inaccurate
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'greenlantern.mov':
Duration: N/A, bitrate: N/A
Output #0, flv, to 'green1.flv':
Output file #0 does not contain any stream

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

遗失的美好 2024-11-07 14:02:47

该文件是否受到 DRM 保护?如果是这样,转换可能不起作用。

看起来这是文件的问题,而不是 ffmpeg 的问题。

Is this file DRM protected by any chance? If so, converting probably won't work.

It looks like this is a problem with the file, rather than a problem with ffmpeg.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文