Questions tagged [avi]

This tag is for questions about playback of, creation of, and programmatic interaction with, Audio Video Interleave (*.avi) files. The AVI format was introduced by Microsoft in 1992 and has been widely adopted and modified since, but remains mostly supported on Microsoft devices

The AVI - "Audio Video Interleave" - format was introduced by Microsoft in 1992 and has been widely adopted and modified since, notably with the widely-used file format extensions developed by the Matrox OpenDML group in February 1996.

AVI files can contain both audio and video data in a file container that allows synchronous audio-with-video playback.AVI is a derivative of the Resource Interchange File Format (RIFF), which divides a file's data into blocks, or "chunks." Each "chunk" is identified by a FourCC tag. An AVI file takes the form of a single chunk in a RIFF formatted file, which is then subdivided into two mandatory "chunks" and one optional "chunk". By way of the RIFF format, the audio-visual data contained in the "movi" chunk can be encoded or decoded by software called a codec, which is an abbreviation for (en)coder/decoder. Upon creation of the file, the codec translates between raw data and the (compressed) data format used inside the chunk. An AVI file may carry audio/visual data inside the chunks in virtually any compression scheme, including Full Frame (Uncompressed), Intel Real Time (Indeo), Cinepak, Motion JPEG, Editable MPEG, VDOWave, ClearVideo / RealVideo, QPEG, and MPEG-4 Video.

Since AVI's introduction in the 1990s, evolving requirements for computerized video files have resulted in many situations that the original AVI spec did not anticipate, and a variety of responses have come forward. As a result, AVI-based videos have fallen victim to some format fragmentation, although there are widely-available codecs and other software (e.g. VLC Player) which can play all major types of video files.

526 questions
0
votes
1 answer

PHP - Stream AVI-Videos

on my website i will stream mpg/avi videos. now i am looking for a videoplayer that supports that avi files. does the JW-Flashplayer support that avi movie files or the adobe flash player? which videoplayers are available to show a avi movie via…
Max Gunter
  • 213
  • 1
  • 14
0
votes
1 answer

Seting dwScale and dwRate values in the AVISTREAMHEADER structure at AVI muxing

During capturing from some audio and video sources and encoding at AVI container for synchronizing audio & video I set audio as a master stream and this gave best result for synchronizing.…
Survarium
  • 190
  • 2
  • 6
0
votes
3 answers

MPEG to AVI library

I am searching for a library that can convert MPEG to AVI. Is there a good one for this purpose? Thanks in advance. (My program is written in VC++, Thanks) (I am using DirectShow.But I don't know how to use it to convert MPEG to AVI ? I know how to…
KenC
0
votes
1 answer

Writting hundrads of AVI files in different threads using OpenCV 2.2

I writting an application using OpenCV 2.2 under VC++. I am getting videos from different network streams and write frame by frame to AVI file each in separate thread. The video streams are in hundrads and my application writting hundrads of files…
Peshogy
  • 3
  • 1
0
votes
1 answer

Get subtitles from video (avi, mp4, mkv etc.)

Is it possible to get subtitles from popular video file formats (*.mp4, *.mkv, *.avi etc.) using some library or API to third-party software? Preferable language is Java, but this is not a requirement.
kolobok
  • 3,835
  • 3
  • 38
  • 54
0
votes
2 answers

how to play DivX videos using Vitamio?

Simple AVI videos seem to play fine in videoView, as well as I can get thumbnails from them by Bitmap bMap = ThumbnailUtils.createVideoThumbnail(s, MediaStore.Video.Thumbnails.MICRO_KIND); ivPic.setImageBitmap(bMap); Yet DivX avi…
Roger Travis
  • 8,402
  • 18
  • 67
  • 94
0
votes
1 answer

MATLAB 4D (3d + color) plot with animation

I have 3 sets of 30 data points X,Y,Z. I would like to make the 4th dimension color. However the 4th dimension I want to use is a different length than my X,Y,Z (133 vs 30). This is a problem when using the scatter3 function in MATLAB, as the…
user1412994
  • 35
  • 1
  • 2
  • 9
0
votes
1 answer

Upload an .AVI file in Matlab and move it across the screen

I am very new at Matlab and I just would like to know if Matlab allow us to upload swf files. If not, i know that it is possible to upload a movie (AVI for example). Could I upload a movie and move it to different points of the screen at a certain…
Flowers
  • 59
  • 1
  • 2
  • 12
0
votes
1 answer

matlab display avi in GUI

how can I display an avi file (myVideo.avi) in my gui? if it helps, I have 11 images that my avi video is composed of them, and what I need is to show these 11 images in an infinity loop (till the figure will be closed). this is what I…
Alon Shmiel
  • 6,753
  • 23
  • 90
  • 138
0
votes
1 answer

Gstreamer raw video AVI does not play in Media Player

I am using GStreamer on Windows XP to write a stream of raw (YUV) video to a sequence of AVI files. A simplified version of the pipeline I am using is shown below: gst-launch -e -v videotestsrc pattern=smpte100 num-buffers=10 horizontal-speed=1 !…
Paulski73
  • 195
  • 1
  • 6
  • 20
0
votes
5 answers

Bash script to search and rename recursively

I have a bash script that converts *.mkv files to *.avi files. Here's what it looks like: #!/bin/bash for f in $(ls *mkv | sed ‘s/\(.*\)\..*/\1/’) do ffmpeg -i $f.mkv -sameq $f.avi done What I need this script to do however, is it needs to search…
justinhartman
  • 682
  • 7
  • 20
0
votes
1 answer

Why does AVIStreamRead read nothing?

I'm writing a simple AVI loader to get each frame from an AVI file and save it to an OpenGL texture. I'm using VFW, and AVIStreamRead isn't returning anything. This is my code that grabs each frame: void CVideoControl::SetFrame(long frame) { …
smoth190
  • 438
  • 7
  • 26
-1
votes
2 answers

VirtualDub AVI Compression

I am using VirtualDub to output compressed AVI files from input JPG files. I choose Full Processing Mode as the video mode and Cinepak Codec by Radius I chose image quality of 100%, 50% and 10% but the output files are all the same size. I would…
OtagoHarbour
  • 3,969
  • 6
  • 43
  • 81
-1
votes
2 answers

Automatically open URL after my media player avi file finishes

I want to automatically open URL on the same page after my media player avi file finish and here is my code: WELCOME TO LOTUS TENDA WEBSITE
-1
votes
1 answer

Welding arc's light saturate the image

Today i come to you to ask you for your help because this is not my domain. I am a computer vision engineer and i want to monitor a WAAM (wire arc additive manufacturing) process using an OPTRIS PI 1M thermal camera. The problem is when i try to…
Kert
  • 1