Skip to content

piping subsequent raw frames to ffmpeg #19

@carlodri

Description

@carlodri

Would it be possible to pipe subsequent frames to the subprocess? I would like to do something like this:

< initialize ffmpy in "pipe mode" > 
for i in range(0,100):
    < generate a frame >
    < pipe the frame to the subprocess >
< close the pipe >

I think this is related to #13.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions