English 中文(简体)
我如何利用浏览器编造一个ffv1文档?
原标题:How do I use gstreamer to encode an ffv1 file?
  • 时间:2010-12-02 02:19:29
  •  标签:
  • gstreamer

我将录像带给FFV1号(连续录像带)文件。 然而,我不能确定什么类型的 mu。 如果是这样的话:

gst- 发射视频试验src ! ffenc_ffv1 ! fileink place=“test.ffv1”

接着,这件事情是K.,但由此而来的档案似乎是一个有效的录像文件。 我在制作拉动录像时,曾写过“ora! oggmux ! fileink” in the Directorate, and this work. 然而, o在座。 我应该在这里使用哪类运输流,什么是正确的发射udge?

乘客。

问题回答

我所安装的版本似乎并不支持这一点。 您可以通过将<条码>gst-xmlinspect的产出保留到文档中,并检索<条码> 识别/x-ffv。 这里提及的是:

  • avidemux
  • ogmvideoparse
  • ffdec_ffv1
  • ffenc_ffv1

因此,这似乎得到军阀的支持,但没有得到任何军阀的支持。

PS: The mime type can be found with gst-inspect ffenc_ffv1.





相关问题
converting wav to mp3 (and vice versa) using GStreamer

I am using Python bindings for Gstreamer and am using the following pipeline to convert a wav file to mp3. I used one of the suggestions in this question , with some modifications (as I was getting ...

How to detect the device name for a capture device?

I am writing a GStreamer application (GStreamer uses DirectShow under the hood on Windows) that captures a computer s microphone and videocamera. It works fine, but requires me to specify the device ...

capture using v4l2 and display preview using gstreamer

How to pass the buffer/userpointer to gstreamer after Q_BUF, STREAM_ON, DQ_BUF. I tried using PIL s method frombuffer, but with no success. so I want to use gst sink now. Should I use gst....

How do you ask gstreamer if a file can be played?

I m trying to write a simple command line audio player using the Python Gstreamer bindings. Is there a function in the gstreamer API that determines in advance whether or not a particular file (URI) ...

GStreamer or DirectShow for Windows development? [closed]

I m implementing a lecture-capture project for a local university. Multiple video streams will arrive at one PC: the presenter s desktop slides, a video camera image of the presenter himself and ...

pygst - glimagesink callback

I m trying to use glimagesink element with python. The element (which is GObject inside) has client-draw-callback property which should (in C++ at least) contain a function (bool func(uint t, uint w,...

CMake linking problem

I am trying to use CMake to compile a C++ application that uses the C library GStreamer. My main.cpp file looks like this: extern "C" { #include <gst/gst.h> #include <glib.h> } int main(...

热门标签