Copy AVplayerLayer content to another CALayer on another window (Preview)
Copy AVplayerLayer content to another CALayer on another window (Preview)
- Subject: Copy AVplayerLayer content to another CALayer on another window (Preview)
- From: Hado Hein <email@hidden>
- Date: Thu, 20 Nov 2014 17:44:28 +0100
For a signage app I’m looking for a way to copy the output of an AVPlayer doing a 720p video to another window.layer .
At the moment I’m doing a complete second AVPlayer with the same file and start/stop the files right after each other. This lasts for the imagination of sync play.
Now I’d like to improve the result by copying the Output from the first player to the second window by using some AV / CI Function (the second window is some preview, so the output also has to be shrinked).
I’m looking for some class names and functions to investigate into, which can do the job.
Do I need to go for CoreVideo (and where) or can this be achieved by layer functions?
thx,
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden