From 54e8e0a50207283d1cbe595e69e5cd10c346ed40 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 25 Mar 2013 22:57:24 +0100 Subject: 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.) --- DOCS/man/en/options.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'DOCS') 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= - Play/convert only first frames, then quit. + Play/convert only first video frames, then quit. For audio only, + run 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 , and audio is longer than the video.) --fullscreen, --fs Fullscreen playback (centers movie, and paints black bands around it). -- cgit v1.2.3