vp8enc waiting for EOS

David Klasinc bigwhale at lubica.net
Sun Oct 28 01:42:31 PDT 2012


Greetings,

this is my command line:

gst-launch-1.0 -e ximagesrc endx=1919 \
endy=1079 use-damage=false show-pointer=true !  queue ! \
videorate ! video/x-raw,framerate=15/1 ! videoconvert ! \
vp8enc end-usage=vbr target-bitrate=1000000 threads=3 ! \
queue name=before_mux ! webmmux name=mux ! queue ! \
filesink location="test.webm"

I record for about 10 seconds of the video, then I press CTRL-C and it 
takes more than 20 seconds for data to be flushed on disk and file written.

Is there a way to minimize this time? When encoding with x264 the flush 
is almost instant.

Regards,
David


More information about the gstreamer-devel mailing list