Juan David Adarve
Juan David Adarve
In Python, you can use `numpy.linalg.norm(flow, axis=2)` to get the flow magnitude.
Hi @qraleq, Thanks for your interest in the project. I generated the video using the lluvia Python library in a Jupyter notebook, quite messy at the moment due to the...
Closing as inactive. Please reopen the issue or create a new one if the issue persists.
It should be possible to create an automatic code generator tailored for Rust, similar to your work for Node and Python. I think a first step is to create the...
Looking further into this, it looks as the problem of duplicated tags only appears when creating CMAF streams in fragmented mode. The original command: ```bash gpac/bin/gcc/gpac \ -i example.ts \...
Hi, thanks for the suggestion. I will have a look and add it to the registry.
Hey @Vertexwahn, thanks for the suggestion, it is an interesting addition. I will explore it once I have some time to work on the project again.
I got one and will share it privately.
Hi, yes, I sent it to @rbouqueau privately.
I used the command below: ```bash gpac -i tcp://my-transcoder:5020/:gpac:tsprobe=true:listen=false @@#PID=200 restamp:#Template=audio @@#PID=100 restamp:#Template=video_hd @@1 @@2 cecrypt:cfile=/etc/drm/gpac-drm-fairplay.xml @@3 -o http://origin:8081/live/upl\ oad/playlist.m3u8:gpac:buf=-150:ll_part_hb=-1:seg_sync=no:segdur=2.0:cdur=0.5:llhls=sf:hlsc=true:cmaf=cmf2:dmode=dynamic:pssh=mv:stl=true:hmode=push:rawsub=true -broken-cert ``` which relies on our transcoder serving the TS...