Multithread not working for all operations? #761
nuthinking
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to convert a video to a version with a keyframe on every frame. I use this command:
ffmpeg -i original.mp4 -r 30 -g 30 video.mp4
In the Playground it works only with single thread but it takes 10 minutes to convert a medium size video. If I try multi-thread I get this message in the console:
Full console:
Is there any hope to get a faster operation of this kind? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions