18 lines
715 B
Makefile
18 lines
715 B
Makefile
jello:
|
|
cargo r -r -- -vv
|
|
# iced-video:
|
|
# cd crates/iced-video && cargo run --release --example minimal
|
|
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
|
|
|
|
|