Search found 5 matches

Go to advanced search

by mark1991
14 May 2015 11:32
Forum: VLC for iOS, iPadOS and Apple TV
Topic: how to take snapshot on iOS
Replies: 9
Views: 1802

Re: how to take snapshot on iOS

You need to recompile with streaming output. my code : NSString *desPath = [NSSearchPathForDirectoriesInDomains(NSCachesDirectory, NSUserDomainMask, YES) lastObject]; NSString *des = [desPath stringByAppendingPathComponent:@"lty.png"]; NSLog(@"%@",des); [_mediaPlayer saveVideoSn...
by mark1991
14 May 2015 09:59
Forum: VLC for iOS, iPadOS and Apple TV
Topic: VLC for iOS about snapshot
Replies: 1
Views: 363

Re: VLC for iOS about snapshot

有人用过 截图吗?
by mark1991
14 May 2015 05:42
Forum: VLC for iOS, iPadOS and Apple TV
Topic: how to take snapshot on iOS
Replies: 9
Views: 1802

Re: how to take snapshot on iOS

did you fix this problem?
by mark1991
14 May 2015 05:42
Forum: VLC for iOS, iPadOS and Apple TV
Topic: how to take snapshot on iOS
Replies: 9
Views: 1802

Re: how to take snapshot on iOS

did you fix this problem?
by mark1991
13 May 2015 14:44
Forum: VLC for iOS, iPadOS and Apple TV
Topic: VLC for iOS about snapshot
Replies: 1
Views: 363

VLC for iOS about snapshot

i use the methods - (void)saveVideoSnapshotAt: (NSString *)path withWidth:(int)width andHeight:(int)height; but i can not find the image the log is ::::: creating player instance using shared library shader program 1: WARNING: Output of vertex shader 'TexCoord1' not read by fragment shader WARNING: ...

Go to advanced search