- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在我自己的运行 Aegir 和 Nginx 的 vps 上使用带有 ffmpeg 的 Drupal 7 中的 audioconverter 模块和 audiorecorderfield 模块。 audioconverter 模块已停止将 wav 文件转换为 mp3。这是错误;
Warning: passthru() has been disabled for security reasons in _audioconverter_scheduler_ffmpeg_helper() (line 358 of /mysite/drupal-7.16/sites/all/modules/audioconverter/audioconverter.module).
MESSAGE: executing: /usr/bin/ffmpeg -i /mysite/drupal-7.16/sites/default/files/1354856044.wav /mysite/drupal-7.16/sites/default/files/1354856044.wav.mp3
MESSAGE: Audio conversion failed. FFMPEG reported the following output:
SEVERITY: error
MESSAGE: converted file is an empty file.
ffmpeg version 0.7.13, Copyright (c) 2000-2011 the FFmpeg developers
built on Jun 13 2012 14:01:54 with gcc 4.4.5
configuration: --enable-libdc1394 --prefix=/usr --extra-cflags='-Wall -g ' --cc='ccache cc' --enable-shared --enable-libmp3lame --enable-gpl --enable-libvorbis --enable-pthreads --enable-libfaac --enable-libxvid --enable-postproc --enable-x11grab --enable-libgsm --enable-libtheora --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libx264 --enable-libspeex --enable-nonfree --disable-stripping --enable-avfilter --enable-libdirac --disable-decoder=libdirac --enable-libfreetype --enable-libschroedinger --disable-encoder=libschroedinger --enable-version3 --enable-libopenjpeg --enable-libvpx --enable-librtmp --extra-libs=-lgcrypt --disable-altivec --disable-armv5te --disable-armv6 --disable-vis
libavutil 50. 43. 0 / 50. 43. 0
libavcodec 52.123. 0 / 52.123. 0
libavformat 52.111. 0 / 52.111. 0
libavdevice 52. 5. 0 / 52. 5. 0
libavfilter 1. 80. 0 / 1. 80. 0
libswscale 0. 14. 1 / 0. 14. 1
libpostproc 51. 2. 0 / 51. 2. 0
Hyper fast Audio and Video encoder
usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...
最佳答案
通过从 php.ini 中的 disable_functions 中删除“passthru”来禁用 passthru 来解决
耶!
关于audio - 警告 : passthru() has been disabled for security reasons in _audioconverter_scheduler_ffmpeg_helper,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13756663/
如何获取 passthru() 函数的结果?那它的返回true还是false?我正在使用 passthru() 函数开发数据库备份程序。它运行成功,但我想向用户备份显示一条消息(无论成功与否)。以下是
我正在尝试从 php.ini 调用 python 脚本。但是,我不知道如何将结果返回到我的 php 脚本以便在那里使用它。我的php脚本如下: 虽然我的 python 脚本“test.py”是: i
Windows Power shell 启动后无法获取 java 进程详细信息。它适用于“记事本”,但不适用于 java。 工作记事本cmd: PS > $apmax=Start-Process
这是一个简单的PHP代码 node.js 脚本只有一个变量结果,其中包含一个对象。 console.log("skript startet"); var get = function(){ /*do
我正在尝试通过 php 进行 mysql 转储。 这是代码 $backupFile = $table. "-". date("Y-m-d-H:i:s") . '.gz'; //Command
我有一个 PHP 脚本,我调用它来运行 MySQL 数据库备份到 .sql 文件,TAR/GZip 它们并将它们通过电子邮件发送给我。其中一个数据库由与提供 Web 服务器的提供商不同的提供商托管。一
我正在尝试使用 ffmpeg 将 mpeg2 流转码为 x264 flv 流,并通过 php 将其传递给 Flash 播放器。我的 ffmpeg 命令在命令行中运行良好,但是当我将它包装在 php 的
我确实有一个奇怪的问题。我试图绕过 PHP 中的输出缓冲以运行 system() 调用并获得即时输出。它运行良好,但由于某些奇怪的原因,“test.de”上的 ping 命令不像 google.de
将其放入文件“a.php”中并执行。它工作得很好: #!/usr/bin/php /dev/null”应该修复它 xclip 不会关闭 STDOUT。 相关于:this questions answe
我有一个有趣的问题,并在互联网上搜索过,但尚未找到答案。 我工作的公司不允许员工使用OOP,这有点可笑,但工作经验很有值(value)。 考虑以下函数: function get_setting_va
我尝试过使用这个可能的解决方案,但没有任何运气: $test = passthru('/usr/bin/top -b -n 1'); preg_match('([0-9]+ total)', $tes
所以我有一系列的全局函数,比如说: foo_f1(int a, int b, char *c); foo_f2(int a); foo_f3(char *a); 我想围绕这些做一个 C++ 包装器,比
我正在 KVC webhost 的共享主机上安装 laravel。它显示一个空白页。我检查了日志,它说我的服务器上没有启用 proc_open() 和 passthru(),这是导致错误的原因。我已联
我正在尝试从文件夹中读取最新的文件。找到最新文件后,我逐行读取并使用条码打码软件在条码打印机上打印。此条码打印机是我服务器上的默认打印机。 这是我的 PHP 代码: 上面的命令行在我的命令行提示符下
每当我尝试通过 php 的 exec/passthru/system 函数对 shell 执行命令时,它似乎从命令中删除了引号。 $str_file = '1323988284_700.csv'; e
我正在通过 PHP passthru() 运行 linux 命令,示例:
有什么区别? 每个功能是否有特定的情况或原因?如果是,您能举一些这些情况的例子吗? PHP.net 说它们用于执行外部程序。 see reference从我看到的例子来看,我没有看到任何明显的区别。
所有这些命令都衍生一个子进程,用于运行您指定的命令或脚本,并且每个子进程会在命令输出写到标准输出 (stdout) 时捕捉它们。 shell_exec() shell_e
我完全按照http://sourcey.com/rails-4-omniauth-using-devise-with-twitter-facebook-and-linkedin/#changes中的说
这个问题已经有答案了: Is there a way to use shell_exec without waiting for the command to complete? (8 个回答) 已关
我是一名优秀的程序员,十分优秀!