1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-21 22:30:22 +00:00
mpv/DOCS/man
wm4 7019e0dcfe
swresample: limit output size of audio frames
Similar to the previous commit, and for the same reasons. Unlike with
af_scaletempo, resampling does not have a natural frame size, so we set
an arbitrary size limit on output frames. We add a new option to control
this size, although I'm not sure whether anyone will use it, so mark it
for testing only.

Note that we go through some effort to avoid buffering data in
libswresample itself. One reason is that we might have to reinitialize
the resampler completely when changing speed, which drops the buffered
data. Another is that I'm not sure whether the resampler will do the
right thing when applying dynamic speed changes.
2018-02-03 05:01:29 -08:00
..
af.rst manpage: clarify some --vf options 2018-01-31 11:12:08 +01:00
ao.rst ao_null: add --ao-null-format option for debugging 2018-01-30 03:10:27 -08:00
changes.rst
encode.rst encode: implement --oset-metadata, and --oremove-metadata 2017-12-26 03:33:19 -07:00
input.rst codecs: remove unused family field 2018-02-01 10:21:55 +01:00
ipc.rst
javascript.rst js: implement mp.msg.trace() 2017-12-16 02:25:24 -08:00
libmpv.rst
lua.rst js: implement mp.msg.trace() 2017-12-16 02:25:24 -08:00
mpv.rst options: add string list -toggle action 2018-01-25 20:18:32 -08:00
options.rst swresample: limit output size of audio frames 2018-02-03 05:01:29 -08:00
osc.rst osc: add seekbarkeyframes as a user option 2018-01-03 15:35:39 +00:00
stats.rst
vf.rst manpage: clarify some --vf options 2018-01-31 11:12:08 +01:00
vo.rst manpage: remove stale vo_wayland entry 2018-01-13 03:26:45 -08:00