Re: [FFmpeg-devel] ffplay buffer

2015-08-28 Thread Dan Gordon
I’m working on a frame accurate stream switch. My current iteration is using vapoursynth to serve frames to ffplay. I have the vapoursynth script set up to take a keyboard input and then change to stream without skipping forward to the next iframe. There is a 500 ms delay between the keyboard ac

Re: [FFmpeg-devel] ffplay buffer

2015-08-28 Thread Marton Balint
On Thu, 27 Aug 2015, Dan Gordon wrote: I am trying to reduce the size of the buffer for ffplay, it looks like the default is around 500 ms. I have been looking through the code but unfortunately, I’m struggling with understanding it as I’m not too familiar with c yet. Can somebody point me in

[FFmpeg-devel] ffplay buffer

2015-08-27 Thread Dan Gordon
I am trying to reduce the size of the buffer for ffplay, it looks like the default is around 500 ms. I have been looking through the code but unfortunately, I’m struggling with understanding it as I’m not too familiar with c yet. Can somebody point me in the right direction on how to reduce this