Difference between revisions of "Documentation:Modules/file"

From VideoLAN Wiki
Jump to navigation Jump to search
(New page: {{Module|name=file|type=Access|description=read a file}} == Options == {{Option |name=file-caching |value=integer |description=Caching value in ms }} == Example == Open a file: % '''vlc...)
 
 
Line 17: Line 17:
  
 
{{Stub}}
 
{{Stub}}
 
+
{{Documentation footer}}
{{Documentation}}
 

Latest revision as of 10:31, 3 October 2013

Module: file
Type Access
First VLC version -
Last VLC version -
Operating system(s) all
Description read a file
Shortcut(s) -

Options

  • file-caching <integer> : Caching value in ms

Example

Open a file:

% vlc file:///path/to/somevideo.avi

The file:// part can be left out unless the file name is ambiguous.

Open a non seekable stream:

% vlc stream:///path/to/somepipe
Help VideoLAN by adding to this page!
Create an account to start editing, and then click here to add to this article.
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.