Closed GoogleCodeExporter closed 8 years ago
I've updated it to reflect what I understand is the current perpetually moving
target of ffmpeg command line parameters for setting presets.
Original comment by acaudw...@gmail.com
on 19 Jan 2011 at 12:02
It is failing for me too. Is there another way than using vcodec ppm because
from a quick google search I get the impression this is associated with all
kinds of issues.
Is there another way of making video? This way looks like a lot of hard work.
Original comment by onno.van...@gmail.com
on 3 Feb 2011 at 7:47
Hi. I think you will probably find if you read the complete error message that
your ffmpeg doesn't have libx264 support.
This thread talks about various ways to get ffmpeg with libx64 on ubuntu:
http://ubuntuforums.org/showthread.php?t=1117283
Or you could use a different codec. Eg mpeg (though the quality wont look as
good):
gource -o - | ffmpeg -y -b 3000K -r 60 -f image2pipe -vcodec ppm -i - gource.mpg
Original comment by acaudw...@gmail.com
on 7 Feb 2011 at 2:04
Original issue reported on code.google.com by
EricRaym...@gmail.com
on 24 Dec 2010 at 2:05