Questions tagged [avi]

Audio Video Interleave, a video format developed by Microsoft in 1992.

Audio Video Interleave (AVI) is a wrapper format audio and video created by Microsoft which official extension is .avi. It is one of the most popular formats in the world, recognized natively by most versions of Windows and all the DVD players that are compatible with the DivX codec.

AVI is a form of association interlace video and audio, each in their respective proportions and peculiarities. It is a space in which it stores information. The AVI can contain a video track encoded in any codec in the same age and you can associate an MP3 audio.

194 questions
198
votes
14 answers

How can I check the integrity of a video file (avi, mpeg, mp4...)?

This title could be somewhat misleading, so let me explain ... I'm downloading a video file ... mpeg, avi - being one of the popular formats. Now, if I am downloading it, and the download breaks in the middle of the uhm ... download, then, for…
Rook
  • 24,289
103
votes
16 answers

Can AVI files contain a virus?

I'm downloading an AVI file via a torrent, but my anti-virus detects something. Is it possible that the AVI file contains a virus? It is quite weird since the torrent has many positive reviews.
IMB
  • 5,583
63
votes
3 answers

Compare two video files to find out which has best quality

Suppose I have same video material encoded in two (or more) files. I'd like to run some utility on them which groundly pointed out which file is "best" in quality. "Groundly" means that I'd like to get report which compares different aspects (e.g.…
pfalcon
  • 1,022
30
votes
5 answers

How to convert an MKV to AVI with minimal loss

To convert an MKV to AVI, I do two things. The first thing I do is this: ffmpeg -i filename.mkv -vcodec copy -acodec copy output.avi or this: ffmpeg -i filename.mkv -sameq -acodec copy output.avi Either of these will convert the MKV to an AVI, but…
tony_sid
  • 14,957
27
votes
7 answers

How can I repair a broken AVI file?

I have an .avi file that is about 110mb. When I try to play it with VLC Media Player it says something like "This file is broken. Attempt to repair?" and after it does its thing it is still unable to play it. Is there any other software out there…
26
votes
1 answer

ffmpeg and the 'unable to find suitable output' error

I'm trying to convert a large MKV to an old-school AVI file. I'm trying this: ffmpeg -i video.mkv -s -codec:v mpeg4 -bf 1 -b 2567k -mbd 2 -g 300 -flags cgop -acodec copy video.avi but I get [NULL @ 0x7fa0d901e600] Unable to find a suitable output…
iceequal
  • 747
23
votes
1 answer

FFmpeg/avidemux: fix packed B-frames

I'm transcoding some of my old mpeg4 videos (in avi containers) to h.264 with FFmpeg. Basically ffmpeg -i input.avi -c:v libx264 [x264 settings] -c:a libfdk_aac [aac settings] output.mp4 When doing so, mpeg4 issues the following warning Video uses…
4ae1e1
  • 1,666
20
votes
3 answers

How do I find the codec for an AVI?

How can I find which codec an AVI file needs? A method that does not require downloading a program would be preferred (such as looking at the file in notepad).
C. Ross
  • 6,734
17
votes
5 answers

Lossless VOB conversion with ffmpeg

Is there a way to convert a VOB to another video format using ffmpeg without sacrificing audio or video quality?
tony_sid
  • 14,957
16
votes
10 answers

What is the best software to split and join avi files?

What is the best software to split and join avi files without losing quality (lossless) in Windows?
16
votes
7 answers

Merge AVI-files without recoding in Mac OS X Lion

Is there a (at best free) solution to merge AVI-Files in Mac OS X Lion without the need to recode them? (Until Snow Leopard I used D-Vision 3, which won't run on Lion because it's PPC.)
Chris
  • 303
16
votes
6 answers

How to increase the volume for an avi file

I have one or two .avi files for which the sound is simply too low. I like to play them in vlc, and enabling the graphic equalizer helps somewhat, but is there any other (easy and quick!) way of increasing the volume? Thanks!
15
votes
8 answers

Burn AVI file to DVD on Linux

What is the most streamlined process in Linux for getting a high quality .AVI file burned to DVD disk for playback on normal DVD players?
andrewrk
  • 312
12
votes
4 answers

How to losslessly combine multiple AVI files into a single file?

I would like to combine multiple movie clips with .mov and .avi extension into a single file. Is there any free software in the market that is good and able to perform that? Preferably that should work without any loss in quality.
Lopper
  • 287
12
votes
3 answers

Change default audio track in .avi without remuxing

I have some .avi files that have multiple audio tracks and the default audio track is in a foreign language. I'm not seeking to remove the other track, but merely change some default flag within it so that, when I open it, it plays track 2, or…
Hashbrown
  • 3,338
  • 4
  • 39
  • 51
1
2 3
12 13