Matroska supported formats

Multi tool use
So suppose I want to store a variety of time-synced data as a kind of "session", say. Like, say I have several video recorders recording video at the same time, as well as a few microphones, still-image cameras, a number of sensors recording like seismology data or UV levels or what have you, and a couple keyboards and push-buttons for good measure. The idea would be that all these data streams could be associated with timestamps and/or time intervals, named, and stored together in one file. I read that the Matroska format stores a wide variety of media; how many of the above could it reasonably store? (It might be nice if you could, say, tag the data streams with locations, too, but that's a nice-to-have.) I've read parts of the wiki entry and the Matroska FAQ and surrounding site, but I'd rather not have to read the entire spec to tease out how feasible this all is. (Comments are welcome about what format would make the most sense for this.)
audio video time matroska container
add a comment |
So suppose I want to store a variety of time-synced data as a kind of "session", say. Like, say I have several video recorders recording video at the same time, as well as a few microphones, still-image cameras, a number of sensors recording like seismology data or UV levels or what have you, and a couple keyboards and push-buttons for good measure. The idea would be that all these data streams could be associated with timestamps and/or time intervals, named, and stored together in one file. I read that the Matroska format stores a wide variety of media; how many of the above could it reasonably store? (It might be nice if you could, say, tag the data streams with locations, too, but that's a nice-to-have.) I've read parts of the wiki entry and the Matroska FAQ and surrounding site, but I'd rather not have to read the entire spec to tease out how feasible this all is. (Comments are welcome about what format would make the most sense for this.)
audio video time matroska container
add a comment |
So suppose I want to store a variety of time-synced data as a kind of "session", say. Like, say I have several video recorders recording video at the same time, as well as a few microphones, still-image cameras, a number of sensors recording like seismology data or UV levels or what have you, and a couple keyboards and push-buttons for good measure. The idea would be that all these data streams could be associated with timestamps and/or time intervals, named, and stored together in one file. I read that the Matroska format stores a wide variety of media; how many of the above could it reasonably store? (It might be nice if you could, say, tag the data streams with locations, too, but that's a nice-to-have.) I've read parts of the wiki entry and the Matroska FAQ and surrounding site, but I'd rather not have to read the entire spec to tease out how feasible this all is. (Comments are welcome about what format would make the most sense for this.)
audio video time matroska container
So suppose I want to store a variety of time-synced data as a kind of "session", say. Like, say I have several video recorders recording video at the same time, as well as a few microphones, still-image cameras, a number of sensors recording like seismology data or UV levels or what have you, and a couple keyboards and push-buttons for good measure. The idea would be that all these data streams could be associated with timestamps and/or time intervals, named, and stored together in one file. I read that the Matroska format stores a wide variety of media; how many of the above could it reasonably store? (It might be nice if you could, say, tag the data streams with locations, too, but that's a nice-to-have.) I've read parts of the wiki entry and the Matroska FAQ and surrounding site, but I'd rather not have to read the entire spec to tease out how feasible this all is. (Comments are welcome about what format would make the most sense for this.)
audio video time matroska container
audio video time matroska container
asked Feb 11 at 22:02
ErhannisErhannis
253211
253211
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Theoretically: As many as you like!
As mkv is an open source container, its limits keep changing every release. It also depends on whether the user community have use for so many streams of data (audio/video).
mkv easily support multiple audio, video and subtitle streams.
You can check up on more here: https://video.stackexchange.com/questions/12867/combine-multiple-videos-as-separate-streams-in-one-mkv-file
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1404617%2fmatroska-supported-formats%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Theoretically: As many as you like!
As mkv is an open source container, its limits keep changing every release. It also depends on whether the user community have use for so many streams of data (audio/video).
mkv easily support multiple audio, video and subtitle streams.
You can check up on more here: https://video.stackexchange.com/questions/12867/combine-multiple-videos-as-separate-streams-in-one-mkv-file
add a comment |
Theoretically: As many as you like!
As mkv is an open source container, its limits keep changing every release. It also depends on whether the user community have use for so many streams of data (audio/video).
mkv easily support multiple audio, video and subtitle streams.
You can check up on more here: https://video.stackexchange.com/questions/12867/combine-multiple-videos-as-separate-streams-in-one-mkv-file
add a comment |
Theoretically: As many as you like!
As mkv is an open source container, its limits keep changing every release. It also depends on whether the user community have use for so many streams of data (audio/video).
mkv easily support multiple audio, video and subtitle streams.
You can check up on more here: https://video.stackexchange.com/questions/12867/combine-multiple-videos-as-separate-streams-in-one-mkv-file
Theoretically: As many as you like!
As mkv is an open source container, its limits keep changing every release. It also depends on whether the user community have use for so many streams of data (audio/video).
mkv easily support multiple audio, video and subtitle streams.
You can check up on more here: https://video.stackexchange.com/questions/12867/combine-multiple-videos-as-separate-streams-in-one-mkv-file
answered Mar 6 at 11:53


M. KnightM. Knight
364
364
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1404617%2fmatroska-supported-formats%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
O PY,8cKZA9eLvo6TXn8kA1k 9P