Difference between revisions of "VLC: Nonton Youtube"

From OnnoWiki
Jump to navigation Jump to search
(New page: Instalasi apt-get install vlc Nonton Youtube vlc youtube-url Contoh vlc http://www.youtube.com/watch?v=Vh-OpFMOhZ8)
 
 
Line 10: Line 10:
  
 
  vlc http://www.youtube.com/watch?v=Vh-OpFMOhZ8
 
  vlc http://www.youtube.com/watch?v=Vh-OpFMOhZ8
 +
 +
 +
==Simpan==
 +
 +
VLC can save the stream to the disk. In order to do this, use the Stream Output of VLC : you can do it via the graphical interface, or you can add to the command line the following argument:
 +
 +
--sout file/muxer:stream.xyz
 +
 +
where:
 +
 +
muxer is one of the formats supported by VLC's stream output, i.e. :
 +
  ogg for OGG format,
 +
  ps for MPEG2-PS format,
 +
  ts for MPEG2-PS format
 +
 +
and stream.xyz is the name of the file you want to save the stream to, with the right extension

Latest revision as of 07:09, 25 June 2014

Instalasi

apt-get install vlc

Nonton Youtube

vlc youtube-url

Contoh

vlc http://www.youtube.com/watch?v=Vh-OpFMOhZ8


Simpan

VLC can save the stream to the disk. In order to do this, use the Stream Output of VLC : you can do it via the graphical interface, or you can add to the command line the following argument:

--sout file/muxer:stream.xyz

where:

muxer is one of the formats supported by VLC's stream output, i.e. :
  ogg for OGG format,
  ps for MPEG2-PS format,
  ts for MPEG2-PS format
and stream.xyz is the name of the file you want to save the stream to, with the right extension