comparison DOCS/en/mplayer.1 @ 10769:95b683f890db

framestep and tile filters clarified.
author diego
date Mon, 01 Sep 2003 01:15:43 +0000
parents 040c2011aace
children 7a2f6392fcf0
comparison
equal deleted inserted replaced
10768:fba0a9ff31a4 10769:95b683f890db
478 .TP 478 .TP
479 .B \-nolirc 479 .B \-nolirc
480 Turns off LIRC support. 480 Turns off LIRC support.
481 .TP 481 .TP
482 .B \-nomouseinput 482 .B \-nomouseinput
483 Disable any mousebutton press/release input (mozplayerxp's context menu relies on this option) 483 Disable mousebutton press/release input (mozplayerxp's context menu relies
484 on this option).
484 .TP 485 .TP
485 .B \-nortc \ \ 486 .B \-nortc \ \
486 Turns off usage of the Linux RTC (real-time clock \- /dev/\:rtc) as timing 487 Turns off usage of the Linux RTC (real-time clock \- /dev/\:rtc) as timing
487 mechanism. 488 mechanism.
488 .TP 489 .TP
2980 .REss 2981 .REss
2981 .RE 2982 .RE
2982 .PD 1 2983 .PD 1
2983 .TP 2984 .TP
2984 .B "framestep=I|[i]step" 2985 .B "framestep=I|[i]step"
2985 Passes only the given number (step) of frames, and also the Intra (Key). 2986 Renders only every nth frame or every Intra (key) frame.
2987
2986 If you call the filter with I (uppercase) as the parameter, then ONLY 2988 If you call the filter with I (uppercase) as the parameter, then ONLY
2987 the keyframes are output. 2989 keyframes are rendered.
2988 For DVD it means, generally, one every 15/ 12 frames (IBBPBBPBBPBBPBB), and 2990 For DVDs it generally means one in every 15/12 frames (IBBPBBPBBPBBPBB),
2989 for AVI it means every scene change or every keyint value (see -lavcopts 2991 for AVI it means every scene change or every keyint value (see -lavcopts
2990 keyint= value if you use mencoder to encode the videos). 2992 keyint= value if you use MEncoder to encode the video).
2991 2993
2992 When a key frame is found a, "I!" string followed by a newline character is 2994 When a key frame is found, an "I!" string followed by a newline character is
2993 printed, leaving the current line of mplayer/mencoder on the scren, because it 2995 printed, leaving the current line of mplayer/mencoder output on the screen,
2994 contains the time (in seconds) and frame number of the keyframe - you can use 2996 because it contains the time (in seconds) and frame number of the keyframe
2995 these informations to split the AVI). 2997 (You can use this information to split the AVI.).
2996 2998
2997 If you call the filter with a numeric parameter n then only one frame 2999 If you call the filter with a numeric parameter 'step' then only one in
2998 every n is outputted. 3000 every 'step' frames is rendered.
2999 3001
3000 If you put a 'i' (lowercase) before the number then a I! is printed 3002 If you put an 'i' (lowercase) before the number then an I! is printed
3001 (like the I parameter). 3003 (like the I parameter).
3002 3004
3003 If you put only the i then nothing is done on the frames, only the I! is 3005 If you give only the i then nothing is done to the frames, only I! is
3004 printed. 3006 printed.
3005 .TP 3007 .TP
3006 .B "tile=xtile:ytile:output:start:delta" 3008 .B "tile=xtile:ytile:output:start:delta"
3007 Tile a serie of image into a single, bigger image. 3009 Tile a series of images into a single, bigger image.
3008 3010
3009 The parameters are: 3011 The parameters are:
3010 .PD 0 3012 .PD 0
3011 .RSs 3013 .RSs
3012 .IPs xtile 3014 .IPs xtile
3013 number of tiles on the x axis (5) 3015 number of tiles on the x axis (default: 5)
3014 .IPs ytile 3016 .IPs ytile
3015 number of tiles on the y axis (5) 3017 number of tiles on the y axis (default: 5)
3016 .IPs xytile 3018 .IPs output
3017 when write the image, it can be different then xtile * ytile 3019 Render the tile when 'output' number of frames are reached, where 'output'
3018 (for example you can write 8 * 7 tile, writing the file every 3020 should be a number less than xtile * ytile.
3019 50 frame, to have one image every 2 seconds @ 25 fps ). 3021 Missing tiles are left blank.
3022 You could, for example, write an 8 * 7 tile every 50 frames to have one
3023 image every 2 seconds @ 25 fps.
3020 .IPs start 3024 .IPs start
3021 pixel at the start (x/y), default 2 3025 pixel at the start (x/y) (default: 2)
3022 .IPs delta 3026 .IPs delta
3023 pixel between 2 tile, (x/y), default 4 3027 pixel between 2 tiles, (x/y) (default: 4)
3024 .RE 3028 .RE
3025 .PD 1 3029 .PD 1
3026 If you omit a parameter or put a value less then 0, then the default value is 3030 If you omit a parameter or use a value less than 0, then the default
3027 used. You can also stop when you're ok (... -vf tile=10:5 ...) 3031 value is used. You can also stop when you're OK (... -vf tile=10:5 ...)
3028 3032
3029 Probably it is good idea to put the scale filter before the tile :-) 3033 It is probably a good idea to put the scale filter before the tile :-)
3030 3034
3031 3035
3032 .SH "GENERAL ENCODING OPTIONS (MENCODER ONLY)" 3036 .SH "GENERAL ENCODING OPTIONS (MENCODER ONLY)"
3033 .TP 3037 .TP
3034 .B \-audio-delay <0.0\-...> 3038 .B \-audio-delay <0.0\-...>