lmartin

Results 5 comments of lmartin

I updated the description. Is there a way to restore the behaviour of Exoplayer 2.9.5, I mean accepting to use hw decoder for video codec avc1.4D0029?

Sorry but I can't share this private content. I fixed the issue by re-encoding the video with ffmpeg, I used this command : `./ffmpeg -i input.mp4 -c:v libx264 -x264opts keyint=25...

I'm using video playback of an already recorded video. My app is a video editor. I want to track objects on frames each second. To do this : I pause...

Another workaround that would fit the tracker algorithm would be to preprocess all the frames in 1 second interval and then pass them to the detector, I could repeat this...

Would it possible to expose the threshold as an editable property?