Tomer Stolik

Results 1 issues of Tomer Stolik

### 🐛 Describe the bug Using this code: ``` import torch from torchaudio.io import StreamReader video_path = stream_reader = StreamReader(video_path) stream_reader.add_video_stream(5, decoder= 'h264_cuvid', hw_accel='cuda') start_timestep = 10 stream_reader.seek(start_timestep) for (chunk,...