ffmpeg不像控制台那样工作

时间:2014-02-27 17:39:32

标签: ffmpeg wsh

这在控制台上工作正常

ffmpeg -y -i a.mp4 -codec:v libx264 -profile:v high -vf scale=-1:360 -b:v 300k -maxrate 500k -bufsize 500k c.mp4 2> output.txt

然后我试试这个。没有得到一个-log.txt文件。

Set WScript = Server.CreateObject("WSCRIPT.SHELL")

    WScript.Run("C:\Inetpub\wwwroot\ffmpegfile\bin\ffmpeg.exe -y -i C:\Inetpub\wwwroot\videos\a.mp4 -codec:v libx264 -profile:v high -vf scale=-1:360 -b:v 300k -maxrate 300k -bufsize 500k C:\Inetpub\wwwroot\videos\new\a.mp4 2> C:\Inetpub\wwwroot\videos\new\a-log.txt")

    Set WScript = nothing

我该怎么办呢。 感谢。

0 个答案:

没有答案