comparison DOCS/en/mplayer.1 @ 10760:e652bc367e17

slight "grammar" fixes
author gabucino
date Sun, 31 Aug 2003 22:53:07 +0000
parents 2ca1fc045731
children 040c2011aace
comparison
equal deleted inserted replaced
10759:2fbf4b0f1857 10760:e652bc367e17
2979 .REss 2979 .REss
2980 .RE 2980 .RE
2981 .PD 1 2981 .PD 1
2982 .TP 2982 .TP
2983 .B "framestep=I|[i]step" 2983 .B "framestep=I|[i]step"
2984 Filters only the Intra (Key) frame or one every step frmae. 2984 Passes only the given number (step) of frames, and also the Intra (Key).
2985 If you call the filter with I (uppercase) as the parameter then ONLY 2985 If you call the filter with I (uppercase) as the parameter, then ONLY
2986 the keyframes are outputted. 2986 the keyframes are output.
2987 For DVD it means, generally, one every 15/ 12 frames (IBBPBBPBBPBBPBB), 2987 For DVD it means, generally, one every 15/ 12 frames (IBBPBBPBBPBBPBB), and
2988 for avi it means every scene change or every keyint value (see -lavcopts 2988 for AVI it means every scene change or every keyint value (see -lavcopts
2989 keyint= value if you use mencoder to encode the videos). 2989 keyint= value if you use mencoder to encode the videos).
2990 2990
2991 When a key frame is found a I! followed by a cr is printed, leaving 2991 When a key frame is found a, "I!" string followed by a newline character is
2992 the current line of mplayer/mencoder, where you got the time (in seconds) 2992 printed, leaving the current line of mplayer/mencoder on the scren, because it
2993 and frame of the key (use this information to split the AVI). 2993 contains the time (in seconds) and frame number of the keyframe - you can use
2994 these informations to split the AVI).
2994 2995
2995 If you call the filter with a numeric parameter n then only one frame 2996 If you call the filter with a numeric parameter n then only one frame
2996 every n is outputted. 2997 every n is outputted.
2997 2998
2998 If you put a 'i' (lowercase) before the number then a I! is printed 2999 If you put a 'i' (lowercase) before the number then a I! is printed
3000 3001
3001 If you put only the i then nothing is done on the frames, only the I! is 3002 If you put only the i then nothing is done on the frames, only the I! is
3002 printed. 3003 printed.
3003 .TP 3004 .TP
3004 .B "tile=xtile:ytile:output:start:delta" 3005 .B "tile=xtile:ytile:output:start:delta"
3005 Tile a serie of image in a single, bigger, image. 3006 Tile a serie of image into a single, bigger image.
3006 3007
3007 The parameters are: 3008 The parameters are:
3008 .PD 0 3009 .PD 0
3009 .RSs 3010 .RSs
3010 .IPs xtile 3011 .IPs xtile
3019 pixel at the start (x/y), default 2 3020 pixel at the start (x/y), default 2
3020 .IPs delta 3021 .IPs delta
3021 pixel between 2 tile, (x/y), default 4 3022 pixel between 2 tile, (x/y), default 4
3022 .RE 3023 .RE
3023 .PD 1 3024 .PD 1
3024 If you omit a parameter or put a value less then 0, the default is used. 3025 If you omit a parameter or put a value less then 0, then the default value is
3025 You can also stop when you're ok (... -vf tile=10:5 ...) 3026 used. You can also stop when you're ok (... -vf tile=10:5 ...)
3026 3027
3027 Probably is good to put the scale filter before the tile :-) 3028 Probably it is good idea to put the scale filter before the tile :-)
3028 3029
3029 3030
3030 .SH "GENERAL ENCODING OPTIONS (MENCODER ONLY)" 3031 .SH "GENERAL ENCODING OPTIONS (MENCODER ONLY)"
3031 .TP 3032 .TP
3032 .B \-audio-delay <0.0\-...> 3033 .B \-audio-delay <0.0\-...>