Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Bik video to mp4 convertion using ffmpeg #24

Open
daervik opened this issue Mar 1, 2024 · 3 comments
Open

[Feature]: Bik video to mp4 convertion using ffmpeg #24

daervik opened this issue Mar 1, 2024 · 3 comments
Labels
type:feature New feature or request

Comments

@daervik
Copy link

daervik commented Mar 1, 2024

Describe the Feature

If this is out of scope for the Hellextractor, please remove this request.

I did a very simple test with a bik file (b2b8b34553f957cb.bik) from the extraction using a very basic ffmpeg command line command using ffmpeg essentials build and command ".\ffmpeg.exe -i b2b8b34553f957cb.bik b2b8b34553f957cb.mp4", which resulted in an encoded mp4 with the video and sound from the bik file.

If it is of interest to make the exports from Hellextractor as user friendly as possible it could be interesting to implement ffmpeg into the tool, possibly with a video file format flag (mp4, mkv etc).

Some bik video files are without sound, so not sure if those have sound separated out due to them being played back separately in engine.

@daervik daervik added the type:feature New feature or request label Mar 1, 2024
@Xaymar
Copy link
Owner

Xaymar commented Mar 1, 2024

Yeah, this is a bit out of scope for now. I could implement it, but considering that precalculating the size of the converted file is practically impossible, it'd have to redo the conversion every single export.

@daervik
Copy link
Author

daervik commented Mar 1, 2024

Maybe I'm misunderstanding, but what purpose does it serve to precalculate the size of the converted file?

@Xaymar
Copy link
Owner

Xaymar commented Mar 1, 2024

Not having to export it again, and being able to rename from old names to new names.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants