Replies: 1 comment 1 reply
-
|
Hey, @dejawooh! The video support is still in a somewhat experimental state – which we should probably document somewhere. I'm not a video expert, and the demand is largely coming from the community. I know the set of currently supported formats is limited and I would appreciate contributions.
|
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.
-
Firstly, this is an awesome community. Thanks for building it. I am trying to use Nuke for videos in my iOS project.
I looked at the Nuke Demo project and the video in that project plays just fine. But when I use a different video it fails with error "Failed to create an image from the image data" in TaskFetchDecodedImage class. On further debugging I narrowed down to the video codec being different between the videos used in Nuke Demo (H.264) Vs the video (H.264, AAC) I use. When checking the AVFileType.mp4.rawvalue for Nuke Demo video it shows as public.mpeg-4 while the one I use is "video/mp4". I have several videos in my project with this codec and content-type.
I am using LazyImage to display video in a View.
Is there a way to extend support to various content type and video codecs?
Beta Was this translation helpful? Give feedback.
All reactions