chore(example): Added hdr-gstreamer-wgpu example chore(license): Added MIT license to all crates
13 lines
603 B
Makefile
13 lines
603 B
Makefile
typegen:
|
|
@echo "Generating jellyfin type definitions..."
|
|
cd typegen && cargo run
|
|
cp typegen/jellyfin.rs api/src/jellyfin.rs
|
|
rm typegen/jellyfin.rs
|
|
|
|
hdrtest:
|
|
GST_DEBUG=3 gst-launch-1.0 playbin3 uri=https://jellyfin.tsuba.darksailor.dev/Items/6010382cf25273e624d305907010d773/Download?api_key=036c140222464878862231ef66a2bc9c video-sink="videoconvert ! video/x-raw,format=(string)RGB10A2_LE ! fakesink"
|
|
|
|
codec:
|
|
GST_DEBUG=3 gst-discoverer-1.0 -v https://jellyfin.tsuba.darksailor.dev/Items/6010382cf25273e624d305907010d773/Download?api_key=036c140222464878862231ef66a2bc9c
|
|
|