Page 1 of 1

VLCKit 'saveVideoSnapshotAt' method not working.

Posted: 13 Apr 2014 20:19
by jtor1134
I'm using VLCKit in my iOS app. I'm trying to save a snapshot of the current video using the built in method

Code: Select all

- (void)saveVideoSnapshotAt: (NSString *)path withWidth:(int)width andHeight:(int)height;
But I'm getting the following error:

Code: Select all

[16358674] core video output error: Encoding support not compiled-in! [16358674] core video output error: Failed to convert image for snapshot
I compiled the framework using the instructions in the faq. Is this method not functional yet? Is there an alternative way to save a screenshot?

Thanks.

Re: VLCKit 'saveVideoSnapshotAt' method not working.

Posted: 15 Apr 2014 15:10
by fkuehne
This method is supported on OS X only. It is not functional on iOS as of yet, but will be later this summer.