mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
The keys '1' and '3' can now be used in replay mode to position an editing mark in "binary" mode
This commit is contained in:
29
MANUAL
29
MANUAL
@@ -363,15 +363,29 @@ Version 2.0
|
||||
- 0 Toggles an editing mark. If the mark indicator shows a red triangle,
|
||||
the current mark is deleted. Otherwise a new mark is set at the
|
||||
current position.
|
||||
- 4, 6 Move an editing mark back and forward. You need to first jump to
|
||||
an editing mark for this to work.
|
||||
- 1, 3 Move an editing mark back and forward in "binary" mode. Pressing
|
||||
either of these keys for the first time moves the mark 120 seconds
|
||||
in the given direction (configurable via "Setup/Replay/Binary skip
|
||||
initial value"). Further presses of the same key keep moving
|
||||
the mark by the same value. Once the other key is pressed, the value
|
||||
is divided by 2 (hence the name "binary") with every further press
|
||||
of either key. Pressing '1' and '3' alternatingly divides the
|
||||
distance all the way down to a single I-frame. That way a particular
|
||||
place in a recording (for instance the beginning or end of a
|
||||
commercial break) can be found very quickly. If none of these two
|
||||
keys is pressed for a while (configurable via "Setup/Replay/Binary
|
||||
skip timeout") the distance falls back to the initial value.
|
||||
If replay is not in Pause mode, or if there is no mark at the
|
||||
current position, the skip is performed without moving any mark.
|
||||
- 4, 6 Move an editing mark back and forward by one I-frame. You need to
|
||||
first jump to an editing mark for this to work.
|
||||
- 7, 9 Jump back and forward between editing marks. Replay goes into still
|
||||
mode after jumping to a mark. If the current position is at the
|
||||
first or last mark, or if there are no marks at all, these keys
|
||||
jump to the very beginning or end, respectively, of the recording.
|
||||
- 8 Positions replay at a point 3 seconds before the current or next
|
||||
"begin" mark and starts replay.
|
||||
- 2 Start the actual cutting process.
|
||||
- 2 Starts the actual cutting process.
|
||||
|
||||
Editing marks are represented by black, vertical lines in the progress display.
|
||||
A small black triangle at the top of the mark means that this is a "begin"
|
||||
@@ -967,6 +981,15 @@ Version 2.0
|
||||
In order to work, this option must be enabled before starting
|
||||
replay.
|
||||
|
||||
Binary skip initial value (s) = 120
|
||||
Defines the number of seconds to jump from the current replay
|
||||
position in either direction, when pressing the '1' or '3'
|
||||
key for the first time after the "Binary skip timeout".
|
||||
|
||||
Binary skip timeout (ms) = 3000
|
||||
Defines the number of milliseconds after which pressing the
|
||||
'1' or '3' key falls back to the "Binary skip initial value".
|
||||
|
||||
Resume ID = 0 Defines an additional ID that can be used in a multi user
|
||||
environment, so that every user has his/her own resume
|
||||
files for each recording. The valid range is 0...99, with
|
||||
|
Reference in New Issue
Block a user