comparison DOCS/tech/slave.txt @ 32438:faefba58f413

Implement a basic capture feature, available through -capture. If a specified key is pressed during playback, the current stream is captured to a file, similar to what -dumpstream achieves. patch by P«”sztor Szil«”rd, don tricon hu
author diego
date Thu, 21 Oct 2010 18:19:30 +0000
parents 8f35fc25523f
children 0c5bb45690ea
comparison
equal deleted inserted replaced
32437:8d6bd95d0009 32438:faefba58f413
73 [brightness|contrast|gamma|hue|saturation] <value> [abs] 73 [brightness|contrast|gamma|hue|saturation] <value> [abs]
74 Set/adjust video parameters. 74 Set/adjust video parameters.
75 If [abs] is not given or is zero, modifies parameter by <value>. 75 If [abs] is not given or is zero, modifies parameter by <value>.
76 If [abs] is non-zero, parameter is set to <value>. 76 If [abs] is non-zero, parameter is set to <value>.
77 <value> is in the range [-100, 100]. 77 <value> is in the range [-100, 100].
78
79 capturing [value]
80 Toggle/set capturing the primary stream like -dumpstream.
81 Requires the -capture parameter to be given.
78 82
79 change_rectangle <val1> <val2> 83 change_rectangle <val1> <val2>
80 Change the position of the rectangle filter rectangle. 84 Change the position of the rectangle filter rectangle.
81 <val1> 85 <val1>
82 Must be one of the following: 86 Must be one of the following:
535 samplerate int X 539 samplerate int X
536 channels int X 540 channels int X
537 switch_audio int -2 255 X X X select audio stream 541 switch_audio int -2 255 X X X select audio stream
538 switch_angle int -2 255 X X X select DVD angle 542 switch_angle int -2 255 X X X select DVD angle
539 switch_title int -2 255 X X X select DVD title 543 switch_title int -2 255 X X X select DVD title
544 capturing flag 0 1 X X X dump primary stream if enabled
540 fullscreen flag 0 1 X X X 545 fullscreen flag 0 1 X X X
541 deinterlace flag 0 1 X X X 546 deinterlace flag 0 1 X X X
542 ontop flag 0 1 X X X 547 ontop flag 0 1 X X X
543 rootwin flag 0 1 X X X 548 rootwin flag 0 1 X X X
544 border flag 0 1 X X X 549 border flag 0 1 X X X