Click here to Skip to main content
15,913,909 members
Everything / MPEG

MPEG

MPEG

Great Reads

by virinext
This tip is about HEVC, HEVC syntax elements and opensource tool for analyzing HEVC bitstreams.

Latest Articles

by virinext
This tip is about HEVC, HEVC syntax elements and opensource tool for analyzing HEVC bitstreams.

All Articles

Sort by Score

MPEG 

28 Aug 2015 by Sergey Alexandrovich Kryukov
Wrong question. First, video is not converted to audio (what it would even possibly mean?) It's just video files contain several streams, and some of them are video, and some are audio, and you can have some different kinds of streams (subtitles, for example). So, you can first extract some...
8 Apr 2013 by Matthew Faithfull
When you say you have a bitmap I guess you have an RGB or BGR bitmap?To do a one off file conversion I would get a copy of IrfanView[^] . In fact I would get it anyway if you don't have it as it is the best tool I know for viewing not quite correctly formatted image data.If you are...
19 Aug 2012 by Michael Bergman
Is there a way to determine if a file uses MPEG-4 Part 10 encoding? I have series of files which use this encoding but the file extension is the same as other file formats that we don't support so I want to positively identify for this specific encoding and I want to do this before handing it...
1 Jul 2013 by bbirajdar
Open a web browserType www.google.com and hit enterIn the search box type "CEDD FCTH C#"Check the search resultsThen in the results, you will find the link http://chatzichristofis.info/?page_id=15On this page, you can see the download links for C# code.See the live demo to do...
15 Sep 2013 by Hellothi11
Hi every one,I tried to decode MTS file as mpeg2 transport stream to extract audio information like audio codec, audio channel but I can't.From here: http://en.wikipedia.org/wiki/MPEG_transport_stream, I read each byte and get all packet data such as: PID, Adaptation field, payload data but...
18 Sep 2013 by Hellothi11
I tried but the codes is very big :(, but thank you
18 Dec 2013 by yktyagi
Hi, Can anyone provide me some reference of how to implement tts based clock recovery for 192 byte transport stream.My clock recovery API take two interger inputs,one is time from receiver(tts/pcr) and second is local clock time.With tts I am not able to figure out how do I handle tts wraparound...
7 May 2014 by manyareddy
I have a IpCamera. C# program gets bitmaps from the IpCam. How can I stream these images continuously to HMTL5 (display as video) page.How can I convert live images to mpeg stream? is there any library available?Or how can I request for the stream from HTML5/javascript?Please give me a...
7 May 2014 by Dave Kreskowiak
You do this by writing an entire media server. This is not code you put into your website code."How to write a media server"[^]
7 May 2014 by pdoxtader
You need to convert them to .jpg and save each one to a file of the exact same name in a folder that's accessible from your website. This way, when your c# application is running, navigating to http://www.yourwebsite.com/yourVideo.jpg will be the current "frame" each time you refresh it.Then...
17 Aug 2016 by MCSIDevelopers
What I want to do is not get the information about the file but I want to read the bits and also be able to locate bits positions within the frame header. The header is 32 bits (4 bytes) of which is what I want to get back or displayed as a message.I want to read it, edit it. The bit i want...
17 Aug 2016 by Paw Jershauge
You can use FileStream for that FileStream.ReadByte Method (System.IO)[^]
24 Mar 2018 by Member 13741139
I try to find i-frame byte code on a MPEG file and make XOR processing to that byte code. and then make new MPEG file with I-frame already edited with XOR. What I have tried: right now im using Aforge.video reference and get frame by frame. i cant find how to find just I-frame. anyone can help?
25 Apr 2018 by radnix
In the past, I'm able to record an RTSP camera stream with FFMPEG using this command: ffmpeg -i rtsp://192.168.241.1/axis-media/media.amp -acodec copy -vcodec copy -f mpegts out.ts FFmpeg produces a well structured transport stream container with my camera video inside the container....
12 Apr 2015 by virinext
This tip is about HEVC, HEVC syntax elements and opensource tool for analyzing HEVC bitstreams.
13 Sep 2012 by Kuthuparakkal
Did you look at this before:Extract Frames from Video Files[^]
13 Sep 2012 by YvesDaoust
I need to get still images from an MPEG file (.mpg extension), in sequential order.I have looked up the Web and MSDN Library but found no suitable solution. I had used Video for Windows and IMediaDet in the past for this task on .avi files, but they don't support my MPEG files.I want...
8 Apr 2013 by liaoyuandeyehuo
As I know,convert pictures to bit stream by H264 or MPEG video need YUV frame,but I have bitmap only.How can I do it? Or there are some other ways?
1 Jul 2013 by nilooofar
I need CEDD & FCTH MPEG-7 C# code , any body can help me?
28 Aug 2015 by Redwan Irheem
HI, i need code c# to convert video (mp4) to MP3 or WAV >>pleas any answer >>advice >:)