2024-02-16 00:41:39 +02:00
|
|
|
#!/bin/bash
|
2024-02-16 15:56:45 +02:00
|
|
|
# Enable to get a dot file, to turn to png: dot -Tpng -osomething.png something.dot
|
|
|
|
#export GST_DEBUG_DUMP_DOT_DIR=$(pwd)
|
2024-02-16 00:41:39 +02:00
|
|
|
gst-launch-1.0 filesrc location=output.raw \
|
|
|
|
! rawvideoparse use_sink_caps=false height=384 width=288 format=gray16-be \
|
|
|
|
! videoconvertscale \
|
|
|
|
! autovideosink
|