For what it's worth, libvpx in recent commits via git appears to be
significantly faster than previous releases. I haven't compared the
encoded output, so take that cautiously, but it does appear that speed
is incrementally being improved by continuous work.
I did a recent git pull and recompiled libvpx. Unfortunately it's still very very slow.
Here an example. I'm trying to convert a sequence of images to webm:avconv -f image2 -r 13 -i /tmp/test/input/%d.jpg -an -b:v 256k -r 25 -y /tmp/test/output/video.webm -loglevel info -c:v libvpx -deadline rt
The encoding process is very slow. If I use x264 instead with different parameters, it's 8 times faster. How can I make it faster with libvpx?
Cheers
Michael--
You received this message because you are subscribed to the Google Groups "WebM Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to webm-discuss...@webmproject.org.
To post to this group, send email to webm-d...@webmproject.org.
Visit this group at http://groups.google.com/a/webmproject.org/group/webm-discuss/?hl=en.
For more options, visit https://groups.google.com/a/webmproject.org/groups/opt_out.
-- Binary Kitchen Michael Heuberger 4c Dunbar Road Mt Eden Auckland 1024 (New Zealand) Mobile (text only) ... +64 21 261 89 81 Email ................ mic...@binarykitchen.com Website .............. http://www.binarykitchen.com
thanks, i tried that but only gained a speed improvement of about 5%. still too slow :/
On 27/02/13 06:29, Ronald Bultje wrote:
It's -cpu-used in libav/ffmpeg also (e.g. ffmpeg -i infile -vcodec
libvpx -cpu-used -1 outfile).
Ronald
On Tue, Feb 26, 2013 at 9:27 AM, John Koleszar <jkol...@google.com> wrote:
There's a parameter that maps to what we call "cpu used" internally, but I
don't know what avconv calls it off hand. You can set it to a negative value
-1 (slowest) to -16 (fastest) in addition to setting -deadline rt, and pick
the tradeoff you want. Which x264 preset are you trying to mimic?
On Tue, Feb 26, 2013 at 1:38 AM, <michael.heuberger@binarykitchen.com>
wrote:
For what it's worth, libvpx in recent commits via git appears to be
significantly faster than previous releases. I haven't compared the
encoded output, so take that cautiously, but it does appear that speed
is incrementally being improved by continuous work.
I did a recent git pull and recompiled libvpx. Unfortunately it's still
very very slow.
Here an example. I'm trying to convert a sequence of images to webm:
avconv -f image2 -r 13 -i /tmp/test/input/%d.jpg -an -b:v 256k -r 25 -y
/tmp/test/output/video.webm -loglevel info -c:v libvpx -deadline rt
The encoding process is very slow. If I use x264 instead with different
parameters, it's 8 times faster. How can I make it faster with libvpx?
Cheers
Michael
--
You received this message because you are subscribed to the Google Groups
"WebM Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to webm-discuss+unsubscribe@webmproject.org.
To post to this group, send email to webm-d...@webmproject.org.
Visit this group at
http://groups.google.com/a/webmproject.org/group/webm-discuss/?hl=en.
For more options, visit
https://groups.google.com/a/webmproject.org/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups
"WebM Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to webm-discuss+unsubscribe@webmproject.org.
To post to this group, send email to webm-d...@webmproject.org.
Visit this group at
http://groups.google.com/a/webmproject.org/group/webm-discuss/?hl=en.
For more options, visit
https://groups.google.com/a/webmproject.org/groups/opt_out.
--
Binary Kitchen
Michael Heuberger
4c Dunbar Road
Mt Eden
Auckland 1024
(New Zealand)
Mobile (text only) ... +64 21 261 89 81
Email ................ mic...@binarykitchen.com
Website .............. http://www.binarykitchen.com
--
You received this message because you are subscribed to the Google Groups "WebM Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to webm-discuss+unsubscribe@webmproject.org.
did you try any other values for -cpu-used besides -1?
On Tue, Feb 26, 2013 at 4:32 PM, Michael Heuberger <michael....@binarykitchen.com> wrote:
thanks, i tried that but only gained a speed improvement of about 5%. still too slow :/
On 27/02/13 06:29, Ronald Bultje wrote:
It's -cpu-used in libav/ffmpeg also (e.g. ffmpeg -i infile -vcodec
libvpx -cpu-used -1 outfile).
Ronald
On Tue, Feb 26, 2013 at 9:27 AM, John Koleszar <jkol...@google.com> wrote:
There's a parameter that maps to what we call "cpu used" internally, but I
don't know what avconv calls it off hand. You can set it to a negative value
-1 (slowest) to -16 (fastest) in addition to setting -deadline rt, and pick
the tradeoff you want. Which x264 preset are you trying to mimic?
On Tue, Feb 26, 2013 at 1:38 AM, <michael....@binarykitchen.com>
wrote:
For what it's worth, libvpx in recent commits via git appears to be
significantly faster than previous releases. I haven't compared the
encoded output, so take that cautiously, but it does appear that speed
is incrementally being improved by continuous work.
I did a recent git pull and recompiled libvpx. Unfortunately it's still
very very slow.
Here an example. I'm trying to convert a sequence of images to webm:
avconv -f image2 -r 13 -i /tmp/test/input/%d.jpg -an -b:v 256k -r 25 -y
/tmp/test/output/video.webm -loglevel info -c:v libvpx -deadline rt
The encoding process is very slow. If I use x264 instead with different
parameters, it's 8 times faster. How can I make it faster with libvpx?
Cheers
Michael
--
You received this message because you are subscribed to the Google Groups
"WebM Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to webm-discuss...@webmproject.org.
To post to this group, send email to webm-d...@webmproject.org.
Visit this group at
http://groups.google.com/a/webmproject.org/group/webm-discuss/?hl=en.
For more options, visit
https://groups.google.com/a/webmproject.org/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups
"WebM Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to webm-discuss...@webmproject.org.
To post to this group, send email to webm-d...@webmproject.org.
Visit this group at
http://groups.google.com/a/webmproject.org/group/webm-discuss/?hl=en.
For more options, visit
https://groups.google.com/a/webmproject.org/groups/opt_out.
--
Binary Kitchen
Michael Heuberger
4c Dunbar Road
Mt Eden
Auckland 1024
(New Zealand)
Mobile (text only) ... +64 21 261 89 81
Email ................ mic...@binarykitchen.com
Website .............. http://www.binarykitchen.com
--
You received this message because you are subscribed to the Google Groups "WebM Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to webm-discuss...@webmproject.org.
To post to this group, send email to webm-d...@webmproject.org.
Visit this group at http://groups.google.com/a/webmproject.org/group/webm-discuss/?hl=en.
For more options, visit https://groups.google.com/a/webmproject.org/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "WebM Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to webm-discuss...@webmproject.org.
To post to this group, send email to webm-d...@webmproject.org.
Visit this group at http://groups.google.com/a/webmproject.org/group/webm-discuss/?hl=en.
For more options, visit https://groups.google.com/a/webmproject.org/groups/opt_out.
You received this message because you are subscribed to a topic in the Google Groups "WebM Discussion" group.
To unsubscribe from this topic, visit https://groups.google.com/a/webmproject.org/d/topic/webm-discuss/1cLXjVq06Yc/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to webm-discuss...@webmproject.org.
To post to this group, send email to webm-d...@webmproject.org.
Visit this group at http://groups.google.com/a/webmproject.org/group/webm-discuss/?hl=en.
For more options, visit https://groups.google.com/a/webmproject.org/groups/opt_out.