Frameserve locally preprocessed video to remote encoder >> FORUM
Forums

Forums



SearchSearch   Users   Registration   Entrance
Today: 10.12.2025 - 06:12:54
Pages:  1  

Frameserve locally preprocessed video to remote encoder

MessageAuthor

i wonder if MT_avisynth and TCPserver could be merged somehow? renderfarming would be cool, though probably not that useful except for specialised stuff (or heavy noise reduction in HD).


---------------------------------------------
Chairman of the Bored--Live Sockets Entertainment Join the Rally Revolution!

huggybear

users main




Statistics:
Messages: 606
Registration: 12.19.2002
01.05.20 - 11:50:35
Message # 1
RE: Frameserve locally preprocessed video to remote encoder

IIRC TCPSource does do some kind of pre-rendering i.e. it has the next frame ready to be sent out over the wire before it's actually requested.




Villanuevas_BMW

users main




Statistics:
Messages: 200
Registration: 08.08.2003
01.05.20 - 11:57:38
Message # 2
RE: Frameserve locally preprocessed video to remote encoder

It does prefetch a frame, but AFAICS the decoding/processing of the frame (GetFrame) and the sending of the frame are in the same thread, so they can't be overlapped. Also the throughput is limited to 64 MB/s (1 msec per select, 64 KB per SendPendingData).




stealthpenguin

users main




Statistics:
Messages: 179
Registration: 11.05.2003
01.05.20 - 12:05:17
Message # 3
RE: Frameserve locally preprocessed video to remote encoder

@MfA: There shouldn't be any limit on data send speed, selects unblock, as soon as the driver has room for more data. Both client and server prefetch frames. As soon as the client has decompressed the received frame, it requests the next frame, before delivering the frame to the next filter. If the server is idle more than 1msec after delivering a frame, it will automatically start preparing the next. The 2.6 version is slightly more sophiticated than the 2.5, which I have stopped adding features to a while ago.




fporro

users main




Statistics:
Messages: 775
Registration: 01.05.2002
01.05.20 - 12:14:26
Message # 4
RE: Frameserve locally preprocessed video to remote encoder

TCPDeliver and WMCmd.vbs 




LandShark

users main




Statistics:
Messages: 472
Registration: 11.05.2002
01.05.20 - 12:22:58
Message # 5
RE: Frameserve locally preprocessed video to remote encoder

Does the same .avs play back OK in WMP?


---------------------------------------------
- Dan Diffsonline Custom

diffsonline

users main




Statistics:
Messages: 25
Registration: 09.09.2003
01.05.20 - 12:28:56
Message # 6
RE: Frameserve locally preprocessed video to remote encoder

Hm I find this very interesting... would it also be possible to do a chain of sorts with one computer doing filtering on the frame, handing it off to the second computer to do more filtering and then finally handing it off to the machine that will do the final encoding? I know it seems pretty useless but I could imagine it would be helpful in those situations when you're using a large number of filters that require oodles of processing power. I myself have a few clips that are like this and would probably benefit from doing a Filter --> Encoder setup.


---------------------------------------------
Is my helmet big enough?

Mekihead

users main




Statistics:
Messages: 811
Registration: 04.08.2003
01.05.20 - 12:36:58
Message # 7
RE: Frameserve locally preprocessed video to remote encoder
basic dvd authoring software : Previous topic
Pages:  1  

Message
Name
Message

Click on the dot next to the name to address the participant

           
   
The administrator has prohibited guests from replying to messages! To register, follow the link: register


Participants