issues Search Results · repo:pytorch/torchcodec language:Python
Filter by
100 results
(73 ms)100 results
inpytorch/torchcodec (press backspace or delete to remove)See: src/torchcodec/decoders/_core/DeviceInterface.h
Currently defined device interface is CUDA specific by naming and usage. As discussed in
https://github.com/pytorch/torchcodec/issues/559#issuecomment-2744913703 ...
dvrogozh
- Opened 2 days ago
- #605
🐛 Describe the bug
Repro:
device = torch.device( cuda:0 )
VideoDecoder(video, device=device)
fails with complaints that
trainer/0 [0]: Declaration: torchcodec_ns::add_video_stream(Tensor(a!) decoder, ...
bug
good first issue
divyanshk
- 2
- Opened 3 days ago
- #602
🐛 Describe the bug
when I try to decode videos with pixel format yuv420p10le like below,
# ffprobe result
Stream #0:0: Video: hevc (Main 10), yuv420p10le(tv, bt709/bt709/unknown), 1920x1080, SAR 1:1 ...
hanchchch
- Opened 5 days ago
- #598
All of the metadata we expose to users in Python comes from the C++ side. These are mostly fields in the C++
VideoDecoder. Right now, we communicate that data from C++ to Python through a JSON string. ...
good first issue
refactor
scotts
- 2
- Opened 6 days ago
- #593
🐛 Describe the bug
After diving into this for a few days, i still was not able to fix this:
Environment: Fedora 41, Nvidia, Driver 570 with cuda support ( torch itself works fine in training with cuda ...
BernhardGlueck
- 5
- Opened 6 days ago
- #592
🚀 The feature
https://docs.nvidia.com/cuda/nvimagecodec/py_api.html
Motivation, pitch
No response
johnnynunez
- 4
- Opened 8 days ago
- #590
🐛 Describe the bug
torchcodec==0.2.1 CPU only
ldd .venv/lib/python3.12/site-packages/torchcodec/libtorchcodec7.so | grep libnpp
libnppig.so.12 = /lib/x86_64-linux-gnu/libnppig.so.12 (0x000071ebb8800000) ...
sandhawalia
- 5
- Opened 9 days ago
- #589
🚀 The feature
Does the current version handle 10/10+ bit depth videos such as HDR?
Motivation, pitch
No response
shreshthsaini
- 1
- Opened 10 days ago
- #585
Our main branch is green and relies on torch-2.8.0.dev20250319 (yesterday s nightly).
New PRs relying on torch-2.8.0.dev20250320 (today s nightlies) are red with a custom ops error:
Traceback (most recent ...
NicolasHug
- 1
- Opened 11 days ago
- #579
🐛 Describe the bug
Torchcodec doesn t work if ffmpeg was installed using brew.
Reproduction (on an ARM Mac):
# Setup
brew install ffmpeg
conda create -y -n torchcodec python=3.10 conda activate torchcodec ...
aliberts
- 2
- Opened 13 days ago
- #570

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.