Author: stefano
Date: Sat May 23 01:20:27 2009
New Revision: 4294

Log:
Remove docs, they are the duplication of the docs already present in
vfilters.texi.

Modified:
   libavfilter/vsrc_movie.c

Modified: libavfilter/vsrc_movie.c
==============================================================================
--- libavfilter/vsrc_movie.c    Sat May 23 01:17:19 2009        (r4293)
+++ libavfilter/vsrc_movie.c    Sat May 23 01:20:27 2009        (r4294)
@@ -20,23 +20,6 @@
  */
 
  /*
- One usage example follows, usable too as test scenario.
-
- TODO Eventually move it into FFmpeg docs.
-
- Parameters of movie filter are
- seekpoint in microseconds : string format : string filename
-
- We can overlay a second movie on top of a main one
-
- input -----------> deltapts0 --> overlay --> output
-                                    ^
- movie --> scale--> deltapts1 ------|
-
- To do that
-
- ffmpeg -i in.avi -s 240x320 -vfilters 
"[in]setpts=PTS-STARTPTS,[T1]overlay=16:16[out];movie=3200000:avi:in.avi,scale=180:144,setpts=PTS-STARTPTS[T1]"
 -y out.avi
-
  TODO: this filter should use direct rendering (no allocation of a new frame)
        to be acceptable to FFmpeg main SVN
  */
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to