markup icon indicating copy to clipboard operation
markup copied to clipboard

Allow uploading mkv files

Open baryluk opened this issue 4 years ago • 14 comments

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.

baryluk avatar Feb 15 '21 08:02 baryluk

I've just ran into this issue with OBS recording something irreversible happening on my screen (see https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12473)

iquat avatar Sep 03 '24 06:09 iquat

Workaround within OBS: record in .mkv, and then remux into .mp4 (File -> Remux Recordings)

iquat avatar Sep 03 '24 06:09 iquat

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.

AlexFolland avatar Oct 27 '24 21:10 AlexFolland

For the next person who runs into this, I convert my mkvs to mp4 via ffmpeg -i "recording.mkv" -map 0 -c copy -c:a aac "recording.mp4"

(but I also wish github supported mkv)

zaporter-work avatar Jan 06 '25 19:01 zaporter-work

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Mar 08 '25 12:03 github-actions[bot]

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.

AlexFolland avatar Mar 08 '25 19:03 AlexFolland

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar May 08 '25 12:05 github-actions[bot]

Please mark this not able to be marked stale until mkv uploading is implemented. Thank you.

AlexFolland avatar May 08 '25 13:05 AlexFolland

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Jul 08 '25 12:07 github-actions[bot]

This is not addressed yet and it'll be cared about until addressed.

AlexFolland avatar Jul 08 '25 17:07 AlexFolland

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Sep 08 '25 12:09 github-actions[bot]

This is not addressed yet and it'll be cared about until addressed.

AlexFolland avatar Sep 08 '25 12:09 AlexFolland

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Nov 09 '25 12:11 github-actions[bot]

Nope

AlexFolland avatar Nov 09 '25 19:11 AlexFolland

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Jan 09 '26 12:01 github-actions[bot]