[SUGGESTION] Reuse/adapt sources from other projects #68
Replies: 3 comments
-
Hello. First of all, thanks for coming here. Second, as English is not my primary language, I apologize in advance for any misunderstanding. Thank you for looking at my project and thank you very much for your suggestions. This would be my first serious opensource project and of course I'm not a professional developer so everything you can see here I've learned self-taught. For this project I plan to use several community tools, some of which I have already used and contributed to, in code or finding bugs. A non-exhaustive list of these would be: There are other projects that I hope to use, but I am still at the beginning of the development of this application. Although it's not going to be a complete rewrite, I plan to reuse parts that I already have from the original implementation. This application would be to solve a very specific problem that I have in my daily work, although due to its characteristics I know that it can be very useful for other people. I am aware that there are other options to convert, several of which I have already used, but unfortunately they do not cover all my needs. Also this for me is a journey to learn 😉. I repeat, thanks for the suggestions, I will take them into account during development. |
Beta Was this translation helpful? Give feedback.
-
Thank you for the fast reply. Browsing resources you linked, we deduced that your project will be .NET-centric (so Windows-oriented)... Anyway the Remote and/or local conversion-item in the TODO list seems to reveal the software's usage kind targeted, therefore we strongly suggest you to consider @master-of-zen's Av1an techniques/approaches that may fit some "scalability" aspects (ex. Splitting video by scenes for parallel - and resumable - encoding using PySceneDetect). It would be also extremely cool to squeeze out all available hardware's computing-power by exploiting @rigaya's *Encs accelerated encoders. For the Conversion Presets-item goal, it might be interesting to adopt @jeanslack's Videomass presets compatibility or foresee something like that (ex. XML-based presets ?) anyway. We suggest to take advantage of the detailed reports that @fsinapsi's AVInaptic2 and/or @MediaArea's MediaInfo/MediaInfoLib are able to generate for the Compare video info item. It would also be useful - for users who wish - to read the more-technical @fifonik's FFMetrics and/or @FranceBB's VideoTek/mpv lua scripts videoscope reports. Last but not least, thanks to @RxLaboratory's DuME, we discovered the (widely adopted) @AcademySoftwareFoundation's OpenColorIO framework, that we suggest you to consider for color management/manipulation. Hope that inspires ! |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hi there, this project aim is very interesting BTW "reinvent the weel" - at least for apps' backend - it's not an efficent approach IOHO.
Since we believe that collaboration between open softwares could push-forward a mutual evolution, we are collecting - using purpose-oriented formatting - these resources in our HyMPS project .
You can find a raw (not yet sorted) list of them Video / Tools subsection that maybe useful for MultiConverter development too.
Hoping that can help - or at least inspire - you, thanks for your (voluntary) work.
Beta Was this translation helpful? Give feedback.
All reactions