User Tools

Site Tools


using:avsproxy

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
using:avsproxy [2016/06/20 10:45]
mean
using:avsproxy [2016/06/20 10:48]
mean
Line 8: Line 8:
 ===== AvsProxy? ===== ===== AvsProxy? =====
  
-AvsProxy is a small executable meant to be run on Windows or under Wine. It is to be compiled with Microsoft Visual C++ tools as Avisynth is C++. GNU(nbsp)C++ does not like VC++ at all. The good news is that Microsoft has a free version of VC++ called Visual Studio Express.+AvsProxy is a small executable meant to be run on Windows or under Wine. It is to be compiled with Microsoft Visual C++ tools as Avisynth is C++. GNU C++ does not like VC++ at all. The good news is that Microsoft has a free version of VC++ called Visual Studio Express.
  
 AvsProxy, as the name says, is a proxy between Avisynth and Avidemux. It will ask Avisynth frames and make them available on a socket interface so that Avidemux can read them. AvsProxy, as the name says, is a proxy between Avisynth and Avidemux. It will ask Avisynth frames and make them available on a socket interface so that Avidemux can read them.
Line 27: Line 27:
 ===== Avidemux + AvsProxy ​ ===== ===== Avidemux + AvsProxy ​ =====
  
-Once you have started AvsProxy, it is waiting on its socket to receive commands. Now we have to make Avidemux aware that it must read over that socket. ​To do so, we will create ​a fake video file that must contain ​the following:+Once you have started AvsProxy, it is waiting on its socket to receive commands. Now we have to make Avidemux aware that it must read over that socket. 
 + 
 +There are two ways to do it 
 +  * Using a fake script. It must contain ​"​ADAP"​ as first line, add a few lines of text afterward
  
   ADAP   ADAP
Line 38: Line 41:
   lkmlfdkmdlkdmlkdmflfkmkfmfdlkmflkfdmldkf   lkmlfdkmdlkdmlkdmflfkmkfmfdlkmflkfdmldkf
  
- +  * Using //​File->​Connect ​to AvsProxy// menu entry
-Only the ADAP is important. The remaining text is just filler so that the file is not absurdly small. When reading such a file, Avidemux will try to contact ​AvsProxy ​over the socket. +
 ==== Example output ==== ==== Example output ====
  
using/avsproxy.txt · Last modified: 2016/06/20 10:48 by mean