* Click on the "Reload" button in the toolbar to load the current Features.
* Cancel the upcoming dialog for "Waiting for vimacc ReportClient"
* Use the "Save" button in the toolbar to save the Features "as files" in a temporary EMPTY folder of your choice:
* Navigate to the selected temporary folder, and open the file "./features/license/RuntimeFeatures.opt" in an editor:
* Insert the following line in the section "[AccVimaccPlayer]":
ExportAllowSelectOutputFormat=true
ExportAllowSelectOutputFormat=true
* Switch back to the vimacc UserManagement, and use the "Open" button in the toolbar, to import the changes from the temporary folder:
* Switch to the tab "Feature - Group", scroll to the category ""AccVimaccPlayer" and enable the Features "ExportAllowChangeEncryptionOnOff" & "ExportAllowSelectOutputFormat":
* Now use the "Deploy" button in the toolbar, to bring these changes in the system as running Feature:
* Done that, the option to select different export formats in the ExportDialog of the vimacc Workstation:
___
The available profiles are defined in the AccVimaccExport.conf:

By default, export is enabled only in MJPEG format due to potential licensing and patent restrictions. You are welcome to use your own version of FFmpeg or similar tools with custom transcoding commands to generate other formats according to your specific requirements.
⚠️ IMPORTANT NOTICE:
If you choose to use custom transcoding tools or settings (including but not limited to FFmpeg with alternative codecs and containers), you are solely responsible for ensuring that your use complies with all applicable laws, licenses, and third-party patent rights. We do not provide any licenses or warranties for codecs, formats, or tools beyond the default configuration.
___
Example for MKV-Export with AV1 (on your own risk):
Profiles/MKV_AV1/fileExtension=mkv
Profiles/MKV_AV1/ffmpegArguments=-c:v libaom-av1 -crf 30 -b:v 0
Note: The AV1 example uses the
libaom-av1
encoder with a CRF-based quality setting. Adjust parameters as needed.