Combined Frontend with backend, and implemented the extractor function into the module structure

This commit is contained in:
2025-11-10 16:18:57 +01:00
parent bd8ed1bf81
commit 92043440fe
6 changed files with 1483 additions and 11 deletions
+4
View File
@@ -5,5 +5,9 @@ module.exports = {
// We are now calling the example function from the example folder
mapFunctions.get("example").function("Startup")
// mapFunctions.get("extraction-video-to-audio").function({inputVideoPath:"./a.mp4", outputType:"wav"})
// mapFunctions.get("extraction-video-to-audio").function({inputVideoPath:"./b.mp4", outputType:"wav"})
// mapFunctions.get("extraction-video-to-audio").function({inputVideoPath:"./b.mp4", outputType:"flac"})
}
}