Welcome!

This is the home page. While there is nothing here yet, check out the other pages that include my work!Stay tuned for updates to the website! This page will soon feature a bio of me to get to know me better. :)

© 2025 Gabriel Salas

Videography

Clean visuals, smooth edits, and a focus on storytelling — these are the kinds of videos I make.

Music Videos

Weddings

Promotions & Events

© 2025 Gabriel Salas

Photography

© 2025 Gabriel Salas

MUSIC PRODUCTION

Here’s some of my recent work — real songs with real artists, from start to finish.

RECORDING

Whether it’s vocals or instruments, I capture clean, high-quality audio in a comfortable, creative environment.

MIXING

I balance your track, bring out the emotion, and shape your sound for clarity and punch.

MASTERING

Final polish for loudness, consistency, and playback across all platforms.

© 2025 Gabriel Salas

Contact

Whether you're ready to start something or just want to connect, I’d love to hear from you.

FREQUENTLY ASKED QUESTIONS

You can reach out via the contact form above. Once we discuss your project and lock in the date, I'll send a confirmation.

Pricing varies depending on the project scope and requirements. Please contact me directly for a detailed quote tailored to your needs.

It depends on the project, but typically:

  • Photography: 3–5 business days
  • Music videos: 1–2 weeks
  • Interviews/Testimonial edits: 5–7 business days
  • Music mixes/masters: 5–10 business days

Rush edits are available upon request.

Yes. A 50% non-refundable deposit is required to secure the date and begin work. The remaining balance is due upon delivery.

Two rounds of revisions are included. Additional revisions may incur an extra charge.

Deposits are non-refundable, but I allow one reschedule if given at least 48 hours' notice. Short-notice cancellations may require a new deposit.

Absolutely. I’m happy to help with creative direction, shot planning, or suggesting locations if needed.

Yes — I’m based in Bakersfield, CA, but I’m open to traveling. Travel fees may apply depending on distance.

Generally, I deliver polished, edited content. Raw files can be provided for an additional fee upon request.

Both! I offer remote production, mixing, and mastering, or we can book an in-person session.

Every shoot includes a set number of edited images. Additional edits are available for purchase.

const faqs = document.querySelectorAll('.accordion input[type="checkbox"]'); faqs.forEach(faq => { faq.addEventListener('change', () => { if (faq.checked) { faqs.forEach(otherFaq => { if (otherFaq !== faq) { otherFaq.checked = false; } }); } }); });

TESTIMONIALS

"Gabriel did an amazing job capturing our event."
Maria L.
const testimonials = [ { text: "Gabriel did an amazing job capturing our event.", author: "Maria L." }, { text: "Working with Gabriel was seamless and professional.", author: "James P." }, { text: "I highly recommend Gabriel for any music video project.", author: "Samantha C." } ]; let currentIndex = 0; const quoteText = document.getElementById('quoteText'); const quoteAuthor = document.getElementById('quoteAuthor'); const prevBtn = document.getElementById('prevBtn'); const nextBtn = document.getElementById('nextBtn'); function showTestimonial(index) { currentIndex = (index + testimonials.length) % testimonials.length; quoteText.textContent = `"${testimonials[currentIndex].text}"`; quoteAuthor.textContent = testimonials[currentIndex].author; } prevBtn.addEventListener('click', () => { showTestimonial(currentIndex - 1); }); nextBtn.addEventListener('click', () => { showTestimonial(currentIndex + 1); }); // Initialize first testimonial showTestimonial(0);

© 2025 Gabriel Salas