Skip to content

Commit fa2390d

Browse files
FFMpeg gpu acceleration
Allows ffmpeg to use gpu acceleration if applicable
1 parent f329843 commit fa2390d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

funscript_editor/data/ffmpegstream.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ def run(self) -> None:
286286
'-hide_banner',
287287
'-loglevel', 'warning',
288288
'-ss', str(seek),
289+
'-hwaccel', 'auto',
289290
'-i', self.video_path,
290291
'-f', 'image2pipe',
291292
'-pix_fmt', 'bgr24',

0 commit comments

Comments
 (0)