marksamfd / VideoSlideshow

A software designed to create lyric slideshows. This software allows users to combine lyrics with background videos, resulting in a visually engaging slideshow that synchronizes the lyrics with the video footage.
https://marksamfd.github.io/VideoSlideshow/
0 stars 0 forks source link

Project is not closed properly #26

Open marksamfd opened 4 months ago

marksamfd commented 4 months ago

the files some how are still used in the electron instance event after unlinking the video file from the renderer and calling destroyShow function

tried using the deprecated registerBufferProtocol it works but it gets pipeline video encodeing error

TODO: try implementing independent video loading sevide over express and ffmpeg

https://github.com/fluent-ffmpeg/node-fluent-ffmpeg/issues/337#issuecomment-62901962 Example Implementation

marksamfd commented 4 months ago

https://stackoverflow.com/questions/63596219/what-does-dash-mean-as-ffmpeg-output-filename https://stackoverflow.com/questions/76965217/electron-displaying-a-local-video-from-filesystem-with-custom-protocol https://stackoverflow.com/questions/76673275/how-do-i-use-ffmpeg-in-my-renderer-process-in-electron