[FFmpeg-user] ffmpeg serving to Avisynth

Roger Pack rogerdpack2 at gmail.com
Thu Sep 17 19:48:28 CEST 2015


On 9/12/15, Francois Visagie <francois.visagie at gmail.com> wrote:
> Hi,
>
>
>
> I hope to reach an expert familiar with both ffmpeg and Avisynth! I’m
> looking to perform some processing in ffmpeg, and then to continue in
> Avisynth. For a number of reasons, including disk space, I’d like to avoid
> intermediate files. Which, if any, of the ffmpeg server protocols are
> compatible with Avisynth’s TCPSource() filter, i.e.
>
>
>
> TCPSource (string hostname, int "port", string "compression")

ffmpeg can output to tcp
https://www.ffmpeg.org/ffmpeg-protocols.html#tcp
or to a named pipe.
You can probably use practically any container (mpeg2ts, mp4).
GL!


More information about the ffmpeg-user mailing list