Output formats
1.File format
If you dont change the output format and edit a mpeg or ogm, you will end up with weird stuff like mpeg1 in avi or vorbis in avi that could be unplayable.
Format |
Restriction |
Avi |
Plain avi, no OpenDML |
Avi Dual Audio |
Avi with two audio tracks |
Mpeg Video |
Raw elementary stream |
Mpeg A+V (PS) |
Mpeg PS stream (VCD/SVCD/DVD) |
Mpeg A+V (TS) |
Mpeg TS stream to stream to a dreambox :) |
OGM |
Audio track must be MP3, AC3 or Vorbis (CBR/VBR) |
Unp. vop. |
Avi+mpeg4 with the packed vop hack stripped |
2.Video codec
Name |
Comment |
Dependancy |
Divx |
Disabled, latest version crashes on P4 |
Divx |
Xvid |
Good, accurate, fast, plenty of options |
Xvid 0.9 or 1.x |
Mpeg4 (Lavcodec) |
Good, accurate, fast, plenty of options |
Lavcodec(bundled) |
H263 |
Settings from lavcodecc |
Bundled |
Huffyuv |
YV12 Huffyuv, not compatible with windows |
Bundled |
FFV1 |
Lossless video codec from lavcodec. Efficient ! |
Bundled |
VCD/DVD/SVCD |
Good quality, slow |
mpeg2enc, Bundled |
VCD/SVCD/DVD(lavcodec) |
Fast, lavcodec based, somehow not 100% compliant | Bundled |
H264 |
Very preliminary support | x264 |
Snow(lavcodec) |
Slow, interesting, experimental |
Bundled |
3.Audio codec
Name |
Comment |
Dependancy |
Uncompressed |
Big |
|
Vorbis |
Be sure to select ogm as output ! |
libvorbis/libogg |
MP3 |
Good quality, CBR or VBR |
liblame |
MP2 |
CBR only, compliant ? |
Bundled(lavcodec) |
AC3 |
CBR only, compliant ? |
Bundled(lavcodec) |
MP2 |
Using libtoolame, still buggy ? |
Bundled(Libtoolame) |
AAC |
Using faac |
Faac |
4.Format specific
Avi
It is the default save format. A second CBR audio track can be added using Audio->Second audio track. It can be either MP3 CBR or AC3.
Mpeg file
If you use Mpeg A+V (PS) as output format you will end up with a VCD, SVCD or DVD stream.
Of course the audio must also be suitable for SVCD/VCD/DVD use.
Avidemux is now using libmplex for maximum compliance.
If you use Mpeg Video as output format, only the raw video elementary stream will be saved. That means there will be no audio and that it is not suitable for VCD/SVCD/DVD authoring.
You have to save the audio only (using audio-save) and use mplex or tcmplex to rebuild a mpeg PS stream.
|