-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Allow uploading mkv files #1443
Comments
I've just ran into this issue with OBS recording something irreversible happening on my screen (see notepad-plus-plus/notepad-plus-plus#12473) |
Workaround within OBS: record in .mkv, and then remux into .mp4 (File -> Remux Recordings) |
Compared to MP4, MKV has more features, compatibility, and better tools (especially with the existence of the mkvtoolnix GUI). One of the best features of MKV over MP4 is that the video can be played before encoding is complete, enabling getting a quick preview before committing to the full encoding time. Currently I'm using MKV during encoding and then remuxing to MP4 after the encoding is complete just for attaching to github, but I would prefer to avoid the final step since MKV is the more modern and useful format overall. Fixing this seems like it would be a relatively simple change; basically just adding "mkv" to the file extension allow list. Thanks. |
Just like mov or mp4 are already supported, mkv should be supported. mkv is a default format produced by obs for example, and it is often useful to create few second clips to show issues when reporting bugs.
If it can't be played by embedded player, it still should be possible to download such files.
The text was updated successfully, but these errors were encountered: