Top "Mpeg" questions

MPEG - Class of Compression standards and related algorithms, tools and systems

Converting video to HTML5 ogg / ogv and mpg4

Does anyone know about any software that can convert video (avi, flv, whatever) to HTML5 supported ogg/ogv and mpeg4 …

video html mpeg
RTSP solution for JavaScript/HTML5

I am developing a Smart TV application and streaming live video from an IP Camera is a huge portion of …

javascript html rtsp mpeg
Live streaming through MP4

I am working on an online TV service. One of the goals is for the video to be played without …

streaming h.264 mp4 mpeg mpeg-4
Is there a way to play mpeg videos in HTML5?

My pc based web application uses HTML5, and I want to import mpeg files to play in my browser which …

javascript html mpeg
Can FFmpeg be used as a library, instead of a standalone program?

I'd like to add video conversion capabilities to a program I'm writing. FFmpeg's command line interface for doing this is …

c ffmpeg mpeg ogg libavcodec
How does MPEG4 compression work?

Can anyone explain in a simple clear way how MPEG4 works to compress data. I'm mostly interested in video. I …

algorithm video compression video-streaming mpeg
Java: How do I create a movie from an array of images?

I basically have an matrix of bytes. Each row (meaning byte[]) represents an image. How do I create a movie …

java image movie avi mpeg
How can I embed an mpg into my webpage

I would like to embed mpg (dvd compliant mpeg2) movie files to my web page. I do not have any …

php javascript html mpeg
Setting B frames in a video with ffmpeg

According to ffmpeg manual, setting -g is to define space between "I" frames, and setting -bf to use "B" frames. …

ffmpeg mpeg mpeg-4
How to encode grayscale video streams with FFmpeg?

I've got a grayscale video stream coming off a Firewire astronomy camera, I'd like to use FFmpeg to compress the …

compression ffmpeg mpeg video-codecs