Difference between revisions of "Documentation:Misc"
Jump to navigation
Jump to search
(Created page with "{{RightMenu|Documentation TOC}} Miscellaneous other cool things you can do with VLC. = Snapshot Tool = Did you know you can use special codes to automatically generate file...") |
|||
Line 19: | Line 19: | ||
In the GUI, set the following (this example from VLC v1.1.9 on Windows 7): | In the GUI, set the following (this example from VLC v1.1.9 on Windows 7): | ||
* Preferences:Show settings:All | * Preferences:Show settings:All | ||
− | * Audio | + | * '''Audio → Filters''' Enable "Audio part of the BarGraph function" |
− | * Audio | + | * '''Audio → Filters → Audiobar Graph''' Use defaults, change "Sends the barGraph information every n audio packets" to 1 to enable see a more accurate display |
− | * Interface | + | * '''Interface → Main interfaces''' Enable "Remote control interface" |
− | * Interface | + | * --'''Interface → Main interfaces → RC''' Enable "Do not open a DOS command box interface"-- '''outdated ?''' |
− | * Video | + | * '''Video → Subtitles-OSD''' Enable "Audio Bar Graph Video sub filter" |
− | * Video | + | * '''Video → Subtitles-OSD → Audio Bar Graph''' Set the following settings: |
− | ** | + | ** '''Value of the audio channels levels = 0''' (setting this to 0:1 crashes VLC v1.1.9) |
− | ** | + | ** '''X coordinate = 0''' |
− | ** | + | ** '''Y coordinate = 0''' (this doesn't seem to affect anything) |
− | ** | + | ** '''Transparency of the bargraph = 128''' for 50% transparency which looks ok |
− | ** | + | ** '''Bargraph position = Left''' (seems to only work Left,Center,Right - can't go top or bottom) |
− | ** | + | ** '''Alarm = 1''' (enables the silence alarm - puts a red border around the bargraph if silent for too long) |
− | ** | + | ** '''Bar width in pixel = 10''' (20 if you want it to be really visible) |
{{Documentation}} | {{Documentation}} | ||
[[Category:Stubs]] | [[Category:Stubs]] |
Revision as of 13:48, 27 September 2013
Miscellaneous other cool things you can do with VLC.
Snapshot Tool
Did you know you can use special codes to automatically generate filenames in the Snaphot Tool?
Audio Bar Graph over Video
This section specifies how to enable the audiobargraph audio filter and video overlay, (mostly) via the GUI. This displays an audio meter overlaid on the video.
There are three parts - an audio filter, which sends it's output via TCP to the Remote Control (RC) Interface. This information is then picked up and displayed by the Audio Bar Graph video subpicture filter (OSD).
To enable this, VLC needs to be started with the --rc-host command-line switch - e.g.
"C:\Program Files\VideoLAN\VLC\vlc.exe" --rc-host localhost:12345
In the GUI, set the following (this example from VLC v1.1.9 on Windows 7):
- Preferences:Show settings:All
- Audio → Filters Enable "Audio part of the BarGraph function"
- Audio → Filters → Audiobar Graph Use defaults, change "Sends the barGraph information every n audio packets" to 1 to enable see a more accurate display
- Interface → Main interfaces Enable "Remote control interface"
- --Interface → Main interfaces → RC Enable "Do not open a DOS command box interface"-- outdated ?
- Video → Subtitles-OSD Enable "Audio Bar Graph Video sub filter"
- Video → Subtitles-OSD → Audio Bar Graph Set the following settings:
- Value of the audio channels levels = 0 (setting this to 0:1 crashes VLC v1.1.9)
- X coordinate = 0
- Y coordinate = 0 (this doesn't seem to affect anything)
- Transparency of the bargraph = 128 for 50% transparency which looks ok
- Bargraph position = Left (seems to only work Left,Center,Right - can't go top or bottom)
- Alarm = 1 (enables the silence alarm - puts a red border around the bargraph if silent for too long)
- Bar width in pixel = 10 (20 if you want it to be really visible)
This page is part of official VLC media player Documentation (User Guide • Streaming HowTo • Hacker Guide • Modules)
Please read the Documentation Editing Guidelines before you edit the documentation
Please read the Documentation Editing Guidelines before you edit the documentation
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.