File: plug-in-gap-extract-player.txt

package info (click to toggle)
gimp-gap 2.6.0%2Bdfsg-3
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 20,716 kB
  • sloc: ansic: 119,817; sh: 3,890; makefile: 931; lisp: 97; pascal: 55
file content (29 lines) | stat: -rw-r--r-- 1,083 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
"plug-in-gap-extract-player"


Player invoked from videoextract plug-in


  The player is titled as "Select Videorange" in this case, because
  it operates as visual range selection tool here.

  The selected range in the player is linked with the selected range
  in the "Input Video selection" section.
  The range is specified by the spinbuttons "From Frame" and "To Frame".
  Changes of the range in the players range are immediate propagated
  to the range in the "Input Video selection" section, that is
  relevant for extracting frames.
  Note: This is an unidirectional link. 
        Changes in the "Input Video selection" section are not
	propagated to the players range.



  For more details on the playback related widgets
  see the chapter 
  ##### refere to Player description (plug-in-gap-videoframes-player.txt) #####

  (the player hides the HELP Button in case when
   invoked from the videoextract as part of the "Extract Video" window
   because this window has its own help button.
   But the HELP button is shown when the player is invoked as separate window)