Replies: 2 comments 4 replies
-
|
The short answer is "as you do so in FFmpeg" but it may not be helpful if you're not familiar with it... Per FFmpeg Wiki, you need to invoke FFmpeg with When you call any fs, frames = ffmpegio.video.read(str(video_path), ss=str(timestamp), pix_fmt=image_format, hwaccel_in='cuda')(edit: (To add input option, you need to add |
Beta Was this translation helpful? Give feedback.
-
|
How to apply this way in Following is the code. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is what I use to decode with CPU. How do I decode with CUDA hardware?
Thanks 🙏
Beta Was this translation helpful? Give feedback.
All reactions