The mpeg-4 tag has no wiki summary.
7
votes
5answers
2k views
Streaming Video (or Progressive Download) to the Droid Browser
I am trying to stream video (or use progressive download) to a Motorola Droid Browser and am not having a lot of luck. With my iPhone, I can direct Safari to http://xxx.xxx.xxx/FileName.mp4 (which is ...
5
votes
2answers
728 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 ...
3
votes
1answer
228 views
How to convert mpeg-4 to mp3 or wave format using pure python on Google App Engine?
I'm working on a project, using Python running on Google App Engine. The project must allow users to upload mpeg-4 audio file for others to playback. Is there a way to convert mpeg-4 to mp3/wav on the ...
3
votes
2answers
192 views
HTML 5 Video Problem
I'm trying to set up my site to use HTML 5 videos. The mp4 files are served from S3. I've got the MIME type right, and the URL is right. It's not working though. The only thing I can think of is the ...
2
votes
2answers
237 views
Merge two .m4a files or convert .wav file to m4a
I was looking for a way to record in mpeg-4 with the ability to pause and resume but it seemed like there isn't one. So I decided to record in raw wave format and convert to .m4a. Is there a way I can ...
2
votes
1answer
151 views
GStreamer: status of Python bindings and encoding video with mixed audio
I am hoping to find a way to write generated video (non-real time) from Python and mix it with external audio file (MP3) simultaneously.
What's the current status of GStreamer Python bindings, are ...
2
votes
1answer
959 views
Fetching the dimensions of a H264Video stream
I am trying to fetch the dimensions (Height and width) from a H264 stream. I know that to fetch the same details from a mpeg2 stream you have to look at the four bytes following the sequence header ...
2
votes
0answers
267 views
ANDROID: Is there is free 3rd party media player for streaming MPEG4 video?
The native Media Player coming with the android SDK doesnt play most of the MPEG4 format video files. Is there an alternate 3rd party media players that I can use? If yes how can i use then? Will it ...
2
votes
1answer
192 views
Getting PTS from MPEG-4?
I'm trying to get the PTS value from a MPEG-4 video that I'm streaming using RTP without using Transport Stream (TS). I've been able to get this value when muxing the video in TS, but now I want to ...
2
votes
1answer
1k views
Android: mpeg4/H.264 packetization example
I need to split mpeg4 video stream (actually from android video camera) to send it through RTP.
The specification is little large for quick reference.
I wonder if there any example/open source code ...
2
votes
0answers
37 views
MPEG-4/WAV container for quick A/V sync tweaking
Which container formats support an MPEG-4 video with a WAV audio stream? I'm
looking for a format which is supported by most players.
Is there a such format which would allow to adjust the A/V sync ...
2
votes
4answers
168 views
Are there any non-GPL libraries for decoding MPEG-4?
I'm looking for a non-(L)GPL library to decode MPEG-4 stream.
I don't mind it being commercial.
The price is as not important as code quality and support.
Any suggestions are welcome.
Your own ...
1
vote
0answers
150 views
H264 encoder settings
I'm using xuggler to encode a series of images to an MP4 file. I use the following code to setup the IStreamCoder and specify the H264 codec:
// only set if codec is H264
...
1
vote
1answer
50 views
Transcoding custom file type to mpeg-4
I have a custom video file which consists of a custom header followed by UYVY type YUV format. The header tags contain special information regarding the location of the picture, so I need to preserve ...
1
vote
1answer
94 views
Get Stream Type from Rtp Packets or by Other Methods
I have simple Rtsp Source Filter which connects Rtsp Server and get Rtp packets. The problem is that i have to set media subtype in my Rtsp Source Filter Pin...[ Now i give substype hard-coded]
...
1
vote
1answer
115 views
About MPEG-4 headers
I examined some MPEG-4 video headers and saw some byte arrays like below at the beginning:
00 00 01 B0 01 00 00 01 B5 89 13
I know 00 00 01 parts but what exactly B0 B1 and B5 89 13 parts mean? ...
1
vote
1answer
55 views
Loading MPEG-4 H264 with SDL or Open Media Layer on Windows, is this possible?
I want to programmatically load the MPEG-4 H264 video format. I want to know if anyone has tried it or knows if it is possible with SDL or Open Media Layer APIs on Windows.
1
vote
1answer
251 views
The Composition Time(CTS) when wrapping H.264 NALU's
The h.264 hardware compression card procedures NALU's from captured video.
I am trying to wrap the NALU's into FLV and I almost succeed.
I don't know how to fill the Composition Time field in FLV ...
1
vote
1answer
128 views
What is a 'VOP' in MPEG-4 (RTP)?
I am reading through the MPEG-4 RTP Packet RFC (http://www.rfc-editor.org/rfc/rfc3016.txt) and finding very often the word
VOP
I have not found any definition in the net or RFC, does anyone can tell ...
1
vote
1answer
126 views
Cocoa Touch: Capturing Still Poster Frame from Video File?
I have an app that records videos. It will display each video in its interface, and I'd like to have a little thumbnail to represent each video. OS X shows a preview of the video, a poster frame taken ...
1
vote
1answer
2k views
How is a h264 idea bitstream organized? / header start codes
I was trying to learn a bit about h264 by looking at the bitstream of a video file with a hex editor. I found here the start codes for a video object planes (0x000001b6) and for i-frames ...
1
vote
0answers
168 views
Display MPEG-4 Export Component Dialog
Below is my code for a doc based QTKit app that exports to the fixed Apple device formats by way of a popUp that displays the three device options. The [NSNumberWithLong:mpg4'] option works fine as ...
0
votes
0answers
21 views
How to extract H.264 video thumbnails in .NET?
Is there a managed way to extract thumbnails of H.264 MPEG-4 AVC encoded video? If so, what method is most suitable for extracting in bulk?
I want to show a list of videos rather than a single one. ...
0
votes
1answer
43 views
Size / Compression of MJPEG vs MPEG-4
how big is the difference between a MJPEG and a MPEG-4 encoded stream ?
I have an IP Camera which is capable of saving data to a 32 MB Buffer, in MJPEG Format or in MPEG-4. Resolution is 800x600 at 30 ...
0
votes
0answers
61 views
MPEG-4/H.264 streaming with Java WebStart
I am searching some possibilites to receive an MPEG-4/H.264 video-stream in a java WebStart app. Does anyone have a clue if something like this exists ?
0
votes
1answer
81 views
Can I use ffmpeg to create multi-bitrate (MBR) MPEG-4 videos?
I am currently in a webcam streaming server project that requires the function of dynamically adjusting the stream's bitrate according to the client's settings (screen sizes, processing power...) or ...
0
votes
1answer
48 views
Windows Media Player, h264 support and Windows versions
Which Windows versions support h264 playback out of the box (with Windows Media Player)? Is it possible to detect whether the support is available through Javascript?
We are serving MPEG-4 video ...
0
votes
1answer
162 views
Creating procedural MPEG-4 video with pygst
I hope to find how to create MPEG-4 video file with pygst (other frameworks can be suggested).
The question has three parts
How to feed generated video data in pygst pipeline from Python frame ...
0
votes
3answers
724 views
Parsing frame-by-frame from .mov using ffmpeg
I'm trying to parse H.264 frames from a .mov file. I think I've come to the conclusion that mov.c from AVFormat-part of FFMPEG is the way to go. But mov.c is ~2600 lines of next to uncommented code. ...
0
votes
1answer
161 views
MJPEG vs. MPEG-4 encoding time
I am testing the encoding performance (MPEG-4 and MJPEG) of a smart camera. I have written an application in OpenCV/FFMPEG for performing encoding, where the application captures images from the ...
0
votes
0answers
172 views
FFMPEG AVCodec: How can I create a FULL copy of a decoder?
I'm writing a video decoder (using FFMPEG/AVCodec) for a custom implementation of an mpeg4 video stream. The peculiarity of this video stream is that it could split into many "son" streams creating ...
0
votes
0answers
76 views
Get metainfo from m4b file in objective-c with iphone sdk
I have a .m4b file (audiobook). I need to get chapters list and images for chapters from this file. I've read about m4b - it should be similar to mpeg4.
I tried to use MediaInfoLib, but coundn't get ...
0
votes
1answer
200 views
What is the right way of decoding of MPEG-4 video stream sent by multicast?
I'm trying to view the MPEG-4 video stream from IP-camera which is sent by UDP multicast using gstreamer-java.
Each frame sent by camera is splitted into several UDP-packets.
After assembling complete ...
0
votes
0answers
209 views
(iPhone)Setting a poster frame as thumbnail for an embedded video
I am using an iPhone 3G running OS version 4.2.1. I have an embedded video that I want to play in a webpage. I am using AC_Quicktime.js to generate the embed code ...
0
votes
0answers
293 views
How to detect if a media file is DRM protected in ANDROID?
I trying to play a MPEG4 file using Android VideoView(Media Player). But it gives out the following error. Here is the logs.
VERBOSE/MediaPlayerService(64): setDataSource(), player type = 4
...
0
votes
0answers
532 views
RTP/RTSP Live Streaming Display on a web page
What is the best solution to display multiple live streams from a surveillance camera (so low latency is a requirement) in a web application (VideoWall-like)?
Personally I'm thinking about two ...
0
votes
2answers
191 views
How to port mp3 code to a ARM board
can anyone guide me the steps and knowledge needed to port a codec in ARM board. Like a development board below
...
0
votes
2answers
287 views
RTP Stream… MPEG-2 or MPEG-4?
I'm using RTP TS (Payload 33) to stream some video files in MPEG-2 and MPEG-4, and then perform some tasks over them.
How could I know what type of video (MPEG-2 o MPEG-4) is inside the RTP stream I ...
0
votes
1answer
69 views