Re: [FFmpeg-devel] [PATCH] lavd/avfoundation: Add an option to drop late frames.

2020-02-07 Thread Thilo Borgmann
Am 03.02.20 um 21:47 schrieb Thilo Borgmann: > Am 19.01.20 um 17:41 schrieb Thilo Borgmann: >> $subject >> >> If you record live sources like during screen capture, you want this enabled >> (current behavior). >> For the case you're capturing from etc you want the most possible frames >> captured

Re: [FFmpeg-devel] [PATCH] lavd/avfoundation: Add an option to drop late frames.

2020-02-03 Thread Thilo Borgmann
Am 19.01.20 um 17:41 schrieb Thilo Borgmann: > $subject > > If you record live sources like during screen capture, you want this enabled > (current behavior). > For the case you're capturing from etc you want the most possible frames > captured no matter a possible delay. > Was fixed behavior be

[FFmpeg-devel] [PATCH] lavd/avfoundation: Add an option to drop late frames.

2020-01-19 Thread Thilo Borgmann
$subject If you record live sources like during screen capture, you want this enabled (current behavior). For the case you're capturing from etc you want the most possible frames captured no matter a possible delay. Was fixed behavior before, so make it an option with enabled to be default. -Th