Tagged Questions

H.264/MPEG-4 Part 10 or AVC (Advanced Video Coding) is a standard for video compression

learn more… | top users | synonyms (1)

14
votes
2answers
2k views

Raw H264 frames in mpegts container using libavcodec

I would really appreciate some help with the following issue: I have a gadget with a camera, producing H264 compressed video frames, these frames are being sent to my application. These frames are ...
11
votes
6answers
2k views

MP4 container writer in Java

I would like to find a FREE MP4 (container) writer for Java. I do not need an encoder, only something which can write the correct atoms given their expected values. Bonus for such a library that also ...
10
votes
1answer
8k views

How to encode series of images into H264 using x264 API? (C/C++)

How to encode RBG images into H264 frames (Keyframe + some dependent frames)? So I created some images how to turn them into H264 now?
9
votes
2answers
2k views

H.264 Streaming Requirements

I am looking for more information about the minimum requirements needed for a visitor to successfully stream a 1 Mbps 640x360 H.264-encoded video. I know that the user needs the latest Flash 9 ...
8
votes
2answers
165 views

Which video decoder should I use for cutscenes in my game?

The game franchise I am working on uses a video encoder/decoder library which produces rather large files. We want to change to something a little more efficient, particularly H.264 or VP8. However, ...
6
votes
3answers
867 views

Best video format for HTML5?

I've got a set of videos that are going to be posted on a new site I'm developing, using our new html5 player. I know Firefox only supports .ogg format, whereas most others (including eventually IE9) ...
6
votes
4answers
537 views

Learn Nvidia CUDA

I am C++ programmer that develop image and video algorithims, should i learn Nvidia CUDA? or it is one of these technlogies that will disappear?
5
votes
2answers
541 views

How to process raw UDP packets so that they can be decoded by a decoder filter in a directshow source filter

Long Story: There is an H264/MPEG-4 Source I can able to connect this source with RTSP protocol. I can able to get raw UDP packets with RTP protocol Then send those raw UDP packets to a ...
5
votes
2answers
554 views

Echo cancellation

Can any of you suggest a good and stable echo cancelation package (gnu or not) to be linked with my videoconference application (C/C++) (Windows / Linux / MacOSX) ? My application should be freeware, ...
5
votes
2answers
6k views

How to decode H.264 video frame in Java environment

Does anyone know how to decode H.264 video frame in Java environment? My network camera products support the RTP/RTSP Streaming. The service standard RTP/RTSP from my network camera is served and it ...
5
votes
8answers
3k views

Free/Open h.264 video decoding libraries? (Non-GPL)

The main players seem to be x264, and xvid, and both are GPL. This means we can't integrate decoding capabilities into a playback application without licensing the whole thing as GPL, so we can't use ...
5
votes
5answers
5k views

Multiple H.264 video streams in one RTP session

I would like to dynamically switch the video source in a streaming video application. However, the different video sources have unique image dimensions. I can generate individual SDP files for each ...
4
votes
2answers
143 views

How to fix incorrect timestamp calculations? [OpenRtspClient]

My RTSP Source's RTCP SR are not reliable for some of the calculated timestamps of H.264 streams frequently resulting in large negative jumps. Here is an example from the debug log. See how it jumps ...
4
votes
1answer
1k views

H264 encoder in android?

I've been having some problems while trying to fix a simple video recording app*. I think I followed the sequence of steps correctly. The following is a simplification of the part of the code that is ...
4
votes
3answers
545 views

what are the disadvantages of H264?

There are lot of articles available on net for understanding h264 and the advantages it provide. From a practical implementation point of view, as visual communication is not only about video codec ...
4
votes
2answers
177 views

Parallelization and H.264 (or probably any compression codec)? Why's it so hard?

My limited (and probably wrong?) understanding of video compression is that intra-frames are completely independent. In other words, all the picture data for a intra frame (key frame) is stored in ...
4
votes
2answers
687 views

How can I create an H.264 encoded movie from a set of images in c#?

I have been doing a lot of searching today for C# libraries which will allow me to create H.264 encoded video files. Does anyone know if any such libraries or 3rd party components exist?
4
votes
2answers
6k views

What does this H264 NAL Header Mean?

0000 0109 1000 0001 6742 0020 e900 800c 3200 0001 68ce 3c80 0000 0001 6588 801a As far as I know, 0000 01 is the start prefix code to identify a NAL Unit. What does "09 .... " mean? Is it the ...
4
votes
1answer
2k views

Convert streaming MPEG-4 raw data to H.264

I've got a Sony network camera (SNC-RZ25N) that I am trying desperately to get data from in some meaningful format. The documentation says it sends MPEG-4 raw data, but is not more specific than than. ...
3
votes
1answer
82 views

MP4 / ISO 14496-12 : How do you find the video and audio access units?

I am writing a tool for inspecting MP4 files (aka ISO base media file format , ISO 14496 part 12). I can interpret the majority of the boxes listed in ISO 14496-12 that are generated by OSS. I have ...
3
votes
2answers
138 views

live stream recording in flex

I want to record a live stream in flex for that what i am doing is i am capturing the image of the videoDisplay element which is showing the video 15 frames per second which looks like a video.I am ...
3
votes
2answers
206 views

H.264 codec explained

I am making a app which supports video calls and I am looking for a tutorial/doc explaining the structure of the h.264 codec. I want to be able to package the stream, wrap it in datagrams, send and ...
3
votes
1answer
357 views

FFmpeg/X264: Split video mid-GOP without reencoding entire stream

I've got an H264 video (Stored in an MP4 file). Each GOP is approx 10s long. I want to trim the first couple of seconds off the video, which means I need to split the first GOP. Is there a way to do ...
3
votes
1answer
172 views

converting .mov file to .h264 file

ok, this is the case, i actually want to parse frames from a mov file. get the encoded h264 frames. and i've managed to do so by using ffmpeg but when i try to make a movie again by using ffmpeg -i ...
3
votes
4answers
928 views

h264 lossless coding

Is it possible to do completely lossless encoding in h264? By lossless, I mean that if I feed it a series of frames and encode them, and then if I extract all the frames from the encoded video, I will ...
3
votes
1answer
320 views

Parsing problem H.264 sequence parameter set data

I need to parse image size from raw H.264 data. The following test code works for the cases I testet, but now if fails on "Z0IAIOKQCgDLYC3AQEBpB4kRUA==". Result should be 1280x800, but it gives me ...
3
votes
3answers
429 views

Fastest way to Decode and Display many H264 Videos Simultaneously C#

As you might surmise from the question title, we are required to decode and display multiple (e.g., eight) H.264 encoded videos at the same time (and keep them all time synchronized, but that's ...
3
votes
2answers
195 views

Html5 Video and Flash Approach

Looking into HTML5 video tag, and researching which browsers support which video file types, and my initial thought is things just got harder than just using flash. I am wondering if there is some ...
3
votes
1answer
397 views

h264 syntax (P frames syntax details)

I'm parsing h264 NAL Units. In my sequence - there are NAL Units with picture parameters set, sequence parameters set, I frames (they are also IDR) and P frames (I and P frames consits of single ...
3
votes
2answers
1k views

h.264 bytestream parsing

The input data is a byte array which represents a h.264 frame. The frame consists of a single slice (not multislice frame). So, as I understood I can cope with this frame as with slice. The slice ...
3
votes
1answer
3k views

How to create an h264 video with an alpha channel for use with HTML5 Canvas?

I've been interested in this demo: http://jakearchibald.com/scratch/alphavid/ I also saw this question on here: Can I have a video with transparent background using HTML5 video tag? But I can't ...
3
votes
2answers
803 views

Suggested Compression Ratio with H.264?

Note bene: I realize this is an immensely complicated question with about a million levels of nuance that I'm trying to reduce to a single number... I'm about to undertake a large video encoding ...
3
votes
1answer
704 views

MPEG-ES H.264 Video from RTP into MPEG-TS

I am implementing the ATSC-153 specification, which basically broadcasts a baseline H.264 video profile in IP/UDP/RTP according to RFC 3984. The fragments of the frames are being re-assembled, and ...
3
votes
1answer
344 views

aggressive h.264 compression settings specifically for very long scenes with very little scene changes

Assuming I have a video stream that has very very few scene changes for very long periods of time (minutes to hours), and I am using something like FFmpeg to transcode the raw video to h.264, what ...
3
votes
2answers
2k views

H.264 encoded MP4 presented in HTML5 plays on Safari but not iOS devices

I'm using Adobe Media Encoder CS5 to encode a FLV file to H.264 to present on the web via HTML5 and the video file plays just fine in Safari in OS X (and in Firefox encoded to OGG) but on any iOS ...
3
votes
4answers
89 views

Compressing a run of 10 to 20 highly redundant images with which compression library?

I am going to be generating images once every minute or so from a low resolution camera. I would like to take runs of 10 to 20 images and compress them for transmission over a very bandwidth limited ...
3
votes
2answers
460 views

video streaming infrastructure

We would like to set-up a live video-chat web site and are looking for basic architectural advice and/or a recomendation for a particular framework to use. Here are the basic features of the site: ...
3
votes
1answer
611 views

Does anyone have an easy solution to parsing Exp-Golomb codes using C++?

Trying to decode the SDP sprop-parameter-sets values for an H.264 video stream and have found to access some of the values will involve parsing of Exp-Golomb encoded data and my method contains the ...
3
votes
5answers
794 views

I'm creating opensource GPL H264 encoding lib/app (based on x264) do I need to pay for the license?

I'm creating opensource GPL H264 encoding lib/app (based on x264) do I need to pay for the license?
3
votes
3answers
1k views

Hardware accelerated video in DirectShow / WinForms

Currently prototyping a Windows .NET app that needs to play back high definition WMV and H264 video. My test files are full 1080p. The target hardware has weak Atom processors but strong NVidia 9400 ...
3
votes
3answers
3k views

H264 Encoders other than ffmpeg x264

The iPhone app I am working on captures images in series within certain user-defined time interval, I am looking for a way to combine these images into H264 encoded videos. I have done some research ...
3
votes
2answers
419 views

Splitting H.264 with ActionScript

I'm wondering if someone can help me with references or code snippet of H.264 files splitting.
3
votes
6answers
3k views

Flex VideoDisplay stop buffering

I am trying to build a video player application using Adobe Flex and libh264streaming. In small cased my little player works just fine. However if the video is bigger about 200-300MB I am seeing ...
3
votes
1answer
128 views

multiple description coding

How can I encode an h264 video to be MDC (multiple description coding)
2
votes
0answers
52 views

h 264 encoding /decoding For IOS(IPhone/Ipad)?

i have done Real time video processing in ios using AVFoundation framework , help of this link.i have tested it is working fine. now i want to use h264 encoding and decoding[Before draw] .i try to get ...
2
votes
0answers
76 views

Videochat netstream SoundTransform not working for volume control

I have a video chat application where there can be 6 participants. What I would like to do is give the option to each publisher to control their own stream's volume. The code I have looks like this. ...
2
votes
0answers
65 views

live streaming from wifi h.264 camera directly to iPhone

I have a standard WiFi h.264 camera that I use as a baby monitor which, in technical terms, means I need it to be as realtime as possible. My initial goal was to encode the stream from the camera as ...
2
votes
2answers
159 views

How do I dump the buffer when encoding H264 with FFMPEG?

I'm using a c++ library to write images captured from a webcam to an libx264 encoded mp4 file. The encoding is working properly but when it starts it writes 40 frames to the buffer. When I close the ...
2
votes
1answer
131 views

ffplay/ffmpeg on RTMP with H264-encoding

I'm trying to play an RTMP encoded with h264 using the Flash Player 11 h264 encoder - with ffplay. It works. But only if the stream is set with a bitrate of 64KB and the keyframe interval is 4. ...
2
votes
1answer
48 views

How to serve the correct format for html5 dynamic video?

I'm trying to find a way to serve the correct video format (I have my videos encoded in h264 and webm ) when the videos are loaded dynamically onto a canvas using the function below: function ...

1 2 3 4 5 7