Skip to content

Commit

Permalink
Adds frame seeking hotkeys (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidXenakis committed Feb 3, 2024
1 parent 05209e1 commit 09996f9
Show file tree
Hide file tree
Showing 6 changed files with 220 additions and 75 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,3 +140,11 @@ Enable the capturing of replays, adds the replay filters.
Disable the automatic next scene switching function.
* **Enable next scene**
Enable the automatic next scene switching function.
* **Previous frame**
Rewind the playback head one frame. Automatically pauses playback.
* **Next frame**
Advance the playback head one frame. Automatically pauses playback.
* **Step backward N frames**
Rewind the playback head N frames. Automatically pauses playback. Set N in source settings.
* **Step forward N frames**
Advance the playback head N frames. Automatically pauses playback. Set N in source settings.
5 changes: 5 additions & 0 deletions data/locale/en-US.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Pause="Pause"
Continue="Continue"
None="None"
StartDelay="Start Delay"
FrameStepCount="Step 'N' Frames"
EndAction="End Action"
HideAfterSingle="Hide after single"
HideAfterAll="Hide after all"
Expand Down Expand Up @@ -67,6 +68,10 @@ DisableNextScene="Disable Next Scene"
EnableNextScene="Enable Next Scene"
SetNextSceneToCurrent="Set Next Scene To Current"
SwitchToNextScene="Switch To Next Scene"
PrevFrame="Step Backwards One Frame"
NextFrame="Step Forwards One Frame"
PrevNFrames="Step Backwards 'N' Frames"
NextNFrames="Step Forwards 'N' Frames"

# win-dshow text
VideoCaptureDevice="Video Capture Device"
Expand Down
5 changes: 5 additions & 0 deletions data/locale/es-ES.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Pause="Pausar"
Continue="Continuar"
None="Ninguna"
StartDelay="Retardo de Inicio"
FrameStepCount="Paso 'N' fotogramas"
EndAction="Acción al Finalizar"
HideAfterSingle="Ocultar después de una"
HideAfterAll="Ocultar después de todas"
Expand Down Expand Up @@ -65,6 +66,10 @@ DisableNextScene="Deshabilitar siguiente escena"
EnableNextScene="Habilitar siguiente escena"
SetNextSceneToCurrent="Establecer siguiente escena a la actual"
SwitchToNextScene="Cambiar a la siguiente escena"
PrevFrame="Retroceder un fotograma"
NextFrame="Paso un fotograma"
PrevNFrames="Retroceder 'N' fotogramas"
NextNFrames="Paso adelante 'N' fotogramas"

# win-dshow text
VideoCaptureDevice="Dispositivo de captura de vídeo"
Expand Down
5 changes: 5 additions & 0 deletions data/locale/it-IT.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Pause="Pausa"
Continue="Continua"
None="Nessuna"
StartDelay="Ritardo di inizio"
FrameStepCount="Passaggio 'N' fotogrammi"
EndAction="Azione alla Fine"
HideAfterSingle="Nascondi dopo il Singolo"
HideAfterAll="Nascondi dopo tutti"
Expand Down Expand Up @@ -65,6 +66,10 @@ DisableNextScene="Disabilita Prossima Scena"
EnableNextScene="Abilita Prossima Scena"
SetNextSceneToCurrent="Imposta Scena Corrente come Prossima"
SwitchToNextScene="Passa alla Prossima Scena"
PrevFrame="Passo indietro di un fotogramma"
NextFrame="Passo avanti di un fotogramma"
PrevNFrames="Passo indietro di 'N' fotogrammi"
NextNFrames="Passo avanti di 'N' fotogrammi"

# win-dshow text
VideoCaptureDevice="Dispositivo di Acquisizione Video"
Expand Down
Loading

0 comments on commit 09996f9

Please sign in to comment.