On Jul 28, 2013 1:56 PM, "Adi Shavit" <adisha...@gmail.com> wrote:
>
> Hi,
>
>   I have a network video stream that I am decoding with the ffmpeg C
library.
> I'd like to reduce the maximal frame rate to some maximum, say 15 fps.
> I used the filter fps=fps=15, but even on a 25 fps video stream this
> caused frame duplication. I presume this was due to network delays.
>
> Is there some way to reduce the maximal frame-rate but avoid frame
> duplication and just get delays instead?
>
> Thanks,
> Adi
>
> PS. reposted from here: <http://ffmpeg.gusari.org/viewtopic.php?f=16&t=972
>

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.

Alex Cohn
_______________________________________________
Libav-user mailing list
Libav-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to