Exporting SoraCam videos supports new options
New options have been added to the video export API for Soracom Cloud Camera Services (SoraCam) (exportSoraCamDeviceRecordedVideo).
These improvements make it easier to view exported videos in environments where audio playback was previously not supported or where handling ZIP files was inconvenient.
MP3 can now be specified as the audio codec
You can now use the audioCodec
parameter to specify MP3 as the audio codec when exporting videos.
If MP3 is supported in the playback environment, both video and audio can be played, even in environments where audio previously could not be played.
Note: Selecting MP3 will consume twice the usual exportable duration.
Videos can now be downloaded in MP4 format
You can now use the archive
parameter to choose whether to download videos as ZIP archives or directly in MP4 format.
Downloading in MP4 format allows you to play videos without the need to extract ZIP files.
With these new options, you can export video files in a format that better suits your use case.
For details and configuration instructions, please refer to the API reference.