Wowza Community

How can I manually slice up my stream and copy the pieces into Azure?

Using only Wowza Streaming Engine (not streaming cloud) I need to copy the long-running streams in small sections over to Azure storage but I want the already-transcoded mp4 and not the .stream files. Is this possible? I see the ModuleMediaWriterFileMover seems to allow me to configure to break apart the live stream but I don’t understand if this should also break apart the transcoded outputs? And then I’d have to write a service to watch the folder and copy the files myself over to Azure. Is this the correct approach? Or is there a better way?