[MPlayer-cvslog] CVS: main/libmpcodecs ve_lavc.c, 1.132, 1.133 ae_lavc.c, 1.8, 1.9

Diego Biurrun diego at biurrun.de
Thu Apr 27 15:34:15 CEST 2006


On Fri, Mar 24, 2006 at 03:15:22AM +0100, Michael Niedermayer wrote:
> 
> Xglobal= 0-3
> 0 default
> 1 write global headers only in extradata (needed for .mp4/mov/nut/...)
> 2 write global headers only infront of keyframes
> 3 = 1+2
> 
> 1 should be set automatically if mp4/mov/... is used, this works in ffmpeg.c
>   but not in mencoder yet

So something like the following will be correct in the man page?

.TP
.B vglobal=<0\-3>
Control writing global video headers.
.PD 0
.RSs
.IPs 0
Do not write global headers (default).
.IPs 1
Write global headers only in extradata (needed for .mp4/MOV/NUT).
.IPs 2
Write global headers only in front of keyframes.
.IPs 3
Combine 1 and 2.
.
.TP
.B aglobal=<0\-3>
Same as vglobal for audio headers.

Diego




More information about the MPlayer-cvslog mailing list