Re: [FFmpeg-devel] How to synchronize device sources

2020-01-27 Thread Noah Bergbauer
a way to tell ffmpeg.exe to actually drop the input that starts first up to the point where the late input starts. Is there any built-in way to make that happen? Thanks, Noah Bergbauer Von: ffmpeg-devel im Auftrag von Nicolas George Gesendet: Sonntag, 26. Januar 2020 21:57 An: FFmpeg dev

Re: [FFmpeg-devel] How to synchronize device sources

2020-01-26 Thread Nicolas George
Noah Bergbauer (12020-01-26): > Capturing with DXGI essentially *must* be done on a separate thread, as it is > extremely time sensitive and starts dropping frames at the slightest delays. > Dropping and duplicating frames also happens on that thread. This is why > my DXGI device implements pts as

Re: [FFmpeg-devel] How to synchronize device sources

2020-01-26 Thread Noah Bergbauer
you to correlate the pts of these two devices with each other? Thanks, Noah Bergbauer Von: ffmpeg-devel im Auftrag von Nicolas George Gesendet: Sonntag, 26. Januar 2020 21:36:57 An: FFmpeg development discussions and patches Betreff: Re: [FFmpeg-devel] How to synch

Re: [FFmpeg-devel] How to synchronize device sources

2020-01-26 Thread Nicolas George
Noah Bergbauer (12020-01-26): > I am currently working on a patch that implements DXGI desktop > capturing and WASAPI audio capturing for Windows. > > For this, I implemented two new devices in libavdevice. > > The basics work, but now I'm not sure how to synchronize the audio > stream with the v