Log in

View Full Version : Can I access second video stream in AVI 2.0 (OpenDML) file?


mltmlt
21st March 2011, 19:58
Hello! I'm capturing two video streams at a time and I would like to keep them together. Unfortunately all looks like there is a lack of tools to work with such files other than viewing with VLC. Are there any plans to add such support if it is not there or could you suggest other tools capable of handling multiple video streams in the same file?
I would like to be able to add picture-in-picture from second stream as a result of editing.
I was thinking about alternative containers, but I feel like Matroska won't help much as the problem is with editing tools.
Do I understand correctly that right now I have to either capture video streams in separate AVI's (or MKVs) or split existing containers with ffmpeg into single video stream ones?

Wilbert
21st March 2011, 20:38
You should be able to use ffmpegsource for that.

mltmlt
22nd March 2011, 20:45
Wow! For some reason I missed this way of clips loading. It seems like I can use track argument for FFVideoSource. :thanks: I'll give it a try!