Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
4answers
226 views

How to link/synchronize animation to a video recording in real time

App Descrtiption: Speedometer. Has needle dial and animated needle as overlay on the video. I output the animation of the needle onto the video via post-processing. I use AVAssetExportSession, and ...
4
votes
2answers
371 views

Debugging Access Violation (AV) errors?

What tips can you share to help locate and fix AV errors when writing Applications in Delphi? I believe AV errors are usually caused by trying to access something in memory that has not yet been ...
4
votes
4answers
284 views

Is it possible that FastMM is reporting an False AV?

I have a complex application that works as expected when compiled normally, but closing a form generates an AV when compiled using FastMM 4.97 (the latest). The AV occurs when the message dispatching ...
2
votes
1answer
556 views

How to use AVMutableComposition and CALayers on iOS

I'm planning to render content in a view on iOS using AV mutable composition. I want to combine the video coming from one of the iPhone cameras with content created in a layer - mutable composition ...
2
votes
1answer
2k views

CoreAnimation, AVFoundation and ability to make Video export

I'm looking for the correct way to export my pictures sequence into a quicktime video. I know that AV Foundation have the ability to merge or recombine videos and also to add audio track building a ...
1
vote
1answer
71 views

Using AVQueuePlayer to enforce/respect desired gaps between PlayItems

Hi all I'm using AVQueuePlayer to play a sequence of media files (audio, video). I sometimes have PlayItems that are shorter than the durations I need i.e. I want a silence between some items. I have ...
0
votes
1answer
19 views

Add Scan with option in right click menu

I am making AV as my college project and want to add option of SCAN WITH in right click menu.For that i need to add another form specially to be called when user selects that option.How to add another ...
0
votes
2answers
143 views

Record Internal Sound iPhone SDK

I am making a app that requires internal sound to be recorded, any solutions?
0
votes
0answers
65 views

Looking for a commercial video capturing component for .Net

I have a project where I need to capture snapshots from an external AV video input device, I would like to find a component where I can have simple methods, e.g. VideoComp.GetSnapShop(); ...
0
votes
0answers
119 views

AVG by DroidSecurity - legit? Useful? [closed]

I posted this on Whirlpool as well - I am very interested to see what new input I can get from this community. I was looking at AVG by DroidSecurity in the marketplace today and am a bit confused. On ...
0
votes
1answer
499 views

c# antivirus info

in c# for vista+ not WMI doesn't work for vista+ How can I pull the name of the installed anti virus from WSC and if the virus database is updated or needs updating? Thanks
0
votes
1answer
69 views