sskodje/ScreenRecorderLib

Support for Captions/Video Transcript

rwedoff opened this issue · 2 comments

Do you have support for Windows Speech Recognizer for captions for the video? Could this be exposed via recording options as another output?
https://learn.microsoft.com/en-us/uwp/api/windows.media.speechrecognition.speechrecognizer?view=winrt-22621

There's no support for that. If what you are after is to burn text into the video like permanent captions, you can probably implement it as an overlay and modify one of the existing ones. If you are after the text directly, it's probably easier to implement it in your own app from the audio source directly.

Thanks for the quick response!