Ricardo

Results 38 issues of Ricardo

Updated encoder/decoder and tests to parse V2 protocol. Multiple BSS & BSSID, device status with report packets and many other fixes.

Would be cool that the website can support deeplinking so that if link is clicked from email to an event it would open up in app installed on the phone...

Would it be possable to link the SOS function to an external bluetooth clicker? I guess that the clicker would not be generic due to profiles they use so a...

Sometimes the client stops sending its location data to the server for some reason. So I have updates every 60s but looking at the log for today it got up...

When doing a diff against DB which contains Aria tables DDL error is thrown. MariaDB 10.4.11 Skeema: 1.4.2 ``` 2020-04-09 23:04:22 [WARN] Skipping table `useragents`: unable to generate DDL due...

feature request
help wanted

Seems this project has stalled as there have been no commits in 3 years. Is this now the new projects to go towards? https://github.com/PHP-FFMpeg/PHP-FFMpeg @ivany4 I see you pushed several...

I am using readVideoComponent() to ultimately get the video resolution/SAR/DAR etc, this should be a quick task but not due to the underlying getFileRawInformation() doing "-af volumedetect". I understand this...

https://github.com/buggedcom/phpvideotoolkit-v2/blob/master/src/PHPVideoToolkit/Format.php#L121 Not passing $config object into FfmpegParser(), this causes issues unless Config is default config.

Seems that sample_aspect_ratio is referred to as pixel_aspect_ratio, instead it should be Storage Aspect Ratio. http://en.wikipedia.org/wiki/Pixel_aspect_ratio PAR can be calculated though from SAR/DAR apparently.

What would be fairly cool is a way to use cropdetect with ffmpeg. It would be nice that somehow this could be implemented as part of a workflow. http://www.renevolution.com/understanding-ffmpeg-part-iii-cropping/ Below...