Re: [FFmpeg-devel] [PATCH v2 2/2] ffmpeg: add option -isync

2022-07-05 Thread Gyan Doshi
On 2022-07-05 10:54 pm, Anton Khirnov wrote: Quoting Gyan Doshi (2022-07-05 19:10:33) On 2022-07-05 09:45 pm, Anton Khirnov wrote: Quoting Gyan Doshi (2022-07-04 10:20:22) On 2022-07-04 11:51 am, Anton Khirnov wrote: Quoting Gyan Doshi (2022-07-02 11:51:53) On 2022-07-02 02:12 pm, Anton K

Re: [FFmpeg-devel] [PATCH v2 2/2] ffmpeg: add option -isync

2022-07-05 Thread Anton Khirnov
Quoting Gyan Doshi (2022-07-05 19:10:33) > > > On 2022-07-05 09:45 pm, Anton Khirnov wrote: > > Quoting Gyan Doshi (2022-07-04 10:20:22) > >> > >> On 2022-07-04 11:51 am, Anton Khirnov wrote: > >>> Quoting Gyan Doshi (2022-07-02 11:51:53) > On 2022-07-02 02:12 pm, Anton Khirnov wrote: >

Re: [FFmpeg-devel] [PATCH v2 2/2] ffmpeg: add option -isync

2022-07-05 Thread Gyan Doshi
On 2022-07-05 09:45 pm, Anton Khirnov wrote: Quoting Gyan Doshi (2022-07-04 10:20:22) On 2022-07-04 11:51 am, Anton Khirnov wrote: Quoting Gyan Doshi (2022-07-02 11:51:53) On 2022-07-02 02:12 pm, Anton Khirnov wrote: Quoting Gyan Doshi (2022-07-01 13:03:04) On 2022-07-01 03:33 pm, Anton K

Re: [FFmpeg-devel] [PATCH v2 2/2] ffmpeg: add option -isync

2022-07-05 Thread Anton Khirnov
Quoting Gyan Doshi (2022-07-04 10:20:22) > > > On 2022-07-04 11:51 am, Anton Khirnov wrote: > > Quoting Gyan Doshi (2022-07-02 11:51:53) > >> > >> On 2022-07-02 02:12 pm, Anton Khirnov wrote: > >>> Quoting Gyan Doshi (2022-07-01 13:03:04) > On 2022-07-01 03:33 pm, Anton Khirnov wrote: >

Re: [FFmpeg-devel] [PATCH v2 2/2] ffmpeg: add option -isync

2022-07-04 Thread Gyan Doshi
On 2022-07-04 11:51 am, Anton Khirnov wrote: Quoting Gyan Doshi (2022-07-02 11:51:53) On 2022-07-02 02:12 pm, Anton Khirnov wrote: Quoting Gyan Doshi (2022-07-01 13:03:04) On 2022-07-01 03:33 pm, Anton Khirnov wrote: Quoting Gyan Doshi (2022-06-25 10:29:51) This is a per-file input option

Re: [FFmpeg-devel] [PATCH v2 2/2] ffmpeg: add option -isync

2022-07-03 Thread Anton Khirnov
Quoting Gyan Doshi (2022-07-04 05:47:31) > > > On 2022-07-02 03:21 pm, Gyan Doshi wrote: > > > > > > On 2022-07-02 02:12 pm, Anton Khirnov wrote: > >> Quoting Gyan Doshi (2022-07-01 13:03:04) > >>> > >>> On 2022-07-01 03:33 pm, Anton Khirnov wrote: > Quoting Gyan Doshi (2022-06-25 10:29:51)

Re: [FFmpeg-devel] [PATCH v2 2/2] ffmpeg: add option -isync

2022-07-03 Thread Anton Khirnov
Quoting Gyan Doshi (2022-07-02 11:51:53) > > > On 2022-07-02 02:12 pm, Anton Khirnov wrote: > > Quoting Gyan Doshi (2022-07-01 13:03:04) > >> > >> On 2022-07-01 03:33 pm, Anton Khirnov wrote: > >>> Quoting Gyan Doshi (2022-06-25 10:29:51) > This is a per-file input option that adjusts an inp

Re: [FFmpeg-devel] [PATCH v2 2/2] ffmpeg: add option -isync

2022-07-03 Thread Gyan Doshi
On 2022-07-02 03:21 pm, Gyan Doshi wrote: On 2022-07-02 02:12 pm, Anton Khirnov wrote: Quoting Gyan Doshi (2022-07-01 13:03:04) On 2022-07-01 03:33 pm, Anton Khirnov wrote: Quoting Gyan Doshi (2022-06-25 10:29:51) This is a per-file input option that adjusts an input's timestamps with re

Re: [FFmpeg-devel] [PATCH v2 2/2] ffmpeg: add option -isync

2022-07-02 Thread Gyan Doshi
On 2022-07-02 02:12 pm, Anton Khirnov wrote: Quoting Gyan Doshi (2022-07-01 13:03:04) On 2022-07-01 03:33 pm, Anton Khirnov wrote: Quoting Gyan Doshi (2022-06-25 10:29:51) This is a per-file input option that adjusts an input's timestamps with reference to another input, so that emitted pac

Re: [FFmpeg-devel] [PATCH v2 2/2] ffmpeg: add option -isync

2022-07-02 Thread Anton Khirnov
Quoting Gyan Doshi (2022-07-01 13:03:04) > > > On 2022-07-01 03:33 pm, Anton Khirnov wrote: > > Quoting Gyan Doshi (2022-06-25 10:29:51) > >> This is a per-file input option that adjusts an input's timestamps > >> with reference to another input, so that emitted packet timestamps > >> account for

Re: [FFmpeg-devel] [PATCH v2 2/2] ffmpeg: add option -isync

2022-07-01 Thread Gyan Doshi
On 2022-07-01 03:33 pm, Anton Khirnov wrote: Quoting Gyan Doshi (2022-06-25 10:29:51) This is a per-file input option that adjusts an input's timestamps with reference to another input, so that emitted packet timestamps account for the difference between the start times of the two inputs. Ty

Re: [FFmpeg-devel] [PATCH v2 2/2] ffmpeg: add option -isync

2022-07-01 Thread Anton Khirnov
Quoting Gyan Doshi (2022-06-25 10:29:51) > This is a per-file input option that adjusts an input's timestamps > with reference to another input, so that emitted packet timestamps > account for the difference between the start times of the two inputs. > > Typical use case is to sync two or more liv

Re: [FFmpeg-devel] [PATCH v2 2/2] ffmpeg: add option -isync

2022-06-30 Thread Gyan Doshi
On 2022-06-27 06:55 pm, Gyan Doshi wrote: Ping for the set. Plan to push on Monday. Regards, Gyan On 2022-06-25 01:59 pm, Gyan Doshi wrote: This is a per-file input option that adjusts an input's timestamps with reference to another input, so that emitted packet timestamps account for th

Re: [FFmpeg-devel] [PATCH v2 2/2] ffmpeg: add option -isync

2022-06-27 Thread Gyan Doshi
Ping for the set. On 2022-06-25 01:59 pm, Gyan Doshi wrote: This is a per-file input option that adjusts an input's timestamps with reference to another input, so that emitted packet timestamps account for the difference between the start times of the two inputs. Typical use case is to sync two

[FFmpeg-devel] [PATCH v2 2/2] ffmpeg: add option -isync

2022-06-25 Thread Gyan Doshi
This is a per-file input option that adjusts an input's timestamps with reference to another input, so that emitted packet timestamps account for the difference between the start times of the two inputs. Typical use case is to sync two or more live inputs such as from capture devices. Both the tar

[FFmpeg-devel] [PATCH v2 2/2] ffmpeg: add option -isync

2022-06-25 Thread Gyan Doshi
This is a per-file input option that adjusts an input's timestamps with reference to another input, so that emitted packet timestamps account for the difference between the start times of the two inputs. Typical use case is to sync two or more live inputs such as from capture devices. Both the tar