Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds frame seeking hotkeys #55

Merged
merged 3 commits into from
Feb 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading