Hello,
I am dealing with a very large MKV that contains Cineform HD (AVI) and WAV streams. (btw, Cineform HD is the *uncompressed* GoPro video codec.) I don't know why in God's name this file was put in an MKV container when an AVI would have sufficed. But alas, here I am.
MKVextract, MKVExtract2 GUI, and MKVCleaver always stop extracting the video file at 32GB. The target unpack volume is formatted NTFS so we're not running into file size limits. What could be going on here?
Edit: here is the log output from mkvextract:
Code:C:\Program Files\MKVToolNix>mkvextract.exe tracks "f:\InsanelyLargeMovie.mkv" 0:"h:\output\movie.avi" 1:"h:\output\movie.wav" Extracting track 0 with the CodecID 'V_MS/VFW/FOURCC' to the file 'h:\output\movie.avi'. Container format: AVI (Microsoft Audio/Video Interleaved) Extracting track 1 with the CodecID 'A_PCM/INT/LIT' to the file 'h:\output\movie.wav'. Container format: WAV Internal error in avilib - redefine NR_IXNN_CHUNKS [avilib dump] cur_std_idx=32 NR_IXNN_CHUNKS=32POS=33218054252 towrite=3215048 Progress: 10%
+ Reply to Thread
Results 1 to 5 of 5
-
Last edited by theirongiant; 15th Dec 2016 at 01:36. Reason: Log file insertion.
-
The limit is in the library avilib mkvextract is using to create AVI-files:
https://github.com/mbunkus/mkvtoolnix/blob/029a6bf943cc9e4262da80d0851fcca574fceb2e/li.../avilib.c#L318 -
Marsia MarinerGuest
This is the answer that I've just received from the author of MKVtoolnix:
Originally Posted by Moritz Bunkus -
Last edited by theirongiant; 15th Dec 2016 at 23:47.
Similar Threads
-
Cannot get MKVCleaver to extract chapters
By NDMMackay in forum EditingReplies: 1Last Post: 21st Feb 2016, 12:56 -
MKVcleaver only extracts video and audio tracks as unknown file types
By Teemo in forum Video ConversionReplies: 2Last Post: 19th Jan 2014, 07:29 -
Wikipedia videos, file-size limit, time limit, resolution limit, containers
By Stears555 in forum Video Streaming DownloadingReplies: 3Last Post: 17th Jan 2013, 08:43 -
MKVExtractGUI and MKVCleaver both identify tracks incorrectly
By NDMMackay in forum Video ConversionReplies: 7Last Post: 21st May 2012, 21:44 -
Subtitle can't find with MKVextract & MKVtoolnix
By sanlocrip in forum SubtitleReplies: 2Last Post: 18th Mar 2012, 12:27