Well, one the new toolset is still looking for bink files and two isn't it suppose to be extension .webm not .wbm ? If I thinking of the same player and file format, then VLC media player can do your conversion.
Well, one the new toolset is still looking for bink files and two isn't it suppose to be extension .webm not .wbm ? If I thinking of the same player and file format, then VLC media player can do your conversion.
IDK about the new toolset. I do know that I have fan-made modules with .bik movies that simply will not play, and the game gives me the error message: CExoMoviePlayerInternal() Can't open movie: "shadowlords1.wbm." Movie must be in webm format, and have the suffix ".wbm."
Yes, I agree or provide a converter program in a utility folder like old nwn had with some useful programs. I guess vlc will not work, even if you look up webm it relates to video systems and wbm does not. Sorry. I trying to get old movie video to convert too.
I'm having problems with the conversion to WebM using VLC as well (problems with the vp8 codec). But ffmpeg worked for me. It can read bik files and the resulting WebM files have the correct codecs. However I haven't tested it with NWN yet. I'll do some tests tomorrow, figure out bitrates and so on.
It went quicker than expected, everything worked. I tried a few options (variable bitrate, static bitrate, different quality settings), replaced movies in custom modules and in the OC. You can download ffmpeg from here: https://ffmpeg.zeranoe.com/builds/. It's a command-line program and comes in a zip-file, no installation required. The command to convert is: ffmpeg.exe -i INPUT_FILE.bik -c:v libvpx -b:v 1M -c:a libvorbis -f webm OUTPUT_FILE.wbm
ffmpeg.exe is in the folder "bin"
It went quicker than expected, everything worked. I tried a few options (variable bitrate, static bitrate, different quality settings), replaced movies in custom modules and in the OC. You can download ffmpeg from here: https://ffmpeg.zeranoe.com/builds/. It's a command-line program and comes in a zip-file, no installation required. The command to convert is: ffmpeg.exe -i INPUT_FILE.bik -c:v libvpx -b:v 1M -c:a libvorbis -f webm OUTPUT_FILE.wbm
ffmpeg.exe is in the folder "bin"
Can this do whole folder conversion or just single file conversion? Thanks I got a test file working.
Here the file in .rar just extract the main folder where you want and put your .bik in the IN folder and the .wbm will be in the OUT folder. Use ConvertBik.bat to start the conversion.
If you can put up with an advert every time you open it, I used Any Video Converter Free. The settings for the conversion are video size: original, video codec: vp8 and audio codec: vorbis. Once the conversion is done just change the extension from .webm to wbm. That worked for me.
I going to put the converter / bat on the vault because this will get buried in the forum after awhile. I use to maintain CC tutorial sticky on the old bioware forums and we also had a useful tools sticky. I suggest we get these things up in this forum so new people can get started into the world that is NWN CC easier.
Comments
If I thinking of the same player and file format, then VLC media player can do your conversion.
So yes, the extension is supposed to be .wbm.
With the extension webm: I get the same error message as above.
With the extension wbm: The client crashes.
Either VLC's doing something wrong or the client is.
I honestly think that NWN would be better off if Beamdog just licensed Bink so we can play old movies without any problem.
The command to convert is:
ffmpeg.exe -i INPUT_FILE.bik -c:v libvpx -b:v 1M -c:a libvorbis -f webm OUTPUT_FILE.wbm
ffmpeg.exe is in the folder "bin"
TR
Vault LINK
Is that normal?
tr
tragic. Thanks