h.264

ASP.net FFMPEG video conversion receiving error: "Error number -2 occurred"

Hello, I am attempting to integrate FFMPEG into my asp.net website. The process I am trying to complete is to upload a video, check if it is .avi, .mov, or .wmv and then convert this video into an mp4 using x264 so my flash player can play it. I am using an http handler (ashx) file to handle my upload. This is where I am also putting...

How do i play H264 video?

Hi, I have received the following video file from a camera (from security camera) http://dl.dropbox.com/u/1369478/tmw/recording.264 How can i view the content? Based on extension i think that is a H264 file. Is there a way to play this on the browser with HTML5? Regards ...

Flowplayer H.264 Video Encoding

I have encoded a video with H.264 using handbrake all the standard settings for "iPhone & iPod Touch" and enabling Optimize for Web as I have been told this adds metadata so the video can be streamed. This does seem to work, but I am getting no video, just audio. Here is the mp4 file in question. http://c1592452.cdn.cloudfiles.rackspace...

Why does use of H264 in sender/receiver pipelines introduce just HUGE delay?

When I try to create pipeline that uses H264 to transmit video, I get some enormous delay, up to 10 seconds to transmit video from my machine to... my machine! This is unacceptable for my goals and I'd like to consult StackOverflow over what I (or someone else) do wrong. I took pipelines from gstrtpbin documentation page and slightly mo...

FFMpeg encoding RGB images to H264

Hello I'm developing a DirectShow filter which has 2 input pins (1 for audio, 1 for video). I'm using libavcodec/libavformat/libavutil of FFMpeg for encoding the video to H264, audio to AAC and mux it/stream using RTP. So far I was able to encode video and audio correctly using libavcodec but now I see that FFMpeg seems to support RTP mu...

extract frames from h264 encoder

how to extract frames from h264 encoder? i want to work with I frame bit streame.is there anybody tell me how can i get this frames. i use jm 15. thanks ...

How to seek to a specific time in a RTP stream?

I am streaming a prerecorded H264 video that has the following structure: [I] [x] [x] [x] [I] [x] [x] [x] [I]... In between the IDR (I-s in my structure) I have 32 (only 3 presented here) other frames (all other stuff that is not IDR like SEI, SPS, PPS... X-es) Now, let assume that the timing of my frames is such: TIME: 1 2 3 ...

Encoding a h264 video from png images... in JAVA

Hi all, Is there a freely available jar file somewhere that can help me to convert a set of png files to an .avi file? Just looking for a codec that is compatible with java that does not require the antiquated JMF. Thanks all! ...

How to encode RGB images into H264 frames (Keyframe + some dependent frames)?

So I created images generator (quite simple onewhich generates RGBs) I want to be able to turn some amount of images into H264 KeyFrame+dependent frames (lats say 100) So on each 100 frames generated I need to encode them into H264. How to do such thing? ...

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? ...

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, so i do not want to pay for each user who download the app. ...

Movies from property lists?

hi, is it possible to play movies out of a property list? Like is there's a "tag" with the filename in it which gets replaced by the actual iphone/ipad player? The movies are h.265 codec... thanks ...

split video (avi/h264) on keyframe

Hallo. I have a big video file. ffmpeg, tcprobe and other tool say, it is an h264-stream in an AVI-container. Now i'd like to cut out small chunks form the video. Problem: The index of the video seam corrupted/destroyed. I kind of fixed this via mplayer -forceidx -saveidx <IndexFile> <BigVideoFile>. The Problem here is, that I'm now ...

Adding h.264 <video> support to XULRunner

Like Firefox, XULRunner only ships with support for ogg (and soon, webm) in the HTML5 video tag. Is there a relatively simple way to add h.264 support to it for all three major platforms? Perhaps a compilation flag, or a plugin I can add to it? ...

How to encode h.264 video from webcam flash client

Hi Is there anyway to send Adobe Air based client can send webcam data via H.264 encoded video to the server - FMS or Red5 . Pls give us any advice . Thanks !! ...

Encode still image to avcC (h264) using FFMPEG with given sequence and picture param. sets?

I am working on a video streaming server. Now, I want to have the ability to stream my own frames before user stream starts (like adverts and such). Now the problem is, if I use this syntax: ffmpeg -s 640x480 -vframes 1 -intra -r 1 -b 250 -i image.jpg frame.m4v And then when extract it from the m4v file, and insert it into a user's s...

HTML5/H.264 format for desktop sharing

I am trying to live stream my desktop over http to one or more users. The immediate goal is just to share the desktop in real time in read only mode for several users. In future we might allow the users to control the desktop as well by mouse or keyboard. I have these queries in this context- Is HTML5 + H.264 right for this or do I ne...

Streaming H.264 video via RTP from Live555 to VLC

Dear experts, I'll be enormously grateful if you can help me with an H264 streaming problem that I've been trying to solve for weeks. I need to stream H264 video from Live555 (on a Linux machine) to VLC Media Player (on a Windows machine). With RTSP it works very well, but I need to use RTP without RTSP, and with RTP I see no video. VL...

Can I detect h264 support in code?

For an installer I'm building, I need to be able to warn the user if they don't have an h264 codec installed. At this point in the process I don't have any such video to play or anything, I just need to detect the ability to do so. Is this possible? Unfortunately I can't rely on the computer having anything much already installed, such...

Live streaming h.264 with FMLE 3.1 and FMS 3 not showing video

I'm using FMLE 3.1 to stream live video encoded with H.264 format with FMS 3 and Flash player 10 + AS 3 to connect to the stream. When I connect to the stream, just the audio is played. I'm able even to get the metadata information about the video, but I just receive the audio. I already tried some stuff like "Flash 10 won't play ...