Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Video Device camera AV recording for iOS

Discussion in 'Audio & Video' started by 3dprasad, May 24, 2018.

  1. 3dprasad

    3dprasad

    Joined:
    Aug 12, 2010
    Posts:
    6
    I am developing an iOS/ android app in which user records a video (includes audio) through device camera. The video needs to be small enough to go easy on bandwidth. So it should be medium to low quality.

    The video can be 5 to 20 minutes long, and resolution can be 320 X 240, and should be in a format that can be played back by a player such as Unity's VideoPlayer.

    Please suggest me a way by which I can record a video with lower resolution. The recording should not affect the performance too much since during this time user is shown a 3d environment on the screen.

    Note:
    I tried plugins with native recorder, but the recorded video is too huge (resolution and file size) for our purpose.
    I am OK with having to re-encode the video at the end if its quick and lightweight.