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

learn more… | top users | synonyms (1)

0
votes
0answers
9 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
18 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
28 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
18 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
40 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
31 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
0answers
22 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 ...
-1
votes
0answers
11 views

wheter ac coefficient of one h264 DCT block is more likely to be negative if the DC coefficent is negative in this block? [closed]

In a h264 macroblock,for a luma block, DC coefficent is the mean value of the whole block,then can we say the ac efficent is more likeyly to be negative if the dc is negative?thanks very much!
0
votes
0answers
17 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
16 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
58 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
27 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
24 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 ...
1
vote
0answers
13 views

mix audio with h264 mp4 video with ffmpeg [migrated]

I have 2 files : Input #0, wav, from '105426_1.wav': Duration: 00:00:09.98, bitrate: 1312 kb/s Stream #0:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 41000 Hz, stereo, s16, 1312 kb/s and: ...
0
votes
2answers
42 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 ...
0
votes
0answers
53 views

Streaming H.264 video via RTP with VLC

I'm streaming an H264 movie through vlc 2.0.5. I've created the SDP file from reading the SDP packet through wireshark, and I was able to play the stream in vlc 1.1 and 0.9 (when the streamer is still ...
0
votes
1answer
104 views

Encoding H.264 video using FFmpeg C API

I'm trying to encode a H.264 video with the FFMPEG C API. I have successfully compiled and executed the decoding/encoding example provided by FFMPEG. The problem I'm facing is that the .mpg file ...
0
votes
0answers
18 views

15fps artifact in 60fps H.264/MPEG-4 AVC encoded video

I'm trying to compute a "motion index" from some video simply by computing the absolute difference between image frames using Matlab. Technically, everything seems to work, but if I load every frame ...
2
votes
1answer
69 views

Pseudo-streaming mp4 files does not work with flash player

I've got a problem with streaming audio on my website. I thought I could put the MP3 file inside an MP4 container with h264 codec, so I can use pseudo-streaming ability of mp4 codec. The code I'm ...
0
votes
2answers
84 views

Why do I get these artifacts when using Microsoft MPEG-TS Demultiplexer and H.264 decoder on a H.264 MPEG-TS stream?

I have written a live push filter that gets an mpeg-ts stream containing h.264 video and aac audio. I set up a directshow pipeline and configure the output pins. I can render the h.264 stream but I ...
0
votes
1answer
83 views

android mediacodec: real time decoding h264 nals

I'm trying to decode h264 nals in real time with android low level media api. Each nal contains one full frame, so i expect that after feeding input with my nal and calling dequeueOutputBuffer it ...
0
votes
0answers
20 views

Change in MP4 duration from actual Video duration

I have muxed a 10s H.264 video with 10s aac audio using FFMPEG into a mp4 container. But the total duration showed by VLC Player is 14seconds, any idea why this might happen?
0
votes
0answers
52 views

h.264 video in mp4 container jumps when played in VLC

I have H.264 video and AAC audio generated in Andriod phone recieved wirelessly using SIP protocol and muxed using FFMPEG APIs, The generated mp4 when played through VLC or other player is never in ...
0
votes
1answer
70 views

Decode h264 stream with ffmpeg introduces a delay, how to avoid?

I'm working on some code that encodes a video feed, sends it over UDP to a client that then decodes the stream. It working fine using a x264 encoder, my only problem is that when i call ...
0
votes
1answer
35 views

Decoding h264 on ios

This is based on the answer you provided for this thread. Can CMSampleBuffer decode H264 frames? Can you give more pointers , how you achieved it ? I am getting a h264 raw stream from socket on my ...
0
votes
1answer
47 views

Media container for H264 and Opus [closed]

I am looking for a media container that can hold H264 video and Opus audio, allowing me to perform playback using VLC or equivalent. H264 is a hard requirement, and I picked Opus because of the ...
0
votes
0answers
65 views

How to get GStreamer for Windows and for Android work together with h264 over RTP?

My goal is to capture video, encode it with x264, stream it over RTP, receive it on Android, decode and display with as low latency as possible to get. The encoder/sender machine is Windows 7 with OSS ...
1
vote
0answers
29 views

H264QuantizationParameter and AudioVideoCaptureDevice

I'm using IAudioVideoCaptureDeviceNative and StartRecordingToSinkAsync. I need to get the bitrate lower and have been trying to set the H264QuantizationParameter property, but using it throws an ...
0
votes
1answer
54 views

How get sps struc from h264 video with libav ffmpeg

For my HW decoder I need know additional codec specification about video codec like h264? How I can extract low level codec info with libav ffmpeg? The data that I need: ...
-2
votes
0answers
128 views

Decode video with CUDA nccuvid and ffmpeg [closed]

*strong text*I starting to implement custum video decoder that utilize cuda HW decoder to generate YUV frame for next to encode it. How can I fill "CUVIDPICPARAMS" struc ??? Is it possible? My ...
0
votes
1answer
94 views

wrapping h264 stream into mp4 with gstreamer

how can I wrap pure h.264 stream into mp4 using Gstreamer so that I can seek to specific location in video? Gstreamer is used because of it's licence requirements, so please do not offer ffmpeg!
0
votes
1answer
52 views

Converting between SDP's sprop-parameter-sets and mkv's CodecPrivate

Is there some easy way to convert between h264 settings as stored in Matroska file: + CodecPrivate, length 36 (h.264 profile: Baseline @L2.0) hexdump 01 42 c0 14 ff e1 00 15 67 42 c0 14 da 05 07 e8 ...
0
votes
0answers
33 views

[Generic Video Spec]: Is there any video specification which compatbile with all devices?

Is there any video specification which compatbile with all (Desktop and Mobile) devices? (Especially in browsers) The specification include bit rate, resolution,etc.
0
votes
1answer
146 views

Access StageFright.so directly to decode H.264 stream from JNIlayer in Android

Is there a way to access libstagefright.so directly to decode H.264 stream from JNI layer on Android 2.3 or above?
0
votes
1answer
61 views

How to receive H264 stream via RTP and store to file?

I'm trying to make a server that receives RTP/H264 video streams from android clients and stores these to file. Currently I'm using VLC in the server, which works well. However, I am worried that ...
0
votes
1answer
66 views

how to speed up the process using canvas tag to display decoded h.264 packet inside browser plugin?

I am new to browser plugin and firebreath. I tried to build a plugin which decode h264 packet and then display the video frame into canvas tag on browser html5. But I tested to modify 100x100 canvas ...
-1
votes
1answer
52 views

Playing H264 in C# .NET 3.5

I am working on an existing application written on C#.NET 3.5. I am looking for a free (open-source if it is possible) library, that allows to play h264 files.
0
votes
0answers
51 views

X264 Decoder complete frame not come in one NAL Unit

I am using libX264 library for encoding purpose . After encoding data is in form of NAL Unit ()..... .This is same format( AVC) what I require but problem is one frame come in two Nal Unit ( One ...
1
vote
0answers
107 views

AAC ffmpeg encoding iOS [closed]

So I have spent most of the day writing an FFMPEG client for iOS, and I ran into a problem when trying to convert my hardware encoded h.264/aac mov file to h.264/aac flv. I borrowed the muxing.c ...
0
votes
0answers
73 views

trying to efficiently extract images from h264 stream [closed]

I have a webcam (Logitech C920) that can generate H.264 stream. I want to encode it into HTTP Live Streaming (HLS) AND extract out 'thumbnail' images about once a second. I have a command that ...
0
votes
2answers
151 views

How to use MediaCodec class to decode H.264 streams

I am new for android , I have a project where I have been asked to display a video stream (the stream is not from HTTP)in android, the stream is raw H.264 which is Recorded and encoded in a PC ,and I ...
1
vote
1answer
30 views

h264 high profile video: playback from specified point

What is the proper and fast way to start streaming/playback of h264 high profile HDTV video dump from the specific point? Huge sample of the real life stream: this file. According to 'ffprobe ...
-1
votes
1answer
210 views

mpeg-ts h264/aac into mp4 container change unplayable on Quicktime playable on VLC [closed]

I'm trying to change the container of a video streamed with HLS into an mp4 file. The capture and conversion is being done with ffmpeg libavformat, the output video is playable in VLC but not on ...
0
votes
1answer
195 views

convert flv video file to m3u8 format with h264 and aac codec in ffmpeg

I want to convert a flv video file to a m3u8 container using AAC and H264 encoding in FFmpeg version 0.7.15. Can anyone help me on this? I used this command to convert to the m3u8 format, but it ...
0
votes
1answer
236 views

How to use FFMPEG to play H.264 stream from NAL units that are stored as video AVPackets

I am writing client-server system that uses FFMPEG library to parse H.264 stream into NAL units on the server side, then uses channel coding to send them over network to client side, where my ...
1
vote
0answers
84 views

Incorrect frame rate in video (Xuggler + MPEG 4 + H.264)

I have a problem with incorrect value of frame rate in output file, after converting. I made a really simple example to describe a problem: public static void main(String[] args) { // reader ...
0
votes
1answer
164 views

build an encoder on android(FFMPEG)

I need to build an encoder on android. Trying to encode the video stream captured by camera to h.264. I've got the libffmpeg.so file, but I don't know how to use it. I'm new on this. Could anyone ...
0
votes
1answer
84 views

Looking for a SIP client that can use an h.264 RTSP stream as a video source

We are looking to integrate an IP camera (h.264 RTSP stream) with an asterisk PBX system for use in a school for distributed education (so a remote teacher can "dial in and teach"). Ideally we would ...
0
votes
0answers
260 views

Live video streaming using Directshow.net

I am creating a windows service,which will start capturing webcam input from client computer and stream it live(rtmp) after H.264 encoding.I already know how to capture video from webcam using ...
0
votes
1answer
92 views

Get frame from live video stream

I am streaming live video from my camera on my android phone to my computer using the MediaRecorder class. recorder.setCamera(mCamera); recorder.setVideoSource(MediaRecorder.VideoSource.CAMERA); ...

1 2 3 4 5 16