docs: add README.md
This commit is contained in:
parent
eedce36083
commit
49de34f863
|
@ -1 +1,2 @@
|
||||||
/target
|
/target
|
||||||
|
bad_apple.webm
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
# gst-plugin-pingxelflut
|
||||||
|
|
||||||
|
```
|
||||||
|
GST_PLUGIN_PATH="target/debug:$GST_PLUGIN_PATH" gst-launch-1.0 filesrc location=bad_apple.webm ! matroskademux name=mkv \
|
||||||
|
\
|
||||||
|
mkv. ! queue ! av1dec ! videoconvert ! videoscale ! videorate ! video/x-raw,width=96,height=72,framerate=5/1 ! pingxelflutsink 'bind-address=[2001:db8::ffff:ffff:0:2]:1337' prefix=2001:db8:: \
|
||||||
|
mkv. ! queue ! opusdec ! audioconvert ! audioresample ! pulsesink
|
||||||
|
```
|
Loading…
Reference in New Issue