Jump to content

MediaInfo For Emby Plugin(HDR, Vision, Atmos, DTS:X)


Cheesegeezer

Recommended Posts

17 hours ago, MrLinford said:

Not sure what the official emby container is built on. But you can always switch.

I believe it is busybox

Link to comment
Share on other sites

MrLinford
On 09/11/2022 at 13:47, MrLinford said:

 

Here is my quick guide on how to install the dependencies for Media Toolbox when running EMBY in a Docker Container.

A few notes:

You must be running the https://github.com/linuxserver/docker-emby container

You will have to reinstall the dependencies when a new docker image is used.

image.png.5b56a376b629c0cbcfb43ca4df32899b.png

# **MediaInfo For Emby running in Docker**

**A few notes:**

You must be running the https://github.com/linuxserver/docker-emby container

You will have to reinstall the dependencies when a new docker image is used.

---

**First you need to connect to the emby container:**

`docker exec -it <container> bash`

---

**Install mediainfo (https://mediaarea.net/en/MediaInfo/Download/Ubuntu):**

`apt-get install MediaInfo

---

**Install mkvtoolnix (https://mkvtoolnix.download/downloads.html#ubuntu):**

`curl -o /usr/share/keyrings/gpg-pub-moritzbunkus.gpg https://mkvtoolnix.download/gpg-pub-moritzbunkus.gpg`

`cd /etc/apt/sources.list.d`

`touch mkvtoolnix.download.list`

`cat > mkvtoolnix.download.list`

**Paste the below the Crtl+D to exit:**

    deb [signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/ubuntu/ jammy main
    deb-src [signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/ubuntu/ jammy main

Now run `apt update` followed by `apt install mkvtoolnix=70.0.0-0~ubuntu2204bunkus01 mkvtoolnix-gui=70.0.0-0~ubuntu2204bunkus01`



---

**Download BifTool Executables:**

`curl -Lo /tmp/biftool_linux.zip https://github.com/rokudev/samples/raw/master/utilities/bif%20tool/biftool_linux.zip`

**Installed unzip:**

`apt-get install unzip`


**Extract BifTool zip file to /bin/:**

`unzip /tmp/biftool_linux.zip -d /bin`

---

Configure the Media Toolbox plugin, applications installed will be located in `/bin/`

 

Updated guide with:
"A few notes:

You must be running the https://github.com/linuxserver/docker-emby container

You will have to reinstall the dependencies when a new docker image is used."

Link to comment
Share on other sites

Cheesegeezer


 

23 minutes ago, neik said:

Cheese, RB, FYI just in case you haven't seen:

MKVToolNix got a point release for 71, the latest version is now 71.1.

Has it been tested with the plugin. I’m staying on 67 and have no drive to upgrade at all.

Link to comment
Share on other sites

59 minutes ago, neik said:

Cheese, RB, FYI just in case you haven't seen:

MKVToolNix got a point release for 71, the latest version is now 71.1.

Both 71 and 71.1 are bugged, The part corrupting files with mkvpropedit should be fixed in V72. As soon as V72 is released i will do some tests with it.

  • Thanks 2
Link to comment
Share on other sites

Cheesegeezer
29 minutes ago, Andy2k said:

Both 71 and 71.1 are bugged, The part corrupting files with mkvpropedit should be fixed in V72. As soon as V72 is released i will do some tests with it.


Cheers Andy. that’s why I’m not jumping to change anything.

not sure what benefits are for 72 and for switching.

Link to comment
Share on other sites

17 minutes ago, Cheesegeezer said:


Cheers Andy. that’s why I’m not jumping to change anything.

not sure what benefits are for 72 and for switching.

On most linux distros you get usualy the latest version as package, less experienced user have maybe some trouble to "downgrade" the version and set these packages on "hold" to avoid they get updated. So i think in case the V72 will run, the version check in the plugin should be abit expanded to catch V72 and upcoming  versions as compatible.

 

Sure, maybe there are new bugs in mkvpropedit, but i think it causes more trouble in the long run if brand new installations get mkvtoolnix V72 and higher and the plugin will not run in these cases. 

 

  • Like 1
Link to comment
Share on other sites

Cheesegeezer
2 hours ago, Andy2k said:

On most linux distros you get usualy the latest version as package, less experienced user have maybe some trouble to "downgrade" the version and set these packages on "hold" to avoid they get updated. So i think in case the V72 will run, the version check in the plugin should be abit expanded to catch V72 and upcoming  versions as compatible.

 

Sure, maybe there are new bugs in mkvpropedit, but i think it causes more trouble in the long run if brand new installations get mkvtoolnix V72 and higher and the plugin will not run in these cases. 

 

I will omit v71 from being allowed to run. 
 

  • Like 1
  • Agree 1
Link to comment
Share on other sites

hi,

mkvtoolnix V72 is out, i tested mkvpropedit on a few problematic files, without any issue.

So far i can say its safe to use this version with mediainfo plugin.

  • Like 1
  • Thanks 2
Link to comment
Share on other sites

On 11/10/2022 at 12:47 AM, MrLinford said:
---

**Install mediainfo (https://mediaarea.net/en/MediaInfo/Download/Ubuntu):**

`apt update`

`apt-get install MediaInfo`

---

Am I doing something wrong here as I can't get MediaInfo installed, everything else seems to be fine:

 

root@emby-linux:/# apt-get install MediaInfo

Reading package lists... Done

Building dependency tree... Done

Reading state information... Done

E: Unable to locate package MediaInfo

 

image.png.fa1d38c33aab551004097bcb11673c5d.png

Edited by KRULL
extra info
Link to comment
Share on other sites

MrLinford
1 hour ago, KRULL said:

Am I doing something wrong here as I can't get MediaInfo installed, everything else seems to be fine:

 

root@emby-linux:/# apt-get install MediaInfo

Reading package lists... Done

Building dependency tree... Done

Reading state information... Done

E: Unable to locate package MediaInfo

 

image.png.fa1d38c33aab551004097bcb11673c5d.png

Try apt update first, then apt-get install MediaInfo per the guide

Link to comment
Share on other sites

Sorry, I left that part off as I had run some stuff to see a full list of all apt. But that was done prior as per guide.

 

root@emby-linux:/# apt update

 

Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease

Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [114 kB]     

Ign:3 https://mkvtoolnix.download/ubuntu jammy InRelease                              

Get:4 http://archive.ubuntu.com/ubuntu jammy-security InRelease [110 kB]

Hit:5 https://mkvtoolnix.download/ubuntu jammy Release  

Fetched 224 kB in 2s (103 kB/s)

Reading package lists... Done

Building dependency tree... Done

Reading state information... Done

2 packages can be upgraded. Run 'apt list --upgradable' to see them.

 

root@emby-linux:/# apt-get install MediaInfo

 

Reading package lists... Done

Building dependency tree... Done

Reading state information... Done

E: Unable to locate package MediaInfo

root@emby-linux:/# 

Link to comment
Share on other sites

Linux is case-sensitive;)

 

So "apt install mediainfo"

You will find both mediainfo and mkvpropedit in usr/bin/

 

Edited by Andy2k
  • Like 1
Link to comment
Share on other sites

MrLinford
18 hours ago, Andy2k said:

hi,

mkvtoolnix V72 is out, i tested mkvpropedit on a few problematic files, without any issue.

So far i can say its safe to use this version with mediainfo plugin.

I have also updated to mkvpropedit v72.0.0 ('Minuano (Six-eight)') 64-bit, so far so good. Will leave it a while before i update the docker guide

  • Thanks 1
Link to comment
Share on other sites

Cheesegeezer
20 minutes ago, MrLinford said:

I have also updated to mkvpropedit v72.0.0 ('Minuano (Six-eight)') 64-bit, so far so good. Will leave it a while before i update the docker guide

Did you use the override switch to enable this version in the plugin?

How many items have your altered currently?  is it a quite a few

 

Thanks everyone for your support.

Link to comment
Share on other sites

MrLinford
6 hours ago, Cheesegeezer said:

Did you use the override switch to enable this version in the plugin?

How many items have your altered currently?  is it a quite a few

 

Thanks everyone for your support.

8 so far

 

2022-11-14 17:36:23.239 Info Media Info: MEDIAINFO TASK IS STARTING
2022-11-14 17:36:23.239 Info Media Info: Performing MKV Version Checks.........
2022-11-14 17:36:23.282 Info Media Info: MKVPropEdit Process Version: mkvpropedit v72.0.0 ('Minuano (Six-eight)') 64-bit

2022-11-14 17:36:23.282 Info Media Info: MKVPropEdit Process Version Check Completed with Exit Code: 0
2022-11-14 17:36:23.282 Info Media Info: MKVPROPEDIT VERSION OVERRIDE IS ENABLED - GOOD LUCK!!! EEK
2022-11-14 17:36:23.284 Info Media Info: No. of Libraries selected is 4
2022-11-14 17:36:23.284 Info Media Info: Getting Folder(s) Items
2022-11-14 17:36:23.313 Info Media Info: Total No. of items in Library 728
2022-11-14 17:36:23.344 Info Media Info: Actual Items to process = 8
2022-11-14 17:36:23.344 Info Media Info: PERFORMING MEDIAINFO EXTRACTION
2022-11-14 17:36:23.345 Info Media Info: PROCESSING OF  I Am Legend  HAS STARTED
2022-11-14 17:36:23.345 Info Media Info: Item FilePath = /data/media/Movies 1080p/I Am Legend (2007)/I Am Legend (2007) [imdbid-tt0480249] - Remux-1080p.mkv 
2022-11-14 17:36:23.745 Info Server: http/1.1 POST http://‌‍‍192.168.1.225‌:8096/emby/ScheduledTasks/Running/690ac99ff2718c1ce852e0ee5777b09a?X-Emby-Client=Emby Web&X-Emby-Device-Name=Chrome Windows&X-Emby-Device-Id=7ff6d109-9f51-443d-9cd5-998f071aa345&X-Emby-Client-Version=4.7.9.0. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36
2022-11-14 17:36:23.746 Info Server: http/1.1 Response 204 to ‌‍‍192.168.1.191‌. Time: 0ms. http://‌‍‍192.168.1.225‌:8096/emby/ScheduledTasks/Running/690ac99ff2718c1ce852e0ee5777b09a?X-Emby-Client=Emby Web&X-Emby-Device-Name=Chrome Windows&X-Emby-Device-Id=7ff6d109-9f51-443d-9cd5-998f071aa345&X-Emby-Client-Version=4.7.9.0
2022-11-14 17:36:23.747 Info Media Info-HDRConvert: HDR Conversion TASK IS STARTING
2022-11-14 17:36:23.747 Info Media Info-HDRConvert: BIF Individual ID list has been cleared
2022-11-14 17:36:23.747 Info Media Info-HDRConvert: Getting All Movies in Library
2022-11-14 17:36:23.756 Info Media Info-HDRConvert: Filtering HDR Movies
2022-11-14 17:36:23.769 Info Media Info-HDRConvert: Total Movies in Library = 222 
2022-11-14 17:36:23.769 Info Media Info-HDRConvert: NO NEW MOVIES WITH HDR FOUND
2022-11-14 17:36:23.769 Info Media Info-HDRConvert: Getting All Episodes in Library
2022-11-14 17:36:23.788 Info Media Info-HDRConvert: Filtering HDR Episodes
2022-11-14 17:36:23.819 Info Media Info-HDRConvert: Total Episodes in Library = 550 
2022-11-14 17:36:23.819 Info Media Info-HDRConvert: NO EPISODES WITH HDR FOUND
2022-11-14 17:36:23.819 Info Media Info-HDRConvert: Total HDR Items to process = 0
2022-11-14 17:36:23.819 Info Media Info-HDRConvert: THERE ARE NO ITEMS TO PROCESS - STOPPING TASK
2022-11-14 17:36:23.819 Info Media Info-HDRConvert: HDR-SDR TASK HAS COMPLETED SUCCESSFULLY
2022-11-14 17:36:23.908 Info Media Info: Video Track successfully Written & Exited with Code 0
2022-11-14 17:36:23.908 Info Media Info: Video Track Title Set to HD 1080p VC-1
2022-11-14 17:36:23.970 Info Media Info: Audio Track successfully Written & Exited with Code 0
2022-11-14 17:36:23.970 Info Media Info: Audio Stream #1 Updated to: Dolby THD 5.1 (Default)
2022-11-14 17:36:24.019 Info Media Info: Audio Track successfully Written & Exited with Code 0
2022-11-14 17:36:24.019 Info Media Info: Audio Stream #2 Updated to: DTS 5.1
2022-11-14 17:36:24.031 Info Media Info: Item Tags found =  
2022-11-14 17:36:24.031 Info Media Info: PROCESSING OF I Am Legend HAS COMPLETED
2022-11-14 17:36:24.033 Info Media Info: PROCESSING OF  The Minute You Wake Up Dead  HAS STARTED
2022-11-14 17:36:24.033 Info Media Info: Item FilePath = /data/media/Movies 1080p/The Minute You Wake Up Dead (2022)/The Minute You Wake Up Dead (2022) [imdbid-tt11833408] - WEBDL-1080p.mkv 
2022-11-14 17:36:24.489 Info Media Info: Video Track successfully Written & Exited with Code 0
2022-11-14 17:36:24.489 Info Media Info: Video Track Title Set to HD 1080p AVC
2022-11-14 17:36:24.532 Info Media Info: Audio Track successfully Written & Exited with Code 0
2022-11-14 17:36:24.532 Info Media Info: Audio Stream #1 Updated to: Dolby Digital 5.1 (Default)
2022-11-14 17:36:24.575 Info Media Info: Only 1 Audio Stream - Removing *Default* from Title -  Updated to: Dolby Digital 5.1 
2022-11-14 17:36:24.575 Info Media Info: Item Tags found =  
2022-11-14 17:36:24.575 Info Media Info: PROCESSING OF The Minute You Wake Up Dead HAS COMPLETED
2022-11-14 17:36:24.576 Info Media Info: PROCESSING OF  Three Thousand Years of Longing  HAS STARTED
2022-11-14 17:36:24.576 Info Media Info: Item FilePath = /data/media/Movies 1080p/Three Thousand Years of Longing (2022)/Three Thousand Years of Longing (2022) [imdbid-tt9198364] - Remux-1080p.mkv 
2022-11-14 17:36:24.984 Info Media Info: Video Track successfully Written & Exited with Code 0
2022-11-14 17:36:24.984 Info Media Info: Video Track Title Set to HD 1080p AVC
2022-11-14 17:36:25.044 Info Media Info: Audio Track successfully Written & Exited with Code 0
2022-11-14 17:36:25.044 Info Media Info: Audio Stream #1 Updated to: Dolby THD Atmos 7.1 (Default)
2022-11-14 17:36:25.097 Info Media Info: Audio Track successfully Written & Exited with Code 0
2022-11-14 17:36:25.097 Info Media Info: Audio Stream #2 Updated to: Dolby Digital 5.1
2022-11-14 17:36:25.103 Info Media Info: Item Tags found =  
2022-11-14 17:36:25.103 Info Media Info: PROCESSING OF Three Thousand Years of Longing HAS COMPLETED
2022-11-14 17:36:25.105 Info Media Info: MEDIAINFO TITLES Completed for 8 Videos

 

Edited by MrLinford
  • Thanks 1
Link to comment
Share on other sites

Cheesegeezer
23 minutes ago, MrLinford said:

8 so far

 

2022-11-14 17:36:23.239 Info Media Info: MEDIAINFO TASK IS STARTING
2022-11-14 17:36:23.239 Info Media Info: Performing MKV Version Checks.........
2022-11-14 17:36:23.282 Info Media Info: MKVPropEdit Process Version: mkvpropedit v72.0.0 ('Minuano (Six-eight)') 64-bit

2022-11-14 17:36:23.282 Info Media Info: MKVPropEdit Process Version Check Completed with Exit Code: 0
2022-11-14 17:36:23.282 Info Media Info: MKVPROPEDIT VERSION OVERRIDE IS ENABLED - GOOD LUCK!!! EEK
2022-11-14 17:36:23.284 Info Media Info: No. of Libraries selected is 4
2022-11-14 17:36:23.284 Info Media Info: Getting Folder(s) Items
2022-11-14 17:36:23.313 Info Media Info: Total No. of items in Library 728
2022-11-14 17:36:23.344 Info Media Info: Actual Items to process = 8
2022-11-14 17:36:23.344 Info Media Info: PERFORMING MEDIAINFO EXTRACTION
2022-11-14 17:36:23.345 Info Media Info: PROCESSING OF  I Am Legend  HAS STARTED
2022-11-14 17:36:23.345 Info Media Info: Item FilePath = /data/media/Movies 1080p/I Am Legend (2007)/I Am Legend (2007) [imdbid-tt0480249] - Remux-1080p.mkv 
2022-11-14 17:36:23.745 Info Server: http/1.1 POST http://‌‍‍192.168.1.225‌:8096/emby/ScheduledTasks/Running/690ac99ff2718c1ce852e0ee5777b09a?X-Emby-Client=Emby Web&X-Emby-Device-Name=Chrome Windows&X-Emby-Device-Id=7ff6d109-9f51-443d-9cd5-998f071aa345&X-Emby-Client-Version=4.7.9.0. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36
2022-11-14 17:36:23.746 Info Server: http/1.1 Response 204 to ‌‍‍192.168.1.191‌. Time: 0ms. http://‌‍‍192.168.1.225‌:8096/emby/ScheduledTasks/Running/690ac99ff2718c1ce852e0ee5777b09a?X-Emby-Client=Emby Web&X-Emby-Device-Name=Chrome Windows&X-Emby-Device-Id=7ff6d109-9f51-443d-9cd5-998f071aa345&X-Emby-Client-Version=4.7.9.0
2022-11-14 17:36:23.747 Info Media Info-HDRConvert: HDR Conversion TASK IS STARTING
2022-11-14 17:36:23.747 Info Media Info-HDRConvert: BIF Individual ID list has been cleared
2022-11-14 17:36:23.747 Info Media Info-HDRConvert: Getting All Movies in Library
2022-11-14 17:36:23.756 Info Media Info-HDRConvert: Filtering HDR Movies
2022-11-14 17:36:23.769 Info Media Info-HDRConvert: Total Movies in Library = 222 
2022-11-14 17:36:23.769 Info Media Info-HDRConvert: NO NEW MOVIES WITH HDR FOUND
2022-11-14 17:36:23.769 Info Media Info-HDRConvert: Getting All Episodes in Library
2022-11-14 17:36:23.788 Info Media Info-HDRConvert: Filtering HDR Episodes
2022-11-14 17:36:23.819 Info Media Info-HDRConvert: Total Episodes in Library = 550 
2022-11-14 17:36:23.819 Info Media Info-HDRConvert: NO EPISODES WITH HDR FOUND
2022-11-14 17:36:23.819 Info Media Info-HDRConvert: Total HDR Items to process = 0
2022-11-14 17:36:23.819 Info Media Info-HDRConvert: THERE ARE NO ITEMS TO PROCESS - STOPPING TASK
2022-11-14 17:36:23.819 Info Media Info-HDRConvert: HDR-SDR TASK HAS COMPLETED SUCCESSFULLY
2022-11-14 17:36:23.908 Info Media Info: Video Track successfully Written & Exited with Code 0
2022-11-14 17:36:23.908 Info Media Info: Video Track Title Set to HD 1080p VC-1
2022-11-14 17:36:23.970 Info Media Info: Audio Track successfully Written & Exited with Code 0
2022-11-14 17:36:23.970 Info Media Info: Audio Stream #1 Updated to: Dolby THD 5.1 (Default)
2022-11-14 17:36:24.019 Info Media Info: Audio Track successfully Written & Exited with Code 0
2022-11-14 17:36:24.019 Info Media Info: Audio Stream #2 Updated to: DTS 5.1
2022-11-14 17:36:24.031 Info Media Info: Item Tags found =  
2022-11-14 17:36:24.031 Info Media Info: PROCESSING OF I Am Legend HAS COMPLETED
2022-11-14 17:36:24.033 Info Media Info: PROCESSING OF  The Minute You Wake Up Dead  HAS STARTED
2022-11-14 17:36:24.033 Info Media Info: Item FilePath = /data/media/Movies 1080p/The Minute You Wake Up Dead (2022)/The Minute You Wake Up Dead (2022) [imdbid-tt11833408] - WEBDL-1080p.mkv 
2022-11-14 17:36:24.489 Info Media Info: Video Track successfully Written & Exited with Code 0
2022-11-14 17:36:24.489 Info Media Info: Video Track Title Set to HD 1080p AVC
2022-11-14 17:36:24.532 Info Media Info: Audio Track successfully Written & Exited with Code 0
2022-11-14 17:36:24.532 Info Media Info: Audio Stream #1 Updated to: Dolby Digital 5.1 (Default)
2022-11-14 17:36:24.575 Info Media Info: Only 1 Audio Stream - Removing *Default* from Title -  Updated to: Dolby Digital 5.1 
2022-11-14 17:36:24.575 Info Media Info: Item Tags found =  
2022-11-14 17:36:24.575 Info Media Info: PROCESSING OF The Minute You Wake Up Dead HAS COMPLETED
2022-11-14 17:36:24.576 Info Media Info: PROCESSING OF  Three Thousand Years of Longing  HAS STARTED
2022-11-14 17:36:24.576 Info Media Info: Item FilePath = /data/media/Movies 1080p/Three Thousand Years of Longing (2022)/Three Thousand Years of Longing (2022) [imdbid-tt9198364] - Remux-1080p.mkv 
2022-11-14 17:36:24.984 Info Media Info: Video Track successfully Written & Exited with Code 0
2022-11-14 17:36:24.984 Info Media Info: Video Track Title Set to HD 1080p AVC
2022-11-14 17:36:25.044 Info Media Info: Audio Track successfully Written & Exited with Code 0
2022-11-14 17:36:25.044 Info Media Info: Audio Stream #1 Updated to: Dolby THD Atmos 7.1 (Default)
2022-11-14 17:36:25.097 Info Media Info: Audio Track successfully Written & Exited with Code 0
2022-11-14 17:36:25.097 Info Media Info: Audio Stream #2 Updated to: Dolby Digital 5.1
2022-11-14 17:36:25.103 Info Media Info: Item Tags found =  
2022-11-14 17:36:25.103 Info Media Info: PROCESSING OF Three Thousand Years of Longing HAS COMPLETED
2022-11-14 17:36:25.105 Info Media Info: MEDIAINFO TITLES Completed for 8 Videos

 

The logging is awesome!! I would love to take full credit but there was a dood, that really helped me out with it and now i try to relay as much relevant info as possible in debug. But even Info level lets you know what’s happening.

thanks @rbjtech for making me a better programmer. 

  • Like 1
Link to comment
Share on other sites

I did some more tests, i feeded the plugin (with override mkvpropedit V72) with 30+ new files, all files ok so far. 

Some with server 4.8.0.16, some with the brand new 4.8.0.17.

  • Like 1
  • Thanks 1
Link to comment
Share on other sites

Cheesegeezer
1 hour ago, Andy2k said:

I did some more tests, i feeded the plugin (with override mkvpropedit V72) with 30+ new files, all files ok so far. 

Some with server 4.8.0.16, some with the brand new 4.8.0.17.

I think that’s good to allow the 72 release but would like some other input before it happens.

@MBSki @neik please confirm or if you’re happy with current version then let me know. 
 

cheers Ta 👍👍

Link to comment
Share on other sites

rbjtech
12 hours ago, Cheesegeezer said:

I think that’s good to allow the 72 release but would like some other input before it happens.

@MBSki @neik please confirm or if you’re happy with current version then let me know. 
 

cheers Ta 👍👍

 

Quote
* mkvpropedit, MKVToolNix GUI's chapter & header editors: when the Matroska
  version numbers stored in the EBML Head element are updated, the updated
  EBML Head element might be smaller than the existing one. In that case the
  programs used to shrink the EBML Head & write a small EBML Void element
  between the updated EBML Head & the following element, usually a Matroska
  Segment element. This isn't widely supported by programs including
  MKVToolNix itself, causing them to declare such files as invalid. The
  programs will now create the EBML Void element inside the EBML Head element,
  making them a level 1 element instead of a level 0 element. Fixes #3355.

* mkvpropedit, MKVToolNix GUI's chapter & header editors: often the programs
  have to relocate the Master elements in which the modifications were
  done. In that case the Seek Head elements must also be updated to reflect to
  the Master elements' new positions. If a file contained a Seek Head element
  at the start already and if that Seek Head was too small to contain the
  updated positions, the programs would end up in an endless loop trying to
  write data to the end, creating ever-growing files. This is now handled
  properly by voiding this too-small Seek Head & finding a proper space for a
  new one instead. Fixes #3338.

I believe these are the fixes in.72  (#3355 specifically) - but I'm still on 60 something - I don;t upgrade unless there is a reason to.. 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...