From 2a8537fdbf771d39fc50c7a5ea74f25634bd85ed Mon Sep 17 00:00:00 2001 From: Jacob Gustafson Date: Thu, 4 Aug 2016 22:51:35 -0400 Subject: [PATCH] updated credits --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d59e075..3214a3b 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Possibly, rotoscoping applications are not considered commercially viable since * layer cache (purpose for unused variable cacheMaxMB) is not yet implemented ## Developer Notes -The RotoCanvas (based on ScribbleArea from Qt Examples) class is modular, with hopes that it can be used by various video editing applications in the future. The recommended use of RotoCanvas in a video editing application is for applying effects to source media as a preprocessing step before they are trimmed or other effects are added, since rotoscoping is highly dependent on the source frame (base layer) remaining the same. Using the RotoCanvas as a post-processing effect is possible, but accurate frame seeking must be assured somehow (such as by a frame-accurate video editing engine), and further edits to the previous layers will in some cases cause the rotoscoped parts (parts of the image edited by RotoCanvas) to no longer make sense (such as, if a lens pinch effect is added to a scene where there was a layer order error that has been rotoscoped out, instead of the error being rotoscoped out, there will be both the error and a corrected blotch that is the error's original position & shape), which in such cases would require redoing the rotoscoping. +The RotoCanvas class is modular, with hopes that it can be used by various video editing applications in the future. The recommended use of RotoCanvas in a video editing application is for applying effects to source media as a preprocessing step before they are trimmed or other effects are added, since rotoscoping is highly dependent on the source frame (base layer) remaining the same. Using the RotoCanvas as a post-processing effect is possible, but accurate frame seeking must be assured somehow (such as by a frame-accurate video editing engine), and further edits to the previous layers will in some cases cause the rotoscoped parts (parts of the image edited by RotoCanvas) to no longer make sense (such as, if a lens pinch effect is added to a scene where there was a layer order error that has been rotoscoped out, instead of the error being rotoscoped out, there will be both the error and a corrected blotch that is the error's original position & shape), which in such cases would require redoing the rotoscoping. ### Storage Method where is sequence name (such as, if mygreatvideo0000.png is first frame, is mygreatvideo) @@ -30,4 +30,6 @@ where is sequence name (such as, if mygreatvideo0000.png is first .png .yml [not yet implemented] - \ No newline at end of file +## Credits +* created by expertmm (see also LICENSE) +* special thanks to the Qt team for ScribbleArea from Qt Examples \ No newline at end of file