scalarhq / go-fluent-ffmpeg

A Go implementation of fluent-ffmpeg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need instructions to convert file in memory to file in memory

debasish-mihup opened this issue · comments

Given Go is used primarily in server environment where the file might come in request and one might want to use the file in memory without writing it to disk and the output can also be in memory file format. Can you provide instructions how one can do that using this module?

kkroening/ffmpeg-python#49 (comment)