Re: [FFmpeg-user] ffplay - no delay between playbacks when looping

2024-03-26 Thread Paul B Mahol
On Tue, Mar 26, 2024 at 10:07 AM Bouke / edit 'B wrote: > > > On 26 Mar 2024, at 09:57, computermaster360 > wrote: > > > > I want to loop a short wav sample, which is an 8-bar melody: > > > >ffplay -loop 0 sample.wav > > > > There is a small, but perceptible delay between individual playback

Re: [FFmpeg-user] ffplay - no delay between playbacks when looping

2024-03-26 Thread Bouke / edit 'B
> On 26 Mar 2024, at 09:57, computermaster360 > wrote: > > I want to loop a short wav sample, which is an 8-bar melody: > >ffplay -loop 0 sample.wav > > There is a small, but perceptible delay between individual playbacks > of the sample, which throws the melody off. Is there a way to ma

[FFmpeg-user] ffplay - no delay between playbacks when looping

2024-03-26 Thread computermaster360
I want to loop a short wav sample, which is an 8-bar melody: ffplay -loop 0 sample.wav There is a small, but perceptible delay between individual playbacks of the sample, which throws the melody off. Is there a way to make the playback completely continuous with no delay?