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
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
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
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