1
vote
1answer
85 views
What bitrate can I expect with MPEG?
What bit-rate (approximately) can I expect MPEG encoders to produce for 160x120 "ok-quality" webcam stream?
How much CPU-demanding will the encoding be? The decoding?
Are there a …
0
votes
0answers
20 views
reading MOV properties like duration on iPhone?
Given a MOV file, is there a way supported by the iphone-sdk to allow for reading of the mpeg4 header information? There are a bunch of classes for this exact thing for OSX obj-c …
0
votes
1answer
33 views
On-the-fly conversion of MPEG files on MonoTouch
I have an iPhone application that uses small MPEG movies showing hand signs in the Dutch Sign Language. I get the movies from the Gebarencentrum, with their permission. But they ar …
0
votes
1answer
14 views
Raw rgb frames to mpeg?
Does anybody know of a simple dll that has like 3 main functions, i.e.
1. Start_recording_mpeg(<encoding>, <fps>, <file>, <etc>)
2. Encode_frame(<raw rg …
0
votes
1answer
107 views
Mpeg 7 Descriptors in C++
Hello, I need some descriptors of MPEG7 in C/C++. The descriptors are dominant color, color layout, color structure, scalable color, edge histogram and homogeneous texture. Do you …
0
votes
1answer
40 views
Playing Videos/media files in c#
I am working on one of the media project (windows application). In this the flv, avi and mpeg are the main file types which i have to play in application. I can use wmpLib, but it …
1
vote
2answers
164 views
Multiple audio streams in a MPEG-4 file
The MPEG-4 file format allows multiple streams to be present in a file.
This is useful for videos containing audio in multiple languages. In the case of such a video, the audio st …
1
vote
1answer
27 views
OSX API for accessing data structures similar to Quicktime atoms or MPEG boxes
Hi,
Quicktime-, MPEG- or AIFF-files all seem to organize their data elements in chunks like this:
0x00 chunk 1 header (size as UInt32 + ID as 4-char-code)
0x08 chunk 1 data
...
0 …
5
votes
2answers
879 views
How can I create a thumbnail from an mpg video with C#?
I'd like to process a directory of mpg's in a batch to have a thumbnail using C#/.NET.
Does anyone have any good suggestions on how I could do this?
0
votes
1answer
54 views
Creating MPEG-4 Samples in Java
I am trying to create a 30 second sample from a 2 minute MPEG-4 video. We are looking for a 100% java solution as an alternative to ffmpeg. So far, we have tried IsoParser, which …
0
votes
1answer
61 views
parse userdata field of all key frames of MPEG header from rtp video stream using GStreamer
How to parse MPEG stream using GStreamer..? I need to process all userdata field of only key frames(not P-Frames) of MPEG stream.
MPEG stream is coming through rtp protocol. I am …
3
votes
1answer
376 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 …
2
votes
4answers
619 views
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 know there are different standards or parts to it. I'm just looking …
0
votes
1answer
225 views
Matlab MPEG 7 descriptors
Hello, I need some descriptors of MPEG7 in Matlab. The descriptors are dominant color, color layout, color structure, scalable color, edge histogram and homogeneous texture. Do you …
0
votes
1answer
289 views
Concatenation of files using ffmpeg does not work as I expected. Why?
I execute the following command line for ffmpeg.exe
-i C:\Beema\video-source\DO_U_BEEMA176x144short.avi
-i C:\Beema\video-source\DO_U_BEEMA176x144short.avi
-i C:\Beem …
