FFmpeg
Data Structures | Functions | Variables
zmqshell Namespace Reference

Data Structures

class  Formatter
 
class  LavfiCmd
 

Functions

def main ()
 

Variables

string HELP
 
 format
 
 level
 
 log = logging.getLogger()
 

Function Documentation

◆ main()

def zmqshell.main ( )

Definition at line 55 of file zmqshell.py.

Variable Documentation

◆ HELP

string zmqshell.HELP
Initial value:
1 = '''
2 Provide a shell used to send interactive commands to a zmq filter.
3 
4 The command assumes there is a running zmq or azmq filter acting as a
5 ZMQ server.
6 
7 You can send a command to it, follwing the syntax:
8 TARGET COMMAND [COMMAND_ARGS]
9 
10 * TARGET is the target filter identifier to send the command to
11 * COMMAND is the name of the command sent to the filter
12 * COMMAND_ARGS is the optional specification of command arguments
13 
14 See the zmq/azmq filters documentation for more details, and the
15 zeromq documentation at:
16 https://zeromq.org/
17 '''

Definition at line 9 of file zmqshell.py.

◆ format

zmqshell.format

Definition at line 27 of file zmqshell.py.

◆ level

zmqshell.level

Definition at line 27 of file zmqshell.py.

◆ log

zmqshell.log = logging.getLogger()

Definition at line 28 of file zmqshell.py.