2 lines
236 B
Bash
Executable file
2 lines
236 B
Bash
Executable file
#!/bin/sh
|
|
GST_PLUGIN_PATH=~/GitSources/gst-plugins-rs/target/debug gst-launch-1.0 filesrc location=bunny.mp4 ! decodebin ! videoconvert ! video/x-raw,width=1280,height=720 ! roundedcorners border-radius-px="$1" ! videoconvert ! gtksink
|