]> git.sesse.net Git - nageru-docs/commitdiff
Corrected the ACMP stream command.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 4 Jun 2017 17:52:43 +0000 (19:52 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 4 Jun 2017 17:52:43 +0000 (19:52 +0200)
video.rst

index 1244b0944b6b0a39c040a17520169f5634477310..c3890c7c8acc8a4870ef1acf5dff34e09c6af121 100644 (file)
--- a/video.rst
+++ b/video.rst
@@ -123,7 +123,7 @@ hole)::
 
 or by setting it up on-the-fly through ACMP::
 
-  add 1 stream unix:///home/user/caspar.sock -vf format=pix_fmts=bgra -f nut -listen 1
+  add 1 stream unix:///home/user/caspar.sock -c:v rawvideo -vf format=pix_fmts=bgra -f nut -listen 1
 
 You can then use *unix:///home/user/caspar.sock* as a video input to Nageru on the
 same machine, and then use e.g. *OverlayEffect* to overlay it on your video chains.