Python class for distributed video processing and encoding
from TCPClip import TCPClipServer
<your vpy code>
TCPClipServer('<ip addr>', <port>, get_output(), <threads>)
py EP01.py
py EP02.py
...
py EP12.py
from TCPClip import TCPClipClient
client = TCPClipClient('<ip addr>', <port>, <verbose>)
client.PipeToStdOut()
py client.py | x264 ... --demuxer "y4m" --output "EP01.264" -
py client.py | x264 ... --demuxer "y4m" --output "EP02.264" -
...
py client.py | x264 ... --demuxer "y4m" --output "EP12.264" -