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
Provide the API for reading video by ffmpeg-gpu (or pyav) from not only the file but the video stream.
Provide the API for encoding frames by ffmpeg-gpu (or pyav) from not only the file but the video stream.
Provide the API for writing video by ffmpeg-gpu (or pyav) from not only the file but the video stream.
Motivation, pitch
As a video worker, output and encoding is the same important thing as input and decoding.
I am very happy to see you to add the video functions.
In the future , I hope i can use vision to finish the pipeline: input -> decode->inference->encode>output.