ffprobe

    0热度

    1回答

    我有IP-凸轮MJPEG,我提出,它具有总共240个帧 编码烃源是 ffmpeg.exe -framerate 25 -ic:\% 06d.jpg \ -s 1920×1080 -qscale 1 -vcodec MJPEG -R 25 C:\ result.mjpg -y 现在我想通过MJPEG播放器来播放result.mjpg我下面进行 my problem 1. i can't get m

    0热度

    1回答

    我试图捕获ffprobe的输出结果。首先,我建我的命令: >>> print cmd ['C:\\Program Files\\ffmpeg\\bin\\ffprobe.exe', 'somefile.mov'] 然后我用check_output抢输出: >>> import subprocess as sp >>> output = sp.check_output(cmd) ffpro

    1热度

    1回答

    我已经在我的windows 2008服务器上安装了ffmpeg。 我用这个字符串CMD和我得到了我想要在我的 PHP文件获得: ffprobe -v quiet -print_format json -show_format -show_streams "C:\wamp\www\uploads\fc30e528b500b26a391ed4f5ed484310.mp4" 这是我的PHP函数,我在

    2热度

    1回答

    我不断收到EPIPE错误,我无法找到一个理由: 这是我的代码: var checkFile = function(data, callback){ var child_process = spawn('ffprobe', ['-print_format', 'json', '-show_format', 'pipe:0']); var stdInError = functio

    1热度

    1回答

    我可以成功读取命令提示符下使用Ffprobe用下面的命令test.mp4 framres件号码: >ffprobe -i 'c://test.mp4' -show_frames | find /c 'pict_type' 但是当我尝试运行“ffprobe .EXE”从C#代码如下paramters: string params = " -i 'c://test.mp4' -show_frame

    1热度

    2回答

    我在mkv文件上使用ffprobe以获取有关章节结构的一些信息,以便使用ffmpeg分割mkv。 ffprobe miku.mkv -print_format xml 但ffprobe遇到scodec错误(不影响章节信息),我无法通过设置打印格式来获取信息。我知道有像管道绕过错误的方法,但我仍然想要得到XML/JSON文件,以便它可以很容易地解析。 我不知道是否有一种方法来增加错误并输出xml

    0热度

    2回答

    我正在使用Zeranoes FFmpeg Builds for Windows,并且我可以在不安装任何东西的情况下启动ff-prompt。但是,如何通过Windows PowerShell启动ff-prompt.bat?我已经尝试了一些东西像Invoke-Expression或改变$env:Path但似乎没有任何工作,因为我得到的是消息 “C:\用户\管理员> ECHO OFF 斌\ ffmpeg

    0热度

    2回答

    好吧,看起来我还有一个问题要问,这与我最后一个问题有关,可以在这里找到:How to start ffprobe with Windows PowerShell。在那里,我问了如何使用Windows PowerShell启动ffprobe,并在尝试了一些我已经获得它的东西之后,可以说,在再次关闭之前开始了一秒。 我试了一下,在PowerShell中下面的命令: $env:Path = ';C:\U

    1热度

    2回答

    我是ffprobe中的新手,我的目标是获取视频fps并存储到java程序中。我的代码存储xml文件,但我想直接存储像int fps = 30; ffprobe -v quiet -print_format xml -show_format -show_streams "/video/small/small.avi" > "/video/small/test.xml" 这是我的代码。

    3热度

    2回答

    为了得到视频的持续时间和分辨率,我有这样的功能: def getvideosize(url, verbose=False): try: if url.startswith('http:') or url.startswith('https:'): ffprobe_command = ['ffprobe', '-icy', '0', '-loglevel', 'repeat+