Use -hwaccel with ffmpeg when supported #83
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: 16mm/mcopy#83
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Export times to single frame images can be drastically improved with a CUDA-supported graphics card. Add a way to detect CUDA support and then place the
-hwaccel cuda
flag into all ffmpeg commands preceding the-i
statement. In the case of other hardware acceleration options use those as well.