diff --git a/ffmpeg.c b/ffmpeg.c index bd2dc0453c2b8c72d6d43899677ba9ac50999c55..78932c7783d4a792d624e22c7c3ae2c1ed36ea71 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -2681,7 +2681,7 @@ static int check_keyboard_interaction(int64_t cur_time) char buf[4096], target[64], command[256], arg[256] = {0}; double time; int k, n = 0; - fprintf(stderr, "\nEnter command: <target> <time> <command>[ <argument>]\n"); + fprintf(stderr, "\nEnter command: <target>|all <time>|-1 <command>[ <argument>]\n"); i = 0; while ((k = read_key()) != '\n' && k != '\r' && i < sizeof(buf)-1) if (k > 0) @@ -2734,7 +2734,8 @@ static int check_keyboard_interaction(int64_t cur_time) "? show this help\n" "+ increase verbosity\n" "- decrease verbosity\n" - "c Send command to filtergraph\n" + "c Send command to first matching filter supporting it\n" + "C Send/Que command to all matching filters\n" "D cycle through available debug modes\n" "h dump packets/hex press to cycle through the 3 states\n" "q quit\n"