From: Nigel Stewart Date: Wed, 29 May 2013 16:46:25 +0000 (-0500) Subject: Ubuntu 12.04 reports ffmpeg as deprecated, use avconv instead. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=a4cc74563f9b403fe480613ceaf8525b283270df;p=apitrace Ubuntu 12.04 reports ffmpeg as deprecated, use avconv instead. --- diff --git a/README.markdown b/README.markdown index 03f9e88..e22527e 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 --------------------------------------