Skip to content

Endilll/VapourSynth-TCPClip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

TCPClip for VapourSynth

Python class for distributed video processing and encoding

Usage

Server side

from TCPClip import TCPClipServer
<your vpy code>
TCPClipServer('<ip addr>', <port>, get_output(), <threads>)

Batches

py EP01.py
py EP02.py
...
py EP12.py

Client side

from TCPClip import TCPClipClient
client = TCPClipClient('<ip addr>', <port>, <verbose>)
client.PipeToStdOut()

Batches

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" -

About

Python class for distributed video processing and encoding

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%