View Single Post
Old 8th June 2010, 12:45   #407  |  Link
diimaan
Registered User
 
Join Date: Jun 2010
Posts: 106
Hi LM

Code:
PipeBuffer by LoRd_MuldeR <mulder2@gmx.de>, Version 1.03

Usage:
  pipebuf.exe <program_out> [<args>] : <program_in> [<args>] : [<buffer_size>]

Options:
  <program_out>  Executable to read stdout from
  <program_in>   Executable to write stdin to
  <args>         Optional command-line arguments
  <buffer_size>  Pipe buffer in MByte [0]
i want to pass the buffer size as 4m for my encode!
can you show it in a simple example for me?

my avs (m1.avs):
Code:
Loadplugin("D:\dgmpgdec158\DGDecode.dll")
Loadplugin("C:\Program Files (x86)\AviSynth 2.5\plugins\AutoCrop.dll")

mpeg2source("D:\sample\dvd2avi.d2v")

Crop(0,56,-8,-56)
Spline64Resize(848,360)
how can i pass the input via pipebuf and then to the launcher or x264_64!

Last edited by diimaan; 8th June 2010 at 12:48.
diimaan is offline   Reply With Quote