H.264/MPEG-4 Part 10 or AVC (Advanced Video Coding) is a standard for video compression
0
votes
1answer
6 views
How to calculate Framerate using IVMRWindowlessControl9?
I'm working on desktop application and using DirectShow. I'm playing live stream in IVMRWindowlessControl9 control.
i want to calculate framerate at which video plays on IVMRWindowlessControl9 ...
0
votes
0answers
6 views
How to convert Live video stream from YUV(HDYC) to RGB
I want to convert video streams from webcam. that video streams are called HDYC. I think it's a little special so I didn't control now.
My question is How to convert that format to rgb in c++ using ...
0
votes
0answers
25 views
FFmpeg streaming to Akamai like FMLE does
I am trying to stream video from my webcam to AkamaiHD service using ffmpeg (like it is implemented in Flash Media Live Encoder)
ffmpeg -f dshow -i video="Webcam C110" -s 640x360 -aspect 16:9 ...
0
votes
0answers
7 views
Force XGA in SDP for H.264
I have checked H.264 profile levels and seems to be there is no definition for XGA.
I have the following scenario:
My App <---> SIP/H264 <---> Cisco MCU
Cisco MCU supports a variety of ...
0
votes
2answers
60 views
How to encode jpeg images to H264 very fast (transform images to video)
I have 30 JPEG images (.jpg) at a resolution of 480 x 640.
Each image takes aboout 20KB (all of them takes about 600KB).
I am using FFmpeg command to encode these images into a video in H264 format.
...
1
vote
0answers
24 views
Looking to understand RTSP and H.264 Encapsulation
I am trying to learn enough about H.264, RTP, RTSP and encapsulation file formats to develop a video recording application.
Specifically, what should I read to understand the problem?
I want to be ...
0
votes
0answers
31 views
save rtsp h264 stream with Jcodec (on Android)
Did anyone manage to save a rtsp video stream (h264 mpeg) using Jcodec?
Could you please give me an example?
Also any other method of saving a rtsp stream on an android device would be of great ...
0
votes
2answers
32 views
How to encode Bitmaps into a video using MediaCodec?
I would like to encode a set of Bitmaps that I have into an h264. Is this possible via MediaEncoder? I have written some code in order to do it, but the output cannot be played in any media player I ...
0
votes
1answer
28 views
OpenCV RTP Decoding
Is there any way to read RTP packets (that will be sent from a server over a pre-built tcp connection) and decode them to be able to create a h264 stream to be displayed? The data will be ...
0
votes
1answer
35 views
Converting mp4 to mpeg2-ts crashes on audio packets
I have written some C code that takes an mp4 file with h264-encoded video and AAC-encoded audio and writes it to segmented .ts files.
The code can be seen here: http://pastebin.com/JVdgjM9G
The ...
0
votes
2answers
38 views
Codec not found while H.264 encoding using FFMPEG in iOS
I am trying to encode video in h.264 format using FFMpeg in iOS. Actually I am receiving sample buffer from iPhone Camera and then converting it AVFrame and further from AVFrame to H.264 video. But ...
0
votes
1answer
38 views
H.264 video encoder in javascript
I am looking to make a video encoder entirely in Javascript. The idea is that the user will be able to specify an existing video (easy enough) or a range of images and then be able to encode it to ...
3
votes
0answers
59 views
Video codec for H264 with opencv
I am trying to create a movie using opencv and I need that output file be in H264 format.
I used the following fourcc in opencv, but I am getting error that suitable codec is not installed.
...
-1
votes
1answer
37 views
How to fetch h.264 bytes from iPhone Camera? [duplicate]
I need to publish live video stream from iPhone Camera to RTMP Server (Wowza server). The video stream must be in h.264 format. I know AVFoundation stores video to a file in h.264 compression but I ...
1
vote
2answers
36 views
How can we get H.264 encoded video stream from iPhone Camera?
I am using following to get video sample buffer:
- (void) writeSampleBufferStream:(CMSampleBufferRef)sampleBuffer ofType:(NSString *)mediaType
Now my question is that how can I get h.264 encoded ...
-1
votes
0answers
5 views
h.264 IDRs transcodeing to jpeg or png files [closed]
I have a linux C program that extract IRDs from an h.264 stream. I would like extend it and have the IDRs converted into jpeg or png files. What is the best way to do that? Are there transcoding ...
0
votes
0answers
26 views
Extract Frames from any video and reencode them to form a 3 second H264 video using Java
I have a saved video file of 1 minute. I need to extract frames from that video and form a video from those frames and output as a h264 video file of 3 seconds. 3 seconds should be such that its 1.5 ...
0
votes
0answers
51 views
VLC plays network stream from the past?
I have a working h264 video stream server solution where I pipe the video output to netcat.
The streaming server is a Raspberry Pi with a camera module
raspivid -t 999999 -w 300 -h 300 -hf -fps 20 -o ...
0
votes
0answers
40 views
H264 stream video not playing on android device
I 'm building an android app that streams the phone's video camera to the flash media server and then plays it back on the device's screen.The video stream that i'm sending is H264 encoded using the ...
0
votes
0answers
11 views
H264 decompression/decomposition into JPG - quality issues [migrated]
I'm trying to decode a 1920x1080 30fps h264 stream. Individual frames look outstanding in VLC media player (pausing the playback), but when I decode using avconv (ffmpeg has been deprecated and ...
2
votes
0answers
36 views
QT Multimedia, black screen for H264 movie
I'm trying to play a movie using the QT Multimedia framework (5.0.1), but I only get a black screen with a mov coded with H.264.
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
...
0
votes
1answer
39 views
Encode h264 to match existing stream
In short: I have to encode a tiny amount of video frames and stitch them in front of a much bigger h.264 stream without reencoding said stream.
The details: I receive a multi GB transport stream ...
0
votes
1answer
25 views
Encoder in Wowza Streaming server
i am new to wowza media system.just started development two days ago.i am following this tutorial http://www.wowza.com/forums/content....-based-encoder in this there is a heading Publishing the stream ...
-2
votes
0answers
37 views
ffmpeg and H264 confusion [closed]
I am new in video encoding, and just starting to learn now. I am confused about the ffmpeg and H264
What are the differences of these?
Is ffmpeg the encoder and H264 the
codec?
Is it possible to ...
0
votes
1answer
62 views
convert h.264 live stream to mjpeg live stream
most browsers can directly display a HTTP MJPEG Stream... while they can´t display h.264 via RTSP without the help of plugins...
I have a security cam that can only stream h.264 via RTSP so I can´t ...
0
votes
0answers
63 views
What is an option for developing H.264 conferencing with a webcam and Delphi? [closed]
I have found LEADTOOLS which at one time provided a Delphi VCL component. Their library has the robust functionality that I am looking for, but they don't have any Pascal integration.
Are there other ...
0
votes
0answers
48 views
Recovering MPEG videos from raw hard drive?
I'm trying to recover videos from the hard drive of a video monitoring system (a Monacor DRM-1880). The docs tell that the videos use the H.264 encoding but do not provide any information about the ...
0
votes
1answer
34 views
Live streaming issue from iOS to Android
We are working on an video streaming application in iOS and Android. We are using Wowza server. Application works fine from iOS to iOS and Android to Android. Means a video published from iOS device ...
0
votes
0answers
59 views
avi encoded to streaming mp4 or webmnot playing in html5 player
[EDIT]
I'm trying to get ffmpeg to encode various AVI files to mp4 for streaming purposes
I use this nodejs to start FFMPEG.
When I try this (webm) (some settings are wrapped by the node module but ...
0
votes
1answer
36 views
Live stream format in iOS
We have developed video streaming applications for Android and iOS. In this application user can publish video and can view live streams as well. App is working fine from iOS to iOS but can not play ...
3
votes
0answers
157 views
Create mp4 files on Android using Jcodec
i have some troubles with writing mp4 files on Android using MediaRecorder and Jcodec, here is my code
public class SequenceEncoder {
private final static String CLASSTAG = ...
0
votes
1answer
72 views
Transcoding from H.264/AVC to HEVC in Asterisk 11
Is it possible to develop a H.264 to HEVC transcoder for asterisk as it doesn't have native support for H.265/HEVC ? If so, how would I put my transcoder into use?
0
votes
1answer
58 views
What are the correct x264 settings to achieve the lowest latency possible?
I'm making a streaming system than consists of
backend - generates and encodes 1280x720@30fps with libx264 and sends NALUs to frontend over UDP
frontend - receives frames from backend, decodes with ...
0
votes
1answer
49 views
av_guess_format h264 returns NULL on Android
executing this code:
av_log_set_callback(_log_callback);
av_register_all();
avcodec_register_all();
LOG(avcodec_configuration());
AVOutputFormat * fmt = av_guess_format( "h264", NULL, NULL );
And ...
-2
votes
0answers
55 views
No H.264 video data from FMS
I write a RTMP library in Golang, and host the codes on github.
https://github.com/zhangpeihao/gortmp
My client can not receive the video data in H.264 codec.
Audio data are OK.
Video data in ...
0
votes
0answers
18 views
Crash in VDADecoderDecode on OS X
I'm trying to decode an h.264 bitstream using the OS X Video Decode Acceleration framework described in TN2267. Unfortunately, I find that the app always crashes with EXC_BAD_ACCESS on the first call ...
-1
votes
0answers
22 views
h264 encoding for I slice [closed]
I am doing some research on jm86.Reading the trace file,I found that take intra 4*4 for example, if one block of an macroblock don't have any non-zero coefficient,this block is still encoded,one bit ...
0
votes
0answers
27 views
continuously create h264 video files on the fly and stream them as one continuous video in html 5 video
I want to know if it is possible to do this. I have not been able to find any information on it.
Basically I want to continuous capture screen shots, convert them to h264 video files on the fly and ...
1
vote
0answers
40 views
Striped image in H264 stream
i'm working on a video streaming client in HTML, CSS, Javascript an plugin in Google Chrome.
The plugin creates an stream using RTP protocol and uses H264 codec to encode and decode the stream. But ...
0
votes
1answer
52 views
How to achieve 2 pass encoding using x264?
is there a parameter in the x264_param_t structure
or do I have to send frames to x264 dll twice.. ?
Because I just use encoder_encode function and that returns nal units .
Im guessing it should be ...
1
vote
0answers
45 views
How to Encode H.264 from mobile Camera and packetize it(H.264) to Wowza server over RTP/RTSP
I Want to Capture video feed from mobile camera in H.264(either by using Library OR using any Native Support in Android), packetize the H.264 feed to Wowza server over RTSP/RTP.
How to encode camera ...
2
votes
0answers
51 views
why quantized coefficient in the encoder and in the decoder of the same position are different in the jm86?
I am doing some research on jm86 recently. There are one I frame and two P frames in my test sequence ,and both are frame coding. I want to print out the 16 quantized ac coefficients of the first ...
0
votes
0answers
208 views
How to convert H264 RTP stream from PCAP to a playable video file
I have captured stream of H264 in PCAP files and trying to create media files from the data. The container is not important (avi,mp4,mkv,…).
When I'm using videosnarf or rtpbreak (combined with python ...
0
votes
1answer
81 views
How to create mp4 file from h264 encoded frames on android?
I have some h264 frames already encoded with android encoder. Now i want to create and write them one by one to the mp4 file. Please advise how to do this on android in Java. I don't want to use ...
0
votes
0answers
87 views
VLC mozilla plugin and h264 stream
For my project I'm using VLC mozilla plugin to show video and rtp / http streams but I came to the problem called h264 decoding.
Standalone version of VLC or CVLC can use --ffmpeg-hw flag to use ...
0
votes
0answers
20 views
Playing 24bits video with HTML5
I recorded my screen with CamStudio and the Camstudio lossless codec.
I encoded my avi file to mp4 (h264).
My resulted video ( mp4) use color 4:4:4 (24bpp color).
If I try to embedd in a html ...
0
votes
1answer
141 views
Ardrone Video Stream decoding in Android
I'm working on an image processing project for the Parrot AR.drone, using opencv4Android, i'm so new to the whole thing! ,
does anyone have an idea about how to read in video streams from the ARDrone ...
0
votes
0answers
88 views
How can I convert .mp4.avi file to .h263 [closed]
I'm doing an experiment and I need .h263 bitstream samples however I didn't find many of them on internet (I would like files which size around 10MB) so I ended up deciding to convert some files from ...
-1
votes
1answer
40 views
H264 used in video for audio stream [closed]
I've been reading on the h.264/MPEG4 (AVC) format/codec, and from what I understand, it's a codec for audiovisual content. I've downloaded a few HD videos and looked up the codec in VLC player. What ...
0
votes
2answers
106 views
Android video format
We want to create a video that can be played on all Android devices.
How should we specify the format of the video, such that it will play on pretty much all Android devices?
The production company ...



