Hi,
i want to mux a 3D H.264 1080p video using matroska. I hate Side-By-Side because you lose horizontal resolution and Interlaced because ... well .. interlaced so i want to use the Frame Sequential 3D Format (1st Frame for the left eye is taken from track1frame1, 1st frame for the right eye is taken from track2frame1, and so on).
My question now is if i have to manually re-encode both video tracks into one or if i can tell matroska to simply use 1st frame from video track 1, 2nd frame from video track 2, third frame from video track 1, etc.
Thanks