Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
3answers
2k views

How to read the metadata of a MKV movie files in C#?

How to read the metadata of a MKV movie files in C# (or C or C++ or AS3)? for example such creator metadatacreator hasKeyframes hasVideo hasAudio hasMetaData canSeekToEnd duration datasize videosize ...
2
votes
1answer
624 views

How to use SampleGrabber with Matroska Muxer in DirectShow?

I made a simple graph to write MKV file. But I do not want to use file writer. I want to use SampleGabber and get stream using simple program. Problem is that I get data from anything but Matroska ...
1
vote
1answer
318 views

Creating web-browser playable webm files with vp8 SDK?

I'm using the vp8 SDK (www.webmproject.org) to create a vp8-encoded video file. However, the SDK sample produces an IVF file, which the browser doesn't play. I know the webm format is a matroska ...
1
vote
2answers
713 views

Library for playing Matroska (.MKV) in Flash?

So.. Is there any lib for playing MKV (matroska) in flash (AS3, MXML) OpenSource or KindOf opensource? (In my MKV I have Theora video H264 video... If library supports only 1 type of video codec Ill ...
1
vote
1answer
830 views

Open Source Matroska container Silverlight MediaStreamSource Parser?

So we have some File.mkv with h264 + mp3 in it we need to play that thing in Silverlight (3 or 4)... So I'm searching for some Open Source Matroska container Silverlight MediaStreamSource ...
0
votes
1answer
42 views

How do I set the interlaced flag on an MKV file so that VLC can automatically play it back deinterlaced?

I've got an MKV file whose source is interlaced NTSC MPEG-2 video. I converted it to H.264 MKV with HandBrake, but this process did not set the "interlaced" flag in the MKV file. The content is ...
0
votes
0answers
24 views

how to explicitly specify matroska format file to be VFR

I am moving my code performing AVI recording with ffmpeg library to matroska format due to native support of VFR stated by format. Changing guess_format to matroska not touching any other settings ...
0
votes
0answers
59 views

Storing vpx encoded image to webm file using c/c++

Hi I'm working on a simple application where I want to create a X-second during video encoded using libvpx (vp8). I've got an encoded vpx_image_t which I now want to write back into a webm file. I've ...
0
votes
1answer
78 views

Matroska Muxer filter for DirectShow

I'm trying to create graph AudioCapture -> Vorbis Encoder -> Matroska Muxer, but graphedit inserts Vorbis Decoder before Matroska Muxer. I want this graph working without Vorbis Decoder. How can I do ...
0
votes
0answers
43 views

What should be the number of samples of PCM to make up a frame for muxer input

i have a raw wav file containing PCM samples sampled at 44100 sampling frequency and 16 bits per sample. Now i have written a muxer code which will put this wav file in matroska container(.mka). Now ...
0
votes
0answers
23 views

how to use/understand private data of v_theora & a_vorbits in matroska file format?

see i have extracted all frames of v_theora & a_vorbits codec from any matroska file in separate files. now that files are not playable by any player. Now i am concern that to make playable those ...
0
votes
0answers
58 views

MS MPEG-4 Video V2

while doing demuxing of matroska file with MS MPEG-4 Video V2 codec how to use codec private data and how to make only video file by dumping all video frame of that codec.?