<p dir="ltr">On Jul 28, 2013 1:56 PM, "Adi Shavit" <<a href="mailto:adishavit@gmail.com">adishavit@gmail.com</a>> wrote:<br>
><br>
> Hi,<br>
><br>
>   I have a network video stream that I am decoding with the ffmpeg C library.<br>
> I'd like to reduce the maximal frame rate to some maximum, say 15 fps.<br>
> I used the filter fps=fps=15, but even on a 25 fps video stream this<br>
> caused frame duplication. I presume this was due to network delays.<br>
><br>
> Is there some way to reduce the maximal frame-rate but avoid frame<br>
> duplication and just get delays instead?<br>
><br>
> Thanks,<br>
> Adi<br>
><br>
> PS. reposted from here: <<a href="http://ffmpeg.gusari.org/viewtopic.php?f=16&t=972">http://ffmpeg.gusari.org/viewtopic.php?f=16&t=972</a>></p>
<p dir="ltr">Are you using the libraries in your own program, or looking for the correct parameters for ffmpeg executable? In the latter case, the ffmpeg-user list should be the preferred choice.</p>
<p dir="ltr">Alex Cohn</p>