Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

video capture software for iPhone Simulator [closed]

Tags:

HI All, I m looking for a software/tool, which can lead me to capture my application in simulator.. I saw so many videos of application, which performs their functionality of application and capture it in video.

Please suggest me some video capturing tool for my app promotion.

Suggestions are always appreciated. regards

like image 828
Shishir.bobby Avatar asked Nov 15 '10 11:11

Shishir.bobby


People also ask

How can I record my iPhone simulator?

To record a video, open the simulator and go up to the simulator menu. Choose File > Record Screen. Alternatively, you can simply press command-R to start the recording.

How do you add videos to iPhone simulator?

It's very simple you just drag any . MOV file to your simulator. Now it will be opened in Safari browser. At top left corner there is a 'Done' button.


2 Answers

The perfect tool is iPhone-Simulator-Capture SIMBL plugin

  1. Install SIMBL
  2. Download the code
  3. Modify Info.plist key "SIMBLTargetApplications/MaxBundleVersion" (and/or "SIMBLTargetApplications/MinBundleVersion") value plist to the actual version of your simulator (240 worked for me) (latest version: 272)
  4. Build
  5. Place bundle in “~/Library/Application Support/SIMBL/Plugins"
  6. Relaunch simulator, now you should have "Recording" in the menu.
like image 85
Roland Avatar answered Oct 02 '22 13:10

Roland


Now the easiest way is using QuickTime with File > New screen recording and select the part of your screen you want to capture.

iMovie is doing the rest well :-)

Hope this helps.

like image 32
iGranDav Avatar answered Oct 02 '22 13:10

iGranDav