summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-03-25 22:57:24 +0100
committerwm4 <wm4@nowhere>2013-03-26 01:29:53 +0100
commit54e8e0a50207283d1cbe595e69e5cd10c346ed40 (patch)
treeb3241d1d61876556d9410a723b75743c212f9c9e /DOCS
parent140636c407fe8d999fd86ab22c15df3e9d82f0e8 (diff)
downloadmpv-54e8e0a50207283d1cbe595e69e5cd10c346ed40.tar.bz2
mpv-54e8e0a50207283d1cbe595e69e5cd10c346ed40.tar.xz
mplayer: make --frames=1 work for audio
This has the same (useless) definition as frame stepping in audio-only mode: one frame means one playloop iteration. (It's relatively useless, because one playloop iteration has a random duration. But it makes --frames=1 work, which is useful again.)
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/options.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst
index 873366da22..6651e97a67 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -651,7 +651,10 @@
*NOTE*: Practical use of this feature is questionable. Disabled by default.
--frames=<number>
- Play/convert only first <number> frames, then quit.
+ Play/convert only first <number> video frames, then quit. For audio only,
+ run <number> iteration of the playback loop, which is most likely not what
+ you want. (This behavior also applies to the corner case when there are
+ less video frames than <number>, and audio is longer than the video.)
--fullscreen, --fs
Fullscreen playback (centers movie, and paints black bands around it).