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.