dmlc / decord

An efficient video loader for deep learning with smart shuffling that's super easy to digest
Apache License 2.0
1.83k stars 160 forks source link

Padding of video files #169

Open siovaneDAZN opened 3 years ago

siovaneDAZN commented 3 years ago

Is there any chance to pad batch of videos?

rohit901 commented 7 months ago

Hello, same question. how do you pad a "decord.video_reader.VideoReader" object? to specific frames? Say the read video has only 36 frames, but I want to pad it to length 48 frames, maybe repeating the last frame till its 48 frames, how can I achieve that?