Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update load_video node for more accurate color conversion and chroma …
…reconstruction (#2532) * Update load_video.py for more accurate color conversion and chroma reconstruction This PR updates the ffmpeg based load_video node to use a more accurate color decoding and chroma reconstruction path. This node now uses lanczos filtering by default and also skips the previously present extra conversion from rgb24 to bgr24 by having ffmpeg send a bgr24 rawvideo pipe natively to chaiNNer * Update load_video.py remove cv2 import as this is no longer needed. * Format with ruff --------- Co-authored-by: Joey Ballentine <[email protected]>
- Loading branch information