On 08/07/15 00:09, Christian Robottom Reis wrote: > I really think avconv should be pacing the data output to avoid > congestion, but perhaps I'm missing something obvious.
if your input is not real-time you can use -re to force such pacing. But if the single frame you want to push over doesn't fit in itself you need to tune the system buffers AND ask for a larger out buffer. lu _______________________________________________ libav-tools mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-tools
