-
found this today, might be very useful for nyaa, as many of the mkv are with subtitles that can not be played within html5. but with this, it might be possible to extract and display.
https://www.…
-
```
What steps will reproduce the problem?
1. play MKV file
2.
3.
What is the expected output? What do you see instead?
clear audio, cuts in and out every 3 seconds or so
What version of the product…
-
Recently I found that iina-advance has serious color cast when playing certain mp4 files, and freezes when playing certain mkv files. I tried the original iina and it is also the same, but other playe…
-
```
What steps will reproduce the problem?
1. play MKV file
2.
3.
What is the expected output? What do you see instead?
clear audio, cuts in and out every 3 seconds or so
What version of the product…
-
```
What steps will reproduce the problem?
1. play MKV file
2.
3.
What is the expected output? What do you see instead?
clear audio, cuts in and out every 3 seconds or so
What version of the product…
-
I have a directory with the following files:
```
The.King.S01E01.mkv
The.King.S01E01.srt
The.King.S01E02.mkv
The.King.S01E02.srt
```
In MKVToolNix Batch Tool I specify this directory as sou…
-
### Description
Hello, I sometimes have files like that with the same names.
```
myvideo.mkv
myvideo.ac3
```
Or even with language part directly
```
myvideo.mkv
myvideo.en.ac3
```
I…
-
```
What steps will reproduce the problem?
1. play MKV file
2.
3.
What is the expected output? What do you see instead?
clear audio, cuts in and out every 3 seconds or so
What version of the product…
-
hey iam trying to use the plugin to add the subtitles to my mkv files.
When I start I get this error:
```The system cannot find the path specified. ```
I tried to manually install the iso-3 and…
-
I tried opening a mkv file to horizontally flip it using this code.
```
import moviepy.editor as mpy
clip = mpy.VideoFileClip("hit.mkv")
flipped_clip = clip.fx(mpy.vfx.mirror_x)
colored_c…