Skip to content

Commit 02dfeaf

Browse files
authored
Readme benchmarks with approximate mode (#515)
1 parent 8317b34 commit 02dfeaf

File tree

4 files changed

+567
-271
lines changed

4 files changed

+567
-271
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,10 @@ The top row is a [Mandelbrot](https://ffmpeg.org/ffmpeg-filters.html#mandelbrot)
207207
generated from FFmpeg that has a resolution of 1280x720 at 60 fps and is 120 seconds long.
208208
The bottom row is [promotional video from NASA](https://download.pytorch.org/torchaudio/tutorial-assets/stream-api/NASAs_Most_Scientifically_Complex_Space_Observatory_Requires_Precision-MP4_small.mp4)
209209
that has a resolution of 960x540 at 29.7 fps and is 206 seconds long. Both videos were
210-
encoded with libx264 and yuv420p pixel format.
210+
encoded with libx264 and yuv420p pixel format. All decoders, except for TorchVision, used FFmpeg 6.1.2. TorchVision used FFmpeg 4.2.2.
211+
212+
For TorchCodec, the "approx" label means that it was using [approximate mode](https://pytorch.org/torchcodec/stable/generated_examples/approximate_mode.html)
213+
for seeking.
211214

212215
## Planned future work
213216

38.3 KB
Loading

0 commit comments

Comments
 (0)