import numpy as np from scipy.optimize import minimize # Example data np.random.seed(0) X = np.random.normal(0, 1, 100) Y = 3*X + np.random.normal(0, 1, 100) # Moment conditions function def moments(params, X, Y): alpha, beta = params residuals = Y - (alpha + beta * X) moment1 = np.mean(residuals) # E[residual] = 0 moment2 = np.mean(residuals * X) # E[residual * X] = 0 return np.array([moment1, moment2]) # Objective function def objective(params, X, Y): m = moments(params, X, Y) return np.dot(m, m) # Sum of squared moments # Initial parameter guess initial_params = np.array([0.0, 0.0]) # Perform GMM optimization result = minimize(objective, initial_params, args=(X, Y), method='BFGS') # Extract optimized parameters alpha_opt, beta_opt = result.x print("Optimized Parameters:") print("Alpha:", alpha_opt) print("Beta:", beta_opt)
top of page

Stylized Cinematography to show your love story

Alexa and James 
          2024

How do we tell your vision in film form?

What makes us stand-out compared to other companies?

All About Us

We differentiate from other wedding videographers by providing quality service, that benefits our couples in their vision on how the video should be stylized. We suggest different types of formatted videos that receives the targeted reactions from your family members and friends, the process of this is included in the development stage in order to provide our love birds with a luxury video that will last them a life time.  

Our goal is to provide the best service to our couples, this has been achieved from outlining the main problems of this community, such as a lack of trust or not performing to the standard that was set. To combat these issues we provide quick replies back with a friendly approach so our couples can focus on their big day, a quick series of questions on what the couple's dream video will look like and how this can be achieved, plus any relevant additional information. 

Portfolio

Alexa and Ryan 
        2023

Rachelle and George 
         2022

Raffle and Vanessa
        2024

Alexa and James 
          2024 

We are oneiric productions 

Our mission is to capture your story, shown in film form. 

Standard package

. 6-9 hours of coverage

. 3-5 min highlight video displaying the ceremony + getting ready process+ speech+ the first dance, audiences reactions.

. All delivered in 4k. 

Golden package 

.  9 hours of coverage

. 3-5min highlight video

. 10min feature video which includes: ceremony + getting ready process+ speech+ the first dance. 

. All of this delivered in 4k.

Premium package

. 12 hours of coverage

. 3-5 min highlight video

. 10-20 min  feature highlight video including : ceremony + getting ready process+ speech+ the first dance and additional dances is included if wanted.

. All of this delivered in 4k.

The videographer will be equipped with all necessary equipment, which includes : lighting, a camera, zoom lenses and a task cam to capture necessary audio.

SERVICES AND PRICING 

Areas we cover 

Let’s Start Planning the Best Day of Your Life

bottom of page