comparison DOCS/man/en/mplayer.1 @ 16481:beebfccc00f1

adds Simple, Advanced Simple and DivX profile support for XviD, Patch by Robert Swain < robert POUM swain AH gmail POUM com > Nice help from Diego Biurrun, Reimar Dffinger, Guillaume POIRIER Original thread: Date: Sep 10, 2005 8:45 PM Subject: [MPlayer-dev-eng] [PATCH] XviD profile support
author gpoirier
date Tue, 13 Sep 2005 21:04:44 +0000
parents 1ff9f67fd688
children 5ad0e114d716
comparison
equal deleted inserted replaced
16480:1ff9f67fd688 16481:beebfccc00f1
7981 container generates (give only an average per frame). 7981 container generates (give only an average per frame).
7982 0 has a special meaning, it lets XviD use its own default values 7982 0 has a special meaning, it lets XviD use its own default values
7983 (default: 24 \- AVI average overhead). 7983 (default: 24 \- AVI average overhead).
7984 . 7984 .
7985 .TP 7985 .TP
7986 .B profile=<option>
7987 Restricts options and VBV (peak bitrate over a short period) according to
7988 the Simple, Advanced Simple and DivX profiles.
7989 The resulting videos should beplayable on standalones adhering to these
7990 profile specifications.
7991 .PD 0
7992 .RSs
7993 .IPs unrestricted
7994 no restrictions (default)
7995 .IPs sp0
7996 simple profile at level 0
7997 .IPs sp1
7998 simple profile at level 1
7999 .IPs sp2
8000 simple profile at level 2
8001 .IPs sp3
8002 simple profile at level 3
8003 .IPs asp0
8004 advanced simple profile at level 0
8005 .IPs asp1
8006 advanced simple profile at level 1
8007 .IPs asp2
8008 advanced simple profile at level 2
8009 .IPs asp3
8010 advanced simple profile at level 3
8011 .IPs asp4
8012 advanced simple profile at level 4
8013 .IPs asp5
8014 advanced simple profile at level 5
8015 .IPs dxnhandheld
8016 DXN handheld profile
8017 .IPs dxnportntsc
8018 DXN portable NTSC profile
8019 .IPs dxnportpal
8020 DXN portable PAL profile
8021 .IPs dxnhtntsc
8022 DXN home theater NTSC profile
8023 .IPs dxnhtpal
8024 DXN home theater PAL profile
8025 .IPs dxnhdtv
8026 DXN HDTV profile
8027 .RE
8028 .PD 1
8029 .RS
8030 .I NOTE:
8031 These profiles should be used in conjunction with an appropriate \-ffourcc.
8032 Generally DX50 is applicable, as some players do not recognise XviD but
8033 most recognise DivX.
8034 .RE
8035 .
8036 .TP
7986 .B par=<mode> 8037 .B par=<mode>
7987 Specifies the Pixel Aspect Ratio mode (not to be confused with DAR, 8038 Specifies the Pixel Aspect Ratio mode (not to be confused with DAR,
7988 the Display Aspect Ratio). 8039 the Display Aspect Ratio).
7989 PAR is the ratio of the width and height of a single pixel. 8040 PAR is the ratio of the width and height of a single pixel.
7990 So both are related like this: DAR = PAR * (width/height). 8041 So both are related like this: DAR = PAR * (width/height).