# Video and Audio

{% hint style="info" %}
This page is about the WolvenKit app. To bulk-export or -import video and audio files, check [video-and-audio-files-cli](https://wiki.redmodding.org/wolvenkit/wolvenkit-cli/usage/video-and-audio-files-cli "mention")
{% endhint %}

## Audio

### Voice-overs & music

Voice-overs and most music are stored as `.wem` files – you can use the [search](https://wiki.redmodding.org/wolvenkit/wolvenkit-app/usage/wolvenkit-search-finding-files) to filter by extension.&#x20;

When you select an audio file in your Project Explorer or the Asset Browser, the File Information widget will turn into an audio player:

<figure><img src="https://4106170459-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MP_ozZVx2gRZUPXkd4r%2Fuploads%2FO3x8xJalsW0A5MSaIQkc%2Fimage.png?alt=media&#x26;token=eb09bbcb-3a3a-400d-8a47-c8671609d518" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
You can convert .wem files to playable formats using [the Export tool](https://wiki.redmodding.org/wolvenkit/wolvenkit-app/usage/import-export). if you'd rather use the command line interface, check [#audio-files](https://wiki.redmodding.org/wolvenkit/wolvenkit-cli/usage/video-and-audio-files-cli#audio-files "mention").
{% endhint %}

### Sound effects

{% hint style="warning" %}
Sound effects are stored differently and cannot be previewed in WolvenKit. If you want to search and preview SFX, use the [SoundDB web tool](https://sounddb.redmodding.org/sfx).
{% endhint %}

You can import and export sound effects stored in .opuspak files using the Import and Export tools respectively. See this page for a walk-through:

{% content-ref url="import-export/import-export-sound-effects" %}
[import-export-sound-effects](https://wiki.redmodding.org/wolvenkit/wolvenkit-app/usage/import-export/import-export-sound-effects)
{% endcontent-ref %}

## Video

{% hint style="warning" %}
Wolvenkit can't preview video files. Add them to your Wolvenkit project or export them via CLI ([#video-files](https://wiki.redmodding.org/wolvenkit/wolvenkit-cli/usage/video-and-audio-files-cli#video-files "mention")) and watch them via [RADTools](http://www.radgametools.com/bnkdown.htm) as bink.
{% endhint %}

In the past, Wolvenkit used to be able to view videos. However, due to license issues, we had since to remove the plugin.

However, it was only a wrapper around RADTools, which you can also install as external tool.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.redmodding.org/wolvenkit/wolvenkit-app/usage/video-and-audio.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
