From a4cc74563f9b403fe480613ceaf8525b283270df Mon Sep 17 00:00:00 2001 From: Nigel Stewart Date: Wed, 29 May 2013 11:46:25 -0500 Subject: Ubuntu 12.04 reports ffmpeg as deprecated, use avconv instead. --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.markdown') 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 -------------------------------------- -- cgit v1.2.3