Difference between revisions of "Documentation:Misc"

From VideoLAN Wiki
Jump to navigation Jump to search
m (misc.)
Line 3: Line 3:
 
Miscellaneous other cool things you can do with VLC.
 
Miscellaneous other cool things you can do with VLC.
  
= Snapshot Tool =
+
== Snapshot Tool ==
  
 
Did you know you can use special codes to automatically generate filenames in the [[SnapshotTool|Snaphot Tool]]?
 
Did you know you can use special codes to automatically generate filenames in the [[SnapshotTool|Snaphot Tool]]?
  
  
= Audio Bar Graph over Video =
+
== 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.
 
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).
+
There are three parts - an audio filter, which sends its 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.
 
To enable this, VLC needs to be started with the '''--rc-host''' command-line switch - e.g.
Line 20: Line 20:
 
* Preferences:Show settings:All
 
* Preferences:Show settings:All
 
* '''Audio → Filters''' Enable "Audio part of the BarGraph function"
 
* '''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
+
* '''Audio → Filters → Audiobar Graph''' Use defaults, change "Sends the barGraph information every n audio packets" to 1 to enable viewing a more accurate display
 
* '''Interface → Main interfaces''' Enable "Remote control interface"
 
* '''Interface → Main interfaces''' Enable "Remote control interface"
* --'''Interface → Main interfaces → RC''' Enable "Do not open a DOS command box interface"-- '''outdated ?'''
+
* --'''Interface → Main interfaces → RC''' Enable "Do not open a DOS command box interface"-- '''outdated ?'''{{Check}}
 
* '''Video → Subtitles-OSD''' Enable "Audio Bar Graph Video sub filter"
 
* '''Video → Subtitles-OSD''' Enable "Audio Bar Graph Video sub filter"
 
* '''Video → Subtitles-OSD → Audio Bar Graph''' Set the following settings:
 
* '''Video → Subtitles-OSD → Audio Bar Graph''' Set the following settings:
Line 34: Line 34:
  
  
= How-to show album arts =
+
== How-to show album arts ==
  
 
# Close the VLC Media Player.
 
# Close the VLC Media Player.

Revision as of 08:49, 16 October 2014

VLC User Guide

Quick Start Guide
Installing VLC
History
Usage
Interface
Open Media
Audio
Video
Playback
Playlist
Subtitles
Video and Audio Filters
Snapshots
Hotkeys
Uninstalling VLC
Troubleshooting
Advanced usage
Using VLC inside a webpage
Command line
Alternative Interfaces
Misc

Appendix
Building Pages for the HTTP Interface
Format String
Building Lua Playlist Scripts
View this alone

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 its 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 viewing 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 ?[Please check this]
  • 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)


How-to show album arts

  1. Close the VLC Media Player.
  2. Open the config file (Windows: %APPDATA%\vlc\vlcrc) with your preferred text editor.
  3. Search for album-art= and you should see a line like #album-art=0.
  4. Delete the # and change 0 to 1 or 2. (1 = show the album art only when playing, 2 = show the album art ever, but I'm not sure. My assumption is from vlc_meta.h)
  5. Save the file.
  6. Open a MP3- or a M3U-File in a folder there a file like Folder.jpg, AlbumArtSmall.jpg, AlbumArt.jpg, Album.jpg, .folder.png, cover.jpg or thumb.jpg exists. The player should show the album art.

If you have none of the files above but any other file you can put this filename in vlcrc. Search for album-art-filename.


This page is part of official VLC media player Documentation (User GuideStreaming HowToHacker GuideModules)
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.