mpeg-2
Xbox 360 XNA HLS Streaming
I am interested in creating a simple HLS Viewer for the Xbox 360 that works kind of like SilverLive. I have read about as much documentation oh HLS that I can find and am not sure where to continue. I[详细]
2023-04-05 23:49 分类:问答MPEG 2 - Adding custom tags via editing the source
I\'m looking for advice and whether what I want to do is possible. I\'ve been ask to create something similar to ID3 mp3 tags that can be used with MPEG 2/MPEG-TS video files. Because I\'m a crude i[详细]
2023-04-02 05:22 分类:问答Problem with MpegTs file while playing with VLC
I have created mpegts file which contains h264 elementary stream. I am facing a pixelation problem with my encoded file when I try to play it using VLC.[详细]
2023-03-29 16:35 分类:问答How to change the RGB value of the pixels, to read out and to save the changes of every frame on TV
I\'d like to make a C++ program that changes the RGB val开发者_JAVA技巧ue of the pixels of every frame of the MPEG2 file to be broadcasted, and reads out and saves the changed value of the pixels of e[详细]
2023-03-29 12:12 分类:问答Fetching the dimensions of a H264Video stream
I am trying to fetch the dimensions (Height and width) from 开发者_StackOverflowa H264 stream. I know that to fetch the same details from a mpeg2 stream you have to look at the four bytes following th[详细]
2023-03-14 06:18 分类:问答directshow mpeg2 text overlay without decoding
I found some directshow filters that does text overlay, but they always build this graph: source mpeg2 (only video) -> mpeg2 decoder -> overlay -> (some encoder) ... -> file writer[详细]
2023-03-13 04:44 分类:问答Generate PCR from PTS
I am trying to create PCR from PTS as follows. S64 nPcr = nPts * 9 / 100; pTsBuf[4] = 7 + nStuffyingBytes;[详细]
2023-03-09 13:58 分类:问答How to use mpeg.org's mpeg2v12 decoder API?
I have downloaded mpeg.org standard codec source code mpeg2v12 from http://www.mpeg.org/MPEG/video/mssg-free-mpeg-software.html[详细]
2023-03-03 12:49 分类:问答Access MPEG transport packets via .NET
I have to deal with MPEG 2 transport packets using .NET. What is the best way to do that? Currently I\'m conside开发者_JAVA技巧ring using OpenCV to accomplish that, but not sure yet if it\'s possible.[详细]
2023-03-01 04:33 分类:问答decode MPEG1/2 video with Media Foundation
I am using Media Foundation to play videos. On windows 7 some videos encoded with Mpeg1/Mpeg2 PS and Windows Media Player can play them, but Media Foundation does not(I tried to register a stub MPEG1S[详细]
2023-02-21 03:25 分类:问答