From 3e2f16a89e625d9798217f39cc5be6211059acf9 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 8 Jun 2014 23:54:05 +0200 Subject: audio: add a "weak" gapless mode, and make it default Basically, this allows gapless playback with similar files (including the ordered chapter case), while still being robust in general. The implementation is quite simplistic on purpose, in order to avoid all the weird corner cases that can occur when creating the filter chain. The consequence is that it might do not-gapless playback in more cases when needed, but if that bothers you, you still can use the normal gapless mode. Just using "--gapless-audio" or "--gapless-audio=yes" selects the old mode. --- DOCS/man/en/options.rst | 43 +++++++++++++++++++++++++++---------------- 1 file changed, 27 insertions(+), 16 deletions(-) (limited to 'DOCS/man/en') diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst index e64c726a45..ec5061c4de 100644 --- a/DOCS/man/en/options.rst +++ b/DOCS/man/en/options.rst @@ -901,26 +901,37 @@ OPTIONS Adjust the gamma of the video signal (default: 0). Not supported by all video output drivers. -``--gapless-audio`` +``--gapless-audio=``, ``--geometry=`` Adjust the initial window position or size. ``W`` and ``H`` set the window -- cgit v1.2.3