From d82de0d426f554a69b9eaddef3b6cf307d2e2416 Mon Sep 17 00:00:00 2001 From: natowi Date: Sat, 25 Apr 2020 23:51:09 +0200 Subject: [PATCH] Updated Good first contributions (markdown) --- Good-first-contributions.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Good-first-contributions.md b/Good-first-contributions.md index 7a68db0..f869cce 100644 --- a/Good-first-contributions.md +++ b/Good-first-contributions.md @@ -71,6 +71,12 @@ IMPLEMENTED https://github.com/alicevision/meshroom/pull/712 what cameras have contributed to a single point [#512](https://github.com/alicevision/meshroom/issues/512) +# Better handling of video files (KeyframeSelection) +When adding mp4 files to Meshroom, the Keyframe selection node is added to the Graph +Once the node has been processed, the images are not automatically added as input. +It should also be possible to use Augment reconstruction in some cases. +Needs to be compatible with external computation. https://github.com/alicevision/meshroom/issues/232#issuecomment-540688506 + # Manage Node Graph variations [#361](https://github.com/alicevision/meshroom/issues/361)