[FFmpeg-soc] [soc]: r3768 - libavfilter/README

victor subversion at mplayerhq.hu
Fri Nov 7 20:31:50 CET 2008


Author: victor
Date: Fri Nov  7 20:31:50 2008
New Revision: 3768

Log:
Ahem, another pair of square brackets were needed.


Modified:
   libavfilter/README

Modified: libavfilter/README
==============================================================================
--- libavfilter/README	(original)
+++ libavfilter/README	Fri Nov  7 20:31:50 2008
@@ -79,7 +79,7 @@ splits the stream into two streams, send
 and the vflip filter before merging it back with the other stream by overlaying
 it on top. You can use the following command to do this filtering
 
-./ffmpeg -i input_video.avi -s 240x320 -vfilters "[in]split [T1], fifo, [T2]overlay='0:240'(out); [T1]fifo, crop=0:0:-1:240, vflip[T2]" out.avi
+./ffmpeg -i input_video.avi -s 240x320 -vfilters "[in]split [T1], fifo, [T2]overlay='0:240'[out]; [T1]fifo, crop=0:0:-1:240, vflip[T2]" out.avi
 
 where input_video.avi has a vertical resolution of 480 pixels, the result
 should be that in output the top half of the video is mirroed onto the bottom



More information about the FFmpeg-soc mailing list