1 Open Issue Need Help Last updated: Jun 20, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Enhance TorchCodec to include pixel aspect ratio (PAR) or sample aspect ratio (SAR) information in its metadata when decoding video. This involves retrieving the SAR from FFmpeg's output and incorporating it into the `VideoStreamMetadata` object. Consider adding an optional parameter to rescale frames to square pixels based on the SAR.

Complexity: 4/5
enhancement good first issue

PyTorch media decoding and encoding

Python