Hello, I often split and merge large mp4/h265 Files, and I always wondered why the progress is “slow” for splitting without reencoding.
Slow is relative in my case ![]()
I use a PCIE4.0 NVME SSD which is capable of 6000MB/s read and write. ATTO Disk benchmark verifies that the SSD is really working at this speed.
I did some testing with a 45GB File to measure times:
copy&paste in the same folder: 13Sec
MKVmerge without timestamps, just write the entire file: ~70sec
Shutter Encoder write without changes: 27sec (for comparison)
Task manager shows me SSD Usage of ~800MB read and write, so the drive isnt really under load. But I saw that CPU usage, while at 10% in total, is at almost 95% at one single core while all other cores are mostly idling.
Could it be that MKVToolNix Gui is not multithreaded and generates a bottleneck while the SSD would be capable of much more?
Thanks in advance!