diff options
author | Nigel Stewart <nstewart@nvidia.com> | 2013-05-29 11:46:25 -0500 |
---|---|---|
committer | José Fonseca <jose.r.fonseca@gmail.com> | 2013-05-29 23:26:49 +0100 |
commit | a4cc74563f9b403fe480613ceaf8525b283270df (patch) | |
tree | cd84544eaea5da3a6cff52243dc4528880c44192 /README.markdown | |
parent | fc047bb25c739530c20f6fa01b5796a6a8bd55aa (diff) |
Ubuntu 12.04 reports ffmpeg as deprecated, use avconv instead.
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 2 |
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 -------------------------------------- |