Documentation du Dr FRAPPE

Ce wiki regroupe les résultats de mes expériences en informatique accumulés au cours de mes recherches sur le net.

Dans la mesure du possible, j'ai cité mes sources ; il en manque certainement… :-)

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
logiciel:internet:dokuwiki:plugins:jcapture [2021/02/27 15:34] adminlogiciel:internet:dokuwiki:plugins:jcapture [2022/08/13 22:14] (Version actuelle) – modification externe 127.0.0.1
Ligne 100: Ligne 100:
 Options on this tab apply to the video part of recordings. Some options also apply to screenshot capturing. Options on this tab apply to the video part of recordings. Some options also apply to screenshot capturing.
  
-  Frames Per Second+  Frames Per Second
   : frames per second during recording. If this option is set to a too high value, jCapture will record as fast as it is possible and then will use actual FPS, i.e. number of frames divided by recording time, during movie rendering.   : frames per second during recording. If this option is set to a too high value, jCapture will record as fast as it is possible and then will use actual FPS, i.e. number of frames divided by recording time, during movie rendering.
-  Border+  Border
   : if true then recordings and captures will have a 1 pixel grey border.   : if true then recordings and captures will have a 1 pixel grey border.
-  Toolbar+  Toolbar
   : if true then recordings will have a toolbar with a start/stop button, progress bar and volume control.   : if true then recordings will have a toolbar with a start/stop button, progress bar and volume control.
-  Image Format+  Image Format
   : applies to captures and recordings. Any Java-supported image format for captures, JPEG, PNG, or BMP for recording.   : applies to captures and recordings. Any Java-supported image format for captures, JPEG, PNG, or BMP for recording.
-  Mouse+  Mouse
   : if true, then mouse movements will be recorded and shown in the movie. jCapture records only mouse movements, but it doesn't record clicks/double-clicks and it doesn't record mouse pointer shape and uses a pre-defined mouse pointer shape.   : if true, then mouse movements will be recorded and shown in the movie. jCapture records only mouse movements, but it doesn't record clicks/double-clicks and it doesn't record mouse pointer shape and uses a pre-defined mouse pointer shape.
-  Loop+  Loop
   : if true, the movie does not stop at the end but cycles to the beginning.   : if true, the movie does not stop at the end but cycles to the beginning.
-  Play+  Play
   : if true, the movie does not stop in the first frame, but starts playing after loading.   : if true, the movie does not stop in the first frame, but starts playing after loading.
-  Video format+  Video format
   : select video format, see below how to add video encoders to jCapture.   : select video format, see below how to add video encoders to jCapture.
-  Scaling+  Scaling
   :   :
-    Graphics+    Graphics
     : Scale factor for captured images (capture and recording modes).     : Scale factor for captured images (capture and recording modes).
-    Speed+    Speed
     : Scale factor for the movie speed, i.e. how much faster the movie shall be comparing to recording time. E.g. if recording FPS is 10 and scaling is 150%, then movie FPS will b 15. Speed scaling is enabled only audio recording is disabled.     : Scale factor for the movie speed, i.e. how much faster the movie shall be comparing to recording time. E.g. if recording FPS is 10 and scaling is 150%, then movie FPS will b 15. Speed scaling is enabled only audio recording is disabled.
-  Inactivity processing+  Inactivity processing
   : this panel is enabled only when audio recording is disabled.   : this panel is enabled only when audio recording is disabled.
-    Remove inactivity+    Remove inactivity
     : if true, then inactivity (frames where there are no visual changes and no mouse movements withing recording rectangle) are discarded.     : if true, then inactivity (frames where there are no visual changes and no mouse movements withing recording rectangle) are discarded.
-    Inactivity interval+    Inactivity interval
     : time interval since last activity after which inactive frames shall be discarded.     : time interval since last activity after which inactive frames shall be discarded.
  
Ligne 133: Ligne 133:
 This tab applies only to recordings. This tab applies only to recordings.
  
-  Record sound+  Record sound
   : if true, recordings will contain sound.   : if true, recordings will contain sound.
-  Sample rate+  Sample rate
   : Sound sample rate.   : Sound sample rate.
-  Stereo.+  Stereo.
   : Sample size in bits.   : Sample size in bits.
-  Source+  Source
   : sound source.   : sound source.
-  WAV2MP3 command+  WAV2MP3 command
   : jCapture records sound in WAV format.   : jCapture records sound in WAV format.
   : To convert sound to MP3 provide a command line which takes two arguments {0} as input file (wav) and {1} as output file (mp3).   : To convert sound to MP3 provide a command line which takes two arguments {0} as input file (wav) and {1} as output file (mp3).
Ligne 252: Ligne 252:
 ==== Commandes d'enregistrement ==== ==== Commandes d'enregistrement ====
  
-    Pause+    Pause
     : met en pause l'enregistrement.     : met en pause l'enregistrement.
-    Stop+    Stop
     : arrête l'enregistrement, convertit les captures d'écran et l'audio enregistrés en fichier SWF, les télécharge sur DokuWiki et insère une balise multimédia au niveau du curseur.     : arrête l'enregistrement, convertit les captures d'écran et l'audio enregistrés en fichier SWF, les télécharge sur DokuWiki et insère une balise multimédia au niveau du curseur.
-    Cancel+    Cancel
     : annule l'enregistrement.     : annule l'enregistrement.
  
Ligne 303: Ligne 303:
 Applet parameters Applet parameters
  
-  uploadUrl+  uploadUrl
   : URL to upload file.   : URL to upload file.
-  sectok, opaque+  sectok, opaque
   : these parameters are “pass-through” - their values, if provided, are passed to the upload request.   : these parameters are “pass-through” - their values, if provided, are passed to the upload request.
  
 Additional upload request parameters Additional upload request parameters
  
-  ow+  ow
   : always “1”;   : always “1”;
-  Filename+  Filename
   : file name without namespace, i.e. the part after the last colon.   : file name without namespace, i.e. the part after the last colon.
-  ns+  ns
   : namespace, the part before the last colon, if filename contains colon, colon otherwise.   : namespace, the part before the last colon, if filename contains colon, colon otherwise.
-  Filedata+  Filedata
   : binary file data.   : binary file data.