[vlc-commits] New AVFoundation video capture module for Mac OS X

Michael Feurstein git at videolan.org
Thu Apr 18 12:43:55 CEST 2013


vlc | branch: master | Michael Feurstein <michael.feurstein at gmail.com> | Wed Apr 17 16:51:48 2013 +0000| [c91126ca663a463e654aebf9aacd2dff9a72f5f8] | committer: Felix Paul Kühne

New AVFoundation video capture module for Mac OS X

This module lets you capture video devices with the AVFoundation framework on Mac OS X.
It is an upgrade of the qtcapture module. Currently no GUI integration yet.
Only available via command line

Usage: avcapture://

Signed-off-by: Felix Paul Kühne <fkuehne at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c91126ca663a463e654aebf9aacd2dff9a72f5f8
---

 configure.ac                                       |   12 +-
 extras/package/macosx/configure.sh                 |    1 +
 .../package/macosx/vlc.xcodeproj/project.pbxproj   |    6 +
 modules/access/Modules.am                          |   10 +
 modules/access/avcapture.m                         |  479 ++++++++++++++++++++
 5 files changed, 507 insertions(+), 1 deletion(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=c91126ca663a463e654aebf9aacd2dff9a72f5f8


More information about the vlc-commits mailing list