summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index 03f9e886..e22527eb 100644
--- a/README.markdown
+++ b/README.markdown
@@ -275,7 +275,7 @@ Recording a video with FFmpeg
You can make a video of the output by doing
apitrace dump-images -o - application.trace \
- | ffmpeg -r 30 -f image2pipe -vcodec ppm -i pipe: -vcodec mpeg4 -y output.mp4
+ | avconv -r 30 -f image2pipe -vcodec ppm -i - -vcodec mpeg4 -y output.mp4
Recording a video with gstreamer
--------------------------------------