English 中文(简体)
GStreamer: 使用类型
原标题:GStreamer: Using type find

I ve got a filerc associated with a categoryfind content. 在“老式”信号上,我打印出各种能力。 我可以做些什么? I.e:

"Media type video/mpeg, systemstream=(boolean)false, mpegversion=(int)4, parsed=(boolean)false found, probability 79%"

我能否寻找兼容的内容,或者我是否必须手工处理? 我如何决定输油管的下一个要素是什么?

另外,请不要建议使用游戏器,这并不适合我的申请。

感谢!

最佳回答

这至少告诉了你档案中的内容。 现在,你可能希望把一个要素(根据定型信息)连接起来,并利用“垫子”信号处理媒体内部流。 (直到此为止)

http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/section-dynamic.html

问题回答
uridecode2 ,playbin2 ,decodebin2 

所有这一切都是自动交换机,意味着你刚刚需要提供一些投入文件名称,它们将自动为此建立管道。

他们首先掌握档案内容,并打开档案,取决于某些头脑,他们设定档案封顶。

因此,现在取决于档案的封顶,然后从登记中找到。

并且我认为,在你的申请中,你会去做某些事情,这样就建议你看一下这一汽车源代码。

开始采用 play2法。





相关问题
Encode an Array of Images into a movie file? (iPhone)

My app takes time-lapse photos, and also records audio to go with it. The problem is, I have absolutely no idea how to go about turning it into a .mov/.mpeg file (I am new to this type of iPhone ...

How to use FFmpeg

I m trying to extract frames from a video and I ve picked ffmpeg ( tell me if you know something better ) for this task. I ve downloaded its source and don t know how to use it ?? how can I compile it?...

stitching videos together using ffmpeg on the command line

Does anybody know how to stitch two (or more) videos together using ffmpeg (or another cli)? This is assuming that all the videos are in the same format and the video format being used allows for ...

Using FFmpeg or wrapper to get mp3 from mp4 in C#

I m trying to extract an mp3 from a flash compatible mp4 file and have so far found FFMpeg and a bunch of different wrappers that all claim to be able to do the job. Ideally, I d like to not have to ...

Convert a video to MP4 (H.264/AAC) with ffmpeg

If I don t make a mistake, Safari currently need MP4 (H.264/AAC) video encoded for the HTML5 <video> element. So I tried to convert a video to this format with ffmpeg. However when I enter the ...

calculating filesize of a response?

im tryingto code a script to do dynamic transcoding of video and audio (likely just audio for now) and streaming to mobile devices, currently im using the script posted elsewhere on here (How do you ...

C# and FFmpeg preferably without shell commands?

I d like to be able to use FFmpeg to convert a video file from within my C# program. I know I can just call a shell command, but is there a better way? The issue with invoking a command via the ...

convert movie file to bitmap files with DirectShow

I want to convert movie files like AVI, MOV etc. to Bitmap-Files, like JPEG, JPEG2000, TIFF etc. Is it possible to realize that with DirectX / DirectShow? Is AVCodec from ffmpeg the much more better ...

热门标签