Skip to content

Commit

Permalink
cvlc is picky about filename ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
waveform80 committed Oct 14, 2016
1 parent f90c882 commit 887f909
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -273,17 +273,16 @@ HTTP, RTP, etc.):
$ sudo apt-get install vlc
...
$ cvlc --play-and-exit --sout \
$ cvlc input.h264 --play-and-exit --sout \
> '#standard{access=file,mux=mp4,dst=output.mp4}' :demux=h264 \
> input.h264
Or to read from stdin:

.. code-block:: console
$ raspivid -t 5000 -o - | cvlc --play-and-exit --sout \
$ raspivid -t 5000 -o - | cvlc stream:///dev/stdin \
> --play-and-exit --sout \
> '#standard{access=file,mux=mp4,dst=output.mp4}' :demux=h264 \
> stream:///dev/stdin
Out of resources at full resolution on a V2 module
==================================================
Expand Down

0 comments on commit 887f909

Please sign in to comment.