You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to find a way to format videos on the fly - chunk by chunk.
Seems like ffmpeg supports stdin-stdout conversion without temporary files, but lib Encoder only allows to specify target file.
The text was updated successfully, but these errors were encountered:
A InputStream can be passed for the input. Output to StdOut is not implemented, but I would accept a patch for this.
But be aware that some media formats need to read the source multiple times to do an optimazed conversion
Need to find a way to format videos on the fly - chunk by chunk.
Seems like ffmpeg supports stdin-stdout conversion without temporary files, but lib Encoder only allows to specify target file.
The text was updated successfully, but these errors were encountered: