AW: multifilesink not producing viewable files. Help!?

Mandar Joshi emailmandar at gmail.com
Fri Nov 18 03:37:28 UTC 2016


> rtph264depay name=h264depay !   avdec_h264 ! videocrop name=crop ! tee
> name=t t. ! queue ! autovideosink t. ! queue ! timeoverlay ! x264enc
> bitrate=1200 tune=zerolatency ! video/x-h264,profile=baseline ! h264parse
> config-interval=-1 ! splitmuxsink location="f-%05d-output3.h264"
> max-size-time=10000000000 max-size-bytes=1000000
>
Try passing the following options to x264enc:
x264enc tune=zerolatency pass=qual quantizer=27 subme=4 threads=2
bitrate=1024 key-int-max=4


The pipeline I successfully tested was
GST_DEBUG=3 gst-launch-1.0 -v -e v4l2src device=/dev/video0 !
video/x-raw,width=640,height=480 ! tee name=t t. ! queue ! xvimagesink
sync=false t. ! queue ! timeoverlay ! x264enc tune=zerolatency
pass=qual quantizer=27 subme=4 threads=2 bitrate=1024 key-int-max=4 !
video/x-h264,profile=baseline ! h264parse config-interval=1 !
splitmuxsink location="f-%05d-output3.h264" max-size-time=10000000000
max-size-bytes=1000000

Regards
Mandar Joshi


More information about the gstreamer-devel mailing list