Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
![]() |
#81 | Link |
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,243
|
014 isn't linked against that library and wouldn't create such a report anyway.
If there is no report, the crash doesn't happen under the control of the program. I honestly don't know what else to try here.
__________________
Latest MKVToolNix is v79.0 If I ever ask you to upload something, please use my file server. |
![]() |
![]() |
![]() |
#82 | Link |
Pig on the wing
Join Date: Mar 2002
Location: Finland
Posts: 5,652
|
But wasn't 014 the one in which you reverted a change that could be associated with this issue? Currently I have tried only adding files as a source and added jobs to queue and it has worked smoothly and doesn't cause any OS sluggishness. The next step will be muxing and then torturing the GUI.
__________________
And if the band you're in starts playing different tunes I'll see you on the dark side of the Moon... |
![]() |
![]() |
![]() |
#83 | Link |
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,243
|
In 016 the change is still reverted, just with the Dr. MinGW library linked & invoked. So if 016 still crashes, that aforementioned change isn't the culprit.
__________________
Latest MKVToolNix is v79.0 If I ever ask you to upload something, please use my file server. |
![]() |
![]() |
![]() |
#84 | Link |
Pig on the wing
Join Date: Mar 2002
Location: Finland
Posts: 5,652
|
Ah, okay. I think I'll try v25 then, and work my way up from there with those intermediate builds towards v26. Of course, I could find this in v25 as well because it's been quite a long time since I did this kind of work.
__________________
And if the band you're in starts playing different tunes I'll see you on the dark side of the Moon... |
![]() |
![]() |
![]() |
#85 | Link |
Registered User
Join Date: Jan 2006
Posts: 37
|
Hello Mosu, I have a DTS-HD MA 5.1 track (24 bit) with dialnorm on both the master and the embedded core track. I am using the MkvToolNix GUI to build an mkv from the source and using the option to remove dialog normalization from the track. The resulting file has the dialnorm removed from the core track, but it remains on the master track. Is there a way to remove it from both? Is this an issue that you're aware of? I'm happy to provide a sample if you need it. Thank you for all of your hard work.
|
![]() |
![]() |
![]() |
#86 | Link | |
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,243
|
Quote:
__________________
Latest MKVToolNix is v79.0 If I ever ask you to upload something, please use my file server. |
|
![]() |
![]() |
![]() |
#87 | Link | |
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,243
|
Quote:
__________________
Latest MKVToolNix is v79.0 If I ever ask you to upload something, please use my file server. |
|
![]() |
![]() |
![]() |
#88 | Link | |
Pig on the wing
Join Date: Mar 2002
Location: Finland
Posts: 5,652
|
Quote:
![]()
__________________
And if the band you're in starts playing different tunes I'll see you on the dark side of the Moon... |
|
![]() |
![]() |
![]() |
#90 | Link |
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,243
|
I haven't actually tried it, but the code uses regular expressions for matching the lines, and the number part is a simple "\d+" — meaning "one or more digits". Meaning "CHAPTER01" should work, as should "CHAPTER1", "CHAPTER0001" or "CHAPTER12345".
__________________
Latest MKVToolNix is v79.0 If I ever ask you to upload something, please use my file server. |
![]() |
![]() |
![]() |
#92 | Link | |
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,243
|
Quote:
__________________
Latest MKVToolNix is v79.0 If I ever ask you to upload something, please use my file server. |
|
![]() |
![]() |
![]() |
#93 | Link |
Pig on the wing
Join Date: Mar 2002
Location: Finland
Posts: 5,652
|
Congratulations
![]()
__________________
And if the band you're in starts playing different tunes I'll see you on the dark side of the Moon... |
![]() |
![]() |
![]() |
#94 | Link |
Registered User
Join Date: Mar 2011
Posts: 129
|
Maybe this is related to the above issue (which has been fixed), but I have run into a couple of instances in which MKVToolNix GUI will disappear in the middle of a job, as if the program was closed. Task Manager will show that the program is still running, however.
|
![]() |
![]() |
![]() |
#95 | Link | |
Registered User
Join Date: May 2016
Posts: 197
|
Quote:
2. What exactly does Task Manager show? Is it mkvmerge.exe running or is it mkvtoolnix-gui.exe? If you started a job from the GUI, then you should have a mkvmerge.exe process and a mkvtoolnix-gui.exe process running at the same time. mkvmerge.exe ends automatically after the completion of the job, so if the GUI crashes during a job you should still have a MKVToolNix related process running (namely mkvmerge.exe), but it shouldn't be mkvtoolnix-gui.exe. If the answer to 1. is yes and if it's really mkvtoolnix-gui.exe that is running after the GUI crashed, you should open a ticket on gitlab. |
|
![]() |
![]() |
![]() |
#97 | Link |
Registered User
Join Date: Oct 2001
Location: Germany
Posts: 7,080
|
Using:
rav1e: 0.1.0 mkvmerge: v26.0.0 ffmpeg: version N-91949-g6304268e39 I aimed do the following: a. convert input to av1, by decoding to yuv420p using ffmpeg, piping to and encoding with rav1e Code:
ffmpeg -y -loglevel fatal -threads 8 -i "F:\TestClips&Co\files\test.avi" -map 0:0 -an -sn -vf zscale=rangein=tv:range=tv -pix_fmt yuv420p -vsync 0 -f yuv4mpegpipe - | rav1e --tune Psychovisual - -o "E:\Output\test.ivf" b. remuxing to mkv using mkvmerge: Code:
mkvmerge --ui-language en -o "E:\Output\test.mkv" -d 0 --default-track 0:yes --default-duration 0:25/1fps --aspect-ratio-factor 0:1/1 --engage enable_av1 --no-chapters --compression -1:none --forced-track 0:yes --no-audio --no-subtitles "E:\Output\test.ivf" Code:
mkvmerge v26.0.0 ('In The Game') 64-bit 'E:\Output\test.ivf': Using the demultiplexer for the format 'IVF (AV1, VP8, VP9)'. 'E:\Output\test.ivf' track 0: Using the output module for the format 'AV1'. The file 'E:\Output\test.mkv' has been opened for writing. Error: An exception occurred when writing the destination file. The drive may be full. Exception details: end of file error; No error To be sure this isn't a rav1e problem I also used aomenc for encoding, but got the same error. (Same problem with: mkvtoolnix-64-bit-26.0.0-revision-021-g39f37fa93-01789) -> Since the av1 support is still experimental, is there any progress there? (or did I mess up somewhere with the muxing call?) Cu Selur Ps.: uploaded the test.ivf to my GoogleDrive. |
![]() |
![]() |
![]() |
#98 | Link |
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,243
|
mkvmerge's AV1 support isn't usable yet. Neither does it conform to the finalized AV1 bitstream spec, nor had the AV1-in-Matroska specs been finalized when I last worked on that code (which was several weeks ago).
__________________
Latest MKVToolNix is v79.0 If I ever ask you to upload something, please use my file server. |
![]() |
![]() |
![]() |
#100 | Link | |
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,243
|
MKVToolNix v27.0.0 released
I've just released MKVToolNix v27.0.0. This release is smallish but important due to two bug fixes. The first is an annoying crash easily triggered on Windows simply by using the program for a while. The second is indubitably more important: mkvmerge was corrupting E-AC-3 frames when the "dialog normalization gain removal" functionality was used.
Here are the usual links: the MKVToolNix home page, the Windows installer/portable version & macOS DMG & Linux AppImage and the source code. The Windows and macOS binaries as well as the Linux AppImage are available already. The other Linux binaries are still being built and will be available of the course of the next couple of hours. Here are the NEWS since the previous release: Quote:
![]()
__________________
Latest MKVToolNix is v79.0 If I ever ask you to upload something, please use my file server. |
|
![]() |
![]() |
![]() |
Tags |
matroska |
Thread Tools | Search this Thread |
Display Modes | |
|
|