Philippe Leprince

Results 22 comments of Philippe Leprince

yup. go ahaead @antirotor !

![Image](https://github.com/user-attachments/assets/7d6aedf4-d3d7-495d-8ff7-db20d4baef74) I wrote these RenderMan for Maya text field widgets who support multiple syntaxes: When a token is detected as you type: - the tokens are colored if they valid...

@martastain Can you please chime in on this one ? Do we need backend support ?

> This may then also need to be clear in the frontend UX that this attributes you're viewing there are version attributes and technically have nothing to do with the...

I understand better now. - Addons / Publishing - We should make sure we ALWAYS set these attributes to avoid any confusion. - I don't think we should attempt any...

I agree @BigRoy. Let's make the reviewable metadata prominently visible in the player. @Innders, I believe the ball is in your court !

@MustafaJafar Can you try with the latest ffmpeg 7.1 ? Not sure this has been implemented: deep images use a different OpenEXR API and need to be flattened before being...

I looked at the ffmpeg changelog and deep support is not mentioned. The simplest solution is to pre-process the files with `oiiotool deepRender.exr -flatten -o flatRender.exr`.

Definitively not implemented in latest ffmpeg ! 😂 ``` if (flags & 0x08) { avpriv_report_missing_feature(s->avctx, "deep data"); return AVERROR_PATCHWELCOME; } ```

After a discussion with @iLLiCiTiT, we agreed on the following plan: 1. Implement a mechanism to detect when server connectivity is not available anymore (internet shortage, server restart, etc). *...