Louis CAD

Results 464 comments of Louis CAD

Just for full clarity: > Just keep using YUVA420P... YUVA420P has never worked for HEVC, as the error message above suggests. YUV420P (no alpha channel) is supported, but YUVA420P (with...

Regarding the ffmpeg shell command I shown, do the provided options have an equivalent in JavaCV? > ffmpeg -c:v libvpx-vp9 -i input.webm -c:v hevc_videotoolbox -allow_sw 1 -alpha_quality 0.75 -vtag hvc1...

How am I supposed to use that in conjunction with `FFmpegFrameRecorder`?

Currently, I'm creating it with: ```kotlin FFmpegFrameRecorder.createDefault(output, size.width, size.height) ```

So why was the dom empty inside the `iron-list`, while it was populated with `dom-repeat`? Could you show me a snippet for a working iron-list version of the Firebase Polymer...

@andrewspy Can you share a snippet/gist on how you made `` work with `` please? I couldn't get it to display any single item while it showed data when using...

Point brought by @martinbonnin: Can we really say BCV is a validator, considering that it is only validating that nothing changes, and will happily fail when you add something that...

Sure, I was bringing it because I think such a change (moving it into the Kotlin repo) might also be an opportunity for a more correct name. Thanks for linking...

Hi Gautam, yes, a `Flow` should work too, using `flowViaChannel`. Did you try it in your code with devices to scan?

Here's a thread where this issue is being discussed: https://twitter.com/okatrych/status/1782501007546597389?t=Rx7JO-AdAdcgK-pVqa-mMw&s=19