User Tools

Site Tools


vlc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
vlc [2020/11/24 10:10] – tags rjtvlc [2025/03/18 04:57] (current) – RSS, skip ahead/back on Android rjt
Line 1: Line 1:
 ====== VLC ====== ====== VLC ======
 +
 +Did you know: You can launch VLC in a CLI mode with ''cvlc'', and an [[ncurses]] interface with ''nvlc''.
  
 ===== Video Capture ===== ===== Video Capture =====
Line 9: Line 11:
   - Instead of ''Play'' you want ''Capture''   - Instead of ''Play'' you want ''Capture''
  
-{{tag>guide video-capture software}}+===== MIDI ===== 
 + 
 +[[MIDI]] support is not included in [[arch>vlc|the regular VLC package]] in [[Arch Linux]]. Supposedly it's included in [[aur>vlc-git|the git version of the package]] in the [[AUR]], but that's not currently building for me because of a [[Lua]] problem. 
 + 
 +===== Disable Autoplay ===== 
 + 
 +By default VLC will play the next thing in a playlist automatically. I needed to temporarily disable this when listening to a bunch of sound effects, so the next one would only play when you either double-clicked it, or pressed next. 
 + 
 +  Tools > Preferences > Playlist > Play and pause 
 + 
 +o-> If you can't find 'Playlist' you're probably in the 'Simple' view. Check the radio buttons in the bottom left. 
 + 
 +===== Plug-ins ===== 
 + 
 +VLC doesn't have built-in support for [[Pipewire]] yet, but you can add it with [[https://www.remlab.net/vlc-plugin-pipewire/|vlc-plugin-pipewire]] ([[aur>vlc-plugin-pipewire]]). After installing you just need to go into the audio tab in preferences and set Pipewire as your output device. 
 + 
 +===== Screenshots ===== 
 + 
 +You can customise the file names screen shots are given with variables: 
 + 
 +https://wiki.videolan.org/Documentation:Format_String/ 
 + 
 +Some useful ones: 
 + 
 +  * ''$N'' - Name, as in the one you see in the VLC playlist, so depends on metadata and fallsback to file name. 
 +  * ''$F'' - Full name with path. 
 +  * ''$A'' - Date. 
 + 
 +===== Streams ===== 
 + 
 +Did you know you can put an [[RSS]] feed into the Streams URL entry? Handy for podcasts, especially as VLC will let you skip ahead to avoid ads :^) 
 + 
 +===== Skip ahead/back ====== 
 + 
 +On Android the skip ahead/back function for audio is a little hidden. 
 + 
 +You can make buttons for it appears in the notification thingo. 
 + 
 +In the normal app window you have to switch to //cover mode// for the controls to appear. Press the Hamburger-with-little-play-button-icon to change to this mode. https://code.videolan.org/videolan/vlc-android/-/issues/2263#note_293617 
 + 
 +{{tag>audio guide video-capture software}}
vlc.1606173055.txt.gz · Last modified: 2020/11/24 10:10 by rjt