Provide full stack of video pipeline by FFMPEG-GPU or pyav to accelerate.

Open
#5,810 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
25/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
python

Research direction

No files, tests, or entry points are named. Start by locating the existing video input, decoding, encoding, and output APIs, then determine how stream support would fit with the proposed ffmpeg-gpu or pyav options. Done means documented APIs cover reading, encoding, and writing video streams as well as files.

Written by the indexing model from the issue text.

Description

module: io module: video new feature
🚀 The feature
  1. Provide the API for reading video by ffmpeg-gpu (or pyav) from not only the file but the video stream.
  2. Provide the API for encoding frames by ffmpeg-gpu (or pyav) from not only the file but the video stream.
  3. 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.

Alternatives

No response

Additional context

No response

Dominant language
Python
Stars
17.9k
Forks
7.3k
Avg merge
1d 15h
Merged PRs (30d)
13

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from pytorch/vision

All issues in pytorch/vision

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.