VLCKit 'saveVideoSnapshotAt' method not working.
Posted: 13 Apr 2014 20:19
I'm using VLCKit in my iOS app. I'm trying to save a snapshot of the current video using the built in method
But I'm getting the following error:
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.
Code: Select all
- (void)saveVideoSnapshotAt: (NSString *)path withWidth:(int)width andHeight:(int)height;
Code: Select all
[16358674] core video output error: Encoding support not compiled-in!
[16358674] core video output error: Failed to convert image for snapshot
Thanks.