Difference between revisions of "Documentation:Modules/record"

From VideoLAN Wiki
Jump to navigation Jump to search
m (Markup)
 
Line 1: Line 1:
 
{{Module|name=record|type=Access filter|first_version=0.8.2|description=toggle recording incoming data to disk}}
 
{{Module|name=record|type=Access filter|first_version=0.8.2|description=toggle recording incoming data to disk}}
  
This access filter will enable recording incoming data to disk when the user presses the 'r' key. Note that this is very unlikely to work for sources using an encapsulation method other than ts.
+
This access filter will enable recording incoming data to disk when the user presses the <kbd>r</kbd> key. Note that this is very unlikely to work for sources using an encapsulation method other than ts.
  
 
== Options ==
 
== Options ==
Line 13: Line 13:
 
== Example ==
 
== Example ==
 
  % '''vlc --access-filter record <some udp ts stream>'''
 
  % '''vlc --access-filter record <some udp ts stream>'''
: VLC will toggle recording when you press the 'r' hotkey.
+
: VLC will toggle recording when you press the <kbd>r</kbd> hotkey.
  
 
{{Documentation footer}}
 
{{Documentation footer}}

Latest revision as of 08:22, 16 February 2019

Module: record
Type Access filter
First VLC version 0.8.2
Last VLC version -
Operating system(s) all
Description toggle recording incoming data to disk
Shortcut(s) -

This access filter will enable recording incoming data to disk when the user presses the r key. Note that this is very unlikely to work for sources using an encapsulation method other than ts.

Options

  • record-path <string> : Directory where recorded that will be stored. default value: ""

Example

% vlc --access-filter record <some udp ts stream>
VLC will toggle recording when you press the r hotkey.
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.