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

Support .mkv video format #103

Closed
2 of 3 tasks
lulzsun opened this issue Apr 9, 2023 · 1 comment
Closed
2 of 3 tasks

Support .mkv video format #103

lulzsun opened this issue Apr 9, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@lulzsun
Copy link
Owner

lulzsun commented Apr 9, 2023

Commit 7c8f627 allows for users to add .mkv video files to view in the video player.

However, this does not fully implement support for .mkv files.

Some of the following changes will need to be done in order for full .mkv support:

  • Change compressor to support .mkv files
  • Change uploaders to support .mkv files
  • Create a user setting to change output file format (.mp4, .mkv)
@lulzsun lulzsun added the enhancement New feature or request label Apr 9, 2023
@lulzsun
Copy link
Owner Author

lulzsun commented May 23, 2023

Optionally, also support fragmented .mp4 since we are now on OBS 29.1.1.

Benefit of .mkv and fragmented .mp4 is for whenever recording gets interrupted/corrupted, there would still be a chance to recover the capture.

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

No branches or pull requests

1 participant