[FFmpeg-user] Syncing multiple MKV streams

2015-08-24 Thread Dan Gordon
I have a multi stream MKV container with 4 synced mp4 videos (multi-angle video). I need to be able to switch between the streams while maintaining the timecode, i.e. frame by frame switch from one angle to the other one. When I switch streams using v in ffplay, the switch occurs in real time;

Re: [FFmpeg-user] Syncing multiple MKV streams

2015-08-24 Thread Carl Eugen Hoyos
Dan Gordon zombiitv at gmail.com writes: When I switch streams using v in ffplay, the switch occurs in real time; however, the video jumps to the next i-frame This sounds like the defined behaviour that is very difficult to change. Did you try -flags2 +showall ? It is possible that it