From 6d14e32555ef0b83a354e0e765706f253e0a4505 Mon Sep 17 00:00:00 2001 From: Marton Balint Date: Thu, 4 Feb 2016 01:30:31 +0100 Subject: lavf/asfenc: add support for setting packet size This can provide a manual workaround for ticket #4230. Reviewed-by: Michael Niedermayer Signed-off-by: Marton Balint --- doc/muxers.texi | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'doc/muxers.texi') diff --git a/doc/muxers.texi b/doc/muxers.texi index 4ba88831c3..2e6bb4ca2a 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -37,6 +37,26 @@ ID3v2.3 and ID3v2.4) are supported. The default is version 4. @end table +@anchor{asf} +@section asf + +Advanced Systems Format muxer. + +Note that Windows Media Audio (wma) and Windows Media Video (wmv) use this +muxer too. + +@subsection Options + +It accepts the following options: + +@table @option +@item packet_size +Set the muxer packet size. By tuning this setting you may reduce data +fragmentation or muxer overhead depending on your source. Default value is +3200, minimum is 100, maximum is 64k. + +@end table + @anchor{chromaprint} @section chromaprint -- cgit v1.2.3