sturmen / SpatialMediaKit

Create and split MV-HEVC video files on an Apple Silicon Mac.
GNU General Public License v3.0
209 stars 20 forks source link

Unexpected error: noVideoTracksFound #4

Closed austinarchibald closed 8 months ago

austinarchibald commented 8 months ago

Trying to merge left and right files...

% spatial-media-kit-tool merge --left-file DREDD.Title0.left.mkv --right-file DREDD.Title0.right.mkv --quality 100 --horizontal-field-of-view 90 --left-is-primary --output-file DREDD.mkv

loaded video track
could not load any tracks!
Unexpected error: noVideoTracksFound.

But the video tracks are definitely there and play fine in my media player. I used DVD Fab to take my BluRay 3D disc, split into Left and Right mkv files, now trying to create MV-HEVC with these mkvs. I also tried extracting just the video portion using mkvtools, but same result. Here's mediainfo on the video track:

image
austinarchibald commented 8 months ago

Doesn't support .mkv files. Used MP4Tools to remux into .mp4 files. Now it works. Unlike Swanson's spatial video tool, this supports slightly different frame counts of L and R files