You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I appreciate the speedy and efficient responses to the communities suggestions. Let me say I am very impressed with this project. Only last year I would not have imagined a video analyzer written in JavaScript. But my opinion of NodeJS and Electron has speedily changed.
I have been working with this analyzer for a couple of months now and am pretty familiar with it and have made a branch where we are developing AVS2 analysis using this projects framework (Emscripten to compile the reference decoder providing the JSON in the callback).
In the process I have discovered only a couple of issues which should be patched in the original project.
I will post the patch and attach it to this message if anyone would like to review the changes. Two unused variables and duplication of 'noImplicitAny' and 'sourceMap' in the tsconfig.json...
Once again a big thank you to all involved in this project. I would love to contribute more if I could. I'm still coming up to speed on some of the JS technology (I've mostly been a C/C++ and assembly guy)...
I'm glad you find this project useful. Our goal is to make a tool that can be used with a variety of codecs, but at the moment we've only been using it with AV1. If you can share more about the design of your codec, we could perhaps design a more generic interface to the analyzer.
I've also been surprised about how far you can get with JavaScript these days. :)
The general approach in Github to contributing patches is to first fork the project, and then submit a pull request.
Hello,
I appreciate the speedy and efficient responses to the communities suggestions. Let me say I am very impressed with this project. Only last year I would not have imagined a video analyzer written in JavaScript. But my opinion of NodeJS and Electron has speedily changed.
I have been working with this analyzer for a couple of months now and am pretty familiar with it and have made a branch where we are developing AVS2 analysis using this projects framework (Emscripten to compile the reference decoder providing the JSON in the callback).
In the process I have discovered only a couple of issues which should be patched in the original project.
I will post the patch and attach it to this message if anyone would like to review the changes. Two unused variables and duplication of 'noImplicitAny' and 'sourceMap' in the tsconfig.json...
Once again a big thank you to all involved in this project. I would love to contribute more if I could. I'm still coming up to speed on some of the JS technology (I've mostly been a C/C++ and assembly guy)...
Thank you,
Michael Uman
aomanalyzer-patch-171020.txt
The text was updated successfully, but these errors were encountered: