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+