hello my friends
I am doing a video editing software focused on subtitles using Tauri and Svelte
I am making the video inside a div element. So inside the div there's a video element and others elements to show the subtitles (essentially p element)
My question is about exporting the project to a video file. Is it possible to record the div content for the duration of the video and save it as a video file?
I really don't want to use ffmpeg because it sucks handling Arabic subtitles.
Thank you