convert_bik_to_webm.ps1 - How to convert bik media to webm #1064
LambdaCore21
started this conversation in
Resources
Replies: 2 comments
-
Will update it soon so you don't need ffmpeg on the path, and it can just go next to the script |
Beta Was this translation helpful? Give feedback.
0 replies
-
laura 2 it will work with any input video format
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
convert_bik_to_webm.ps1 is located in
...\steamapps\common\Portal 2 Community Edition\sdk_tools\converter
Extract
ffmpeg-2022-09-22-git-af919cf780-full_build
into something likeC:\Program files...
(using 7-zip)Add the location of

ffmpeg.exe
to your system’s path environment variable (the path should end with...\ffmpeg-2022-09-22-git-af919cf780-full_build\bin\ffmpeg.exe
)In PowerShell, use the command cd to navigate to the converter (the path should end with
...\Portal 2 Community Edition\sdk_tools\converter
)In the command prompt, run the command:
powershell -executionpolicy bypass -File convert_bik_to_webm.ps1 [folder_name]
Where [folder_name] should be replaced by the relative or absolute filepath of the folder containing the bik’s that you would like to convert to webm’s
(don’t include the square brackets)
Beta Was this translation helpful? Give feedback.
All reactions