Browse Source

Clarify sound volume file usage in .ini

pull/20/head
Tony DiCola 8 years ago
parent
commit
844a8de5a6
1 changed files with 5 additions and 2 deletions
  1. +5
    -2
      video_looper.ini

+ 5
- 2
video_looper.ini View File

@@ -83,8 +83,11 @@ sound = both
#sound = local

# Sound volume output for the video player will be read from a file near the
# video files. If the file does not exist, a default volume of 0db will be used

# video files. If the file does not exist, a default volume of 0db will be used.
# To use this feature create a file in the same directory as the videos and name
# it the value defined below (like 'sound_volume' by default), then inside the
# file add a single line with the volume value in text to pass to omxplayer (using
# its --vol option which takes a value in millibels).
sound_vol_file = sound_volume

# Any extra command line arguments to pass to omxplayer. It is not recommended


Loading…
Cancel
Save