Egladil
2nd September 2006, 20:32
I'm trying to use 2 computers to encode a video, and my avisynth script is pretty heavy, so I tried TCPDeliver.
The problem is, it's really slow. I have a gigabit link between the computers, but the bandwidth used by avisynth is ~5mbit, that makes ~1 fps with 1280x720 yv12 material. The cpu is almost idle too. If i turn on compression the frame rate inscreases, but the used bandwidth does not.
I've tried 2.5.6
2.5.7 alpha
2.6 alpha
they all behave similar, none shows acceptable performance.
Any help?
Cheers
-egladil
----
MPEG2Source("video.d2v", cpu=0)
DeGrainMedian(limitY=2,limitUV=3,mode=1)
LimitedSharpenFaster(ss_x=1.0,ss_y=1.0,Smode=3,strength=100,overshoot=1)
LanczosResize(1280, 720, 0, 0, 1920, 1080)
Trim(60, 0)
TCPServer()
on the other end it's only TCPClient() (with compression turned off)
The problem is, it's really slow. I have a gigabit link between the computers, but the bandwidth used by avisynth is ~5mbit, that makes ~1 fps with 1280x720 yv12 material. The cpu is almost idle too. If i turn on compression the frame rate inscreases, but the used bandwidth does not.
I've tried 2.5.6
2.5.7 alpha
2.6 alpha
they all behave similar, none shows acceptable performance.
Any help?
Cheers
-egladil
----
MPEG2Source("video.d2v", cpu=0)
DeGrainMedian(limitY=2,limitUV=3,mode=1)
LimitedSharpenFaster(ss_x=1.0,ss_y=1.0,Smode=3,strength=100,overshoot=1)
LanczosResize(1280, 720, 0, 0, 1920, 1080)
Trim(60, 0)
TCPServer()
on the other end it's only TCPClient() (with compression turned off)