Video and Audio files - WolvenKit/CP77Wiki GitHub Wiki
Archives
Not all archives are well documented at this time.
- basegame_5_video
- audio_1_general
- audio_2_soundbanks
- lang_en_voice
Extracting/Playing video files
Using CyberPunk2077 tools decompress basegame_5_video.archive located at <InstallLocation>\Cyberpunk 2077\archive\pc\content
. This contains videos for menu, effects, in-game adverts and more.
They exist as Bink/Bink 2 files that can be played via RadTools
Extracting/Playing audio files
Use ww2ogg to convert decompressed archive audio to .ogg format, Revorb to get smaller and cleaner files that can be played through VLC, as well as ffmpeg for convenient playback. This conversion will be executed via command line.
To execute a conversion:
.\ww2ogg.exe "<!AudioFilePath!>.wem" --pcb packed_codebooks_aoTuV_603.bin
The argument on the end is important so as not to return gibberish audio files.
It is also recommended to turn down volume on playback.
Playback can be executed through ffmpeg.
ffplay.exe <!AudioFilePath!>.ogg
VLC can be used if run through Revorb.
Foobar2000 can also be used along with vgmstream plugin installed through foobar2000 preferences page.
Pulled from Issue 3