- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
似乎我无法通过安装 ffmpeg 运行 libavcodec。我说“似乎”是因为我根据以下错误消息所做的搜索已经让我明白了这一点:
PHPVideoToolkit Error: Execute error. Output for file "
/home/clrock/public_html/drupal-7.14/sites/default/files/img/videos/original/StoryboardMovie.mp4
" was found, but the file contained no data. Please check the available codecs compiled with FFmpeg can support this type of conversion. You can check the encode decode availability by inspecting the output array fromPHPVideoToolkit::getFFmpegInfo()
.
/usr/local/bin/ffmpeg \
-i '/home/clrock/public_html/drupal-7.14/sites/default/files/img/videos/original/StoryboardMovie.mp4' \
-strict experimental -vcodec 'asv1' -s '640x480' -acodec 'aac' -ac '2' \
/tmp/1343067407-500d950fbd290.3gp
/usr/src/ffmpeg-0.7.12/libavcodec
中。 .
最佳答案
我只需要更改输出设置。对于网络:
vcodec=libvpx acodec=vorbis
vcodec=libx264 acodec=libmp3lame
关于FFmpeg/libavcodec 使用 PHPVideoToolkit 转换 asv1 失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11618629/
我正在尝试将 PHPVideoToolKit 集成到 Symfony2 中,以生成 prviews 一些视频。 直接从 PHP 运行我没有问题并且工作正常,但是在 Symfony2 中完全运行时,当他
当我尝试使用 PHPVideoToolkit 将视频转换为 flv 时我收到以下错误(getErrors() 方法的输出): Array( [0] => PHPVideoToolkit Erro
我已经安装了 ffmpeg,ffmpeg -codecs 返回了大量的编解码器。但是输出如下代码: $ffmpeg = $toolkit->getFFmpegInfo(FALSE);
我正在尝试执行这个 PHP 代码 exec("/root/bin/ffmpeg -version 2>&1", $output); print_r($output); 但总是输出返回权限被拒绝 Arr
似乎我无法通过安装 ffmpeg 运行 libavcodec。我说“似乎”是因为我根据以下错误消息所做的搜索已经让我明白了这一点: PHPVideoToolkit Error: Execute err
刚开始使用 PHPVideoToolkit,我正在寻找 MP3 并将其转换为视频。我想要一个图像作为音频播放的视频。 在 Google 代码页上 https://code.google.com/p/p
我是一名优秀的程序员,十分优秀!