Commit c00558b2 authored by Marlene Böhmer's avatar Marlene Böhmer
Browse files

format video scripts, experimental h264 scripts

parent faae9656
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
exec env GST_DEBUG=prrtsrc:6 gst-launch-1.0 prrtsrc \
exec env gst-launch-1.0 \
      prrtsrc \
    ! "image/jpeg,framerate=24/1" \
    ! jpegparse \
    ! jpegdec \
    ! videoconvert \
    ! fpsdisplaysink video-sink=ximagesink sync=false

    # GST_DEBUG_DUMP_DOT_DIR=/home/marlene/CloudyApple/Studium/Master\ Thesis/Thesis/figures2/dot2
    # GST_DEBUG=queue_dataflow:6
    # GST_DEBUG=prrtsrc:6
    
+11 −0
Original line number Diff line number Diff line
exec env gst-launch-1.0 \
      prrtsrc \
    ! video/x-h264,width=640,height=480,framerate=30/1 \
    ! h264parse \
    ! avdec_h264 \
    ! videoconvert \
    ! fpsdisplaysink video-sink=ximagesink sync=false

# GST_DEBUG_DUMP_DOT_DIR=/home/marlene/CloudyApple/Studium/Master\ Thesis/Thesis/figures2/dot2
# GST_DEBUG=queue_dataflow:6
# GST_DEBUG=prrtsrc:6
+7 −1
Original line number Diff line number Diff line
raspivid -t 0 -cd MJPEG -w 640 -h 480 -fps 24 -b 6000000 -fl -o - |
gst-launch-1.0 fdsrc \
exec env gst-launch-1.0 -e \
      fdsrc \
    ! "image/jpeg,framerate=24/1" \
    ! jpegparse \
    ! prrtsink host=10.8.0.44 port=5000 targetdelay=8000

    # GST_DEBUG_DUMP_DOT_DIR=/home/rna/dot
    # GST_DEBUG=queue_dataflow:6
    # GST_DEBUG=prrtsink:6
    
+9 −0
Original line number Diff line number Diff line
exec env GST_DEBUG_DUMP_DOT_DIR=/home/rna/dot gst-launch-1.0 -e \
      v4l2src do-timestamp=true \
    ! video/x-h264,width=640,height=480,framerate=30/1 \
    ! h264parse \
    ! prrtsink host=10.8.0.44 port=5000 targetdelay=10000

# GST_DEBUG_DUMP_DOT_DIR=/home/rna/dot
# GST_DEBUG=queue_dataflow:6
# GST_DEBUG=prrtsink:6