GithubHelp home page GithubHelp logo

capturerecord's Introduction

Hi there ๐Ÿ‘‹

capturerecord's People

Contributors

gabriel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

capturerecord's Issues

Why only 10 FPS?

I'm trying to record screen of the video with options set to 0 (no audio or camera recording, just the screen). I'm only getting 10 FPS....why is this? Am I missing a setting or option that allows at least 30 fps? This is how I'm starting recording:

[[CRRecorder sharedRecorder] setOptions:0];
[[CRRecorder sharedRecorder] start:nil];

Causes black screen on app startup

Whenever I add the code to my app delegate

self.window = [[CRUIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];

The app starts with a black screen and never shows anything else.

Build Failed

I would LOVE to try this app out! But the build failed!

Initializing environment variables...
INITIAL_DIR: /projects/e77fe8726d23413b8abe27b929f29ae4/repo
PROJECT_UUID: e77fe8726d23413b8abe27b929f29ae4
CERTIFICATE_PASSPHRASE: qwe123
XC_PROJECT_PATH: CRExample.xcodeproj
XC_TARGET_NAME: CRExample
BUILD_CONFIGURATION_NAME: Debug
PROVISION DIR /projects/e77fe8726d23413b8abe27b929f29ae4/provisioning
PROVISIONING_PROFILE_FILE_NAME: /macbuildsystem/provisioning/distribution.mobileprovision
INFO_PLIST_FILE_NAME: /projects/e77fe8726d23413b8abe27b929f29ae4/repo/CRExample/CRExample-Info.plist
TARGET_PLATFORM_NAME: iphoneos
SYMROOT: /projects/e77fe8726d23413b8abe27b929f29ae4/repo/build
IPA_NAME: release-build.ipa
KEYCHAIN_NAME: dev.keychain
CERTIFICATE_FILE_PATH: /macbuildsystem/provisioning/certificate.p12
PROVISIONING_PROFILE_UUID: 7320290D-8AFC-45D9-B15A-975DAFE8A20F
Copy mobile provisioning to store...
/Users/vanger/Library/MobileDevice/Provisioning Profiles/7320290D-8AFC-45D9-B15A-975DAFE8A20F.mobileprovision
Attaching CocoaPods
๏ฟฝ[31m[!] No `Podfile' found in the current working directory.๏ฟฝ[0m
Creating TMP_KEYCHAIN...
default keychain: "/Users/vanger/Library/Keychains/dev.keychain"
Importing p12 certificate: /macbuildsystem/provisioning/certificate.p12
1 identity imported.
BUNDLE_ID: com.macbuildserver.helloapp
CHANGING bundle id
CHANGED bundle id
com.macbuildserver.helloapp
Running build...
Build settings from command line:
CODE_SIGN_IDENTITY = iPhone Distribution
PROVISIONING_PROFILE =
SYMROOT = /projects/e77fe8726d23413b8abe27b929f29ae4/repo/build

=== BUILD NATIVE TARGET CaptureRecord OF PROJECT CaptureRecord WITH CONFIGURATION Debug ===
Check dependencies
target specifies product type 'com.apple.product-type.framework.static', but there's no such product type for the 'iphoneos' platform

** BUILD FAILED **

The following build commands failed:
Check dependencies
(1 failure)

App Store submission ?

Hello,

I know that CaptureRecord use the private API function : UIGetScreenImage

Is there any way to bypass this and be clean for App Store submission ?

Screen not recording

Hi,
I am trying to record, camera and touches ok, but screen is not recorded, only black.
My setup is iPhone 5s with iOS 7.0

My application uses storyboard, so I've included this to my appdelegate.m

  • (UIWindow *)window
    {
    static UIWindow *customWindow = nil;
    if (!customWindow) customWindow = [[CRUIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
    return customWindow;

}

Any help?

Thanks.

Better quality

Any ideas what needs to be adjusted to get a better quality recording?

Not able to record audio with screen capture video separately.

Hello, I am using CaptureRecord Framework. I need to record the complete screen which has Front Camera Recording going on and also the audio the user speaks with that camera recording.

I wrote code:
[[CRRecorder sharedRecorder] setAlbumName:@"Capture Record"];
[[CRRecorder sharedRecorder] setOptions:CRRecorderOptionUserCameraRecording|CRRecorderOptionUserAudioRecording|CRRecorderOptionTouchRecording];

But problem is that, when i use this code camera recording is not showing in AVCaptureVideoPreviewLayer.
And need to record audio with screen capture video separately, not with the camera video.
Also need only screen capture video.

Please help me.
Thanks in advance.

Button overlay and video do not record in correct orientation when app is restricted to Landscape orientation on iPad

Looking through the source, I didn't see any code that responds to device orientation so this may not be handled at all.

Handling rotations DURING recording may be problematic, but before a recording begins, we should probably ensure that we begin in the correct orientation.

I believe any transforms applied to the video are hard coded (am I wrong here?), so we may just need to check the interface orientation when just before we start recording and update the transforms.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.