u003ch1u003eRecommended Kit Listu003c/h1u003e

u003cpu003eu003cspanu003eIf you're a coach or course creator looking to enhance your online presentations, choosing the right camera and recording equipment is crucial. u003c/spanu003eu003c/pu003enu003cpu003eu003cspanu003eThis page provides a comprehensive list of top-notch filming and recording gear, and software that will help you create a professional image and run your business effectively at very reasonable costs. u003c/spanu003eu003c/pu003enu003cpu003eu003cspanu003eWhether you're hosting live sessions or recording content for future use, these tools will ensure your visuals and audio are clear and engaging. Perfect for both beginners and seasoned pros, our recommendations are built around what we use ourselves, what we love and what makes us profitable.u003c/spanu003eu003c/pu003e

u003cstyleu003en/**n * Dark Mode Toggle Stylesn */n.et-dark-mode {n transition: all .5s;n }n.et-dark-toggle {n cursor: pointer;n transition: all .5s;n }nbody.et-dark-mode .et-dark-toggle {n border-color: #666666;n }nbody.et-dark-mode .et-dark-toggle:after {n content:u0022darku0022;n color: #666666;n left: 54px;n }nbody.et-dark-mode .et-dark-toggle .et_pb_blurb_content {n text-align:right;n }nbody.et-dark-mode .et-dark-toggle .et-pb-icon {n color: #666666;n }n/**n * Body Dark Mode Stylen */nbody.et-dark-mode {n background-color: #333 !important;n }n/**n * Divi Element Dark Mode Stylesn *n * Here you can add styling for each Divi Element that has the class u0022et-dark-mode-capableu0022.n */n/* Section with dark mode */n.et_pb_section.et-dark-mode-capable.et-dark-mode {n background-color: #333 !important;n background-blend-mode: overlay;n transition: opacity .5s ease-in-out;n color: #dddddd !important;n transition: all .5s;n }n /* Row with dark mode */n.et_pb_row.et-dark-mode-capable.et-dark-mode {n background-color: #333 !important;n color: #ddd !important;n transition: all .5s;n}n/* Column with dark mode */n.et_pb_column.et-dark-mode-capable.et-dark-mode {n background-color: #333 !important;n color: #ddd !important;n transition: all .5s;n }n/* Module with dark mode */n.et_pb_module.et-dark-mode-capable.et-dark-mode {n background-color: transparent !important;n color: #ddd !important;n transition: all .5s;n }n n .et_pb_module.et-dark-mode-capable.et-dark-mode a {n color: #ddd !important;n text-decoration-color: #ddd !important;n }n n/* Text Headings with dark mode */n.et_pb_module.et-dark-mode-capable.et-dark-mode.et_pb_module_header,n.et_pb_module.et-dark-mode-capable.et-dark-mode h1,n.et_pb_module.et-dark-mode-capable.et-dark-mode h2,n.et_pb_module.et-dark-mode-capable.et-dark-mode h3,n.et_pb_module.et-dark-mode-capable.et-dark-mode h4,n.et_pb_module.et-dark-mode-capable.et-dark-mode h5,n.et_pb_module.et-dark-mode-capable.et-dark-mode h6n {n transition: all .5s;ncolor: #fafafa !important;n}n n .et_pb_module.et-dark-mode-capable.et-dark-mode.et_pb_image {n filter: brightness(0.9);n transition: all .5s;n }n n body #page-container .et_pb_section .df-button.et-dark-mode-capable.et-dark-mode {n color: #fafafa !important;n }n n .nav-wrapper.et-dark-mode-capable.et-dark-mode span {n color: #fafafa !important;n }n n .nav-wrapper.et-dark-mode-capable.et-dark-mode {n background: #fff !important;n }n n .nav-wrapper.et-dark-mode-capable.et-dark-mode .hover-me:hover ~ .cursor {n background-color: #333;n}n n /* download buttons */n body #page-container .et_pb_section #download-button.et_pb_button.et-dark-mode-capable.et-dark-mode, body #page-container .divi-filter-download.et-dark-mode-capable.et-dark-mode {n color: #333 !important;n background-color: #fafafa !important;n}nu003c/styleu003enu003cscriptu003en function storageAvailable(type) {n try {n var storage = window[type],n x = '__storage_test__';n storage.setItem(x, x);n storage.removeItem(x);n return true;n }n catch(e) {n return e instanceof DOMException u0026u0026 (n // everything except Firefoxn e.code === 22 ||n // Firefoxn e.code === 1014 ||n // test name field too, because code might not be presentn // everything except Firefoxn e.name === 'QuotaExceededError' ||n // Firefoxn e.name === 'NS_ERROR_DOM_QUOTA_REACHED') u0026u0026n // acknowledge QuotaExceededError only if there's something already storedn storage.length !== 0;n }n }n jQuery(document).ready(function($) {n var storageAvailable = window.storageAvailable('sessionStorage');n $(u0022.et-dark-toggleu0022).click(function() {n $(u0022.et-dark-mode-capable,bodyu0022).toggleClass(u0022et-dark-modeu0022);n if ( storageAvailable ) {n $(u0022bodyu0022).hasClass(u0022et-dark-modeu0022) ?n sessionStorage.setItem('etDarkModeEnabled','1'):n sessionStorage.removeItem('etDarkModeEnabled');n }n });n if (storageAvailable) {n '1' == sessionStorage.getItem('etDarkModeEnabled') ?n $(u0022.et-dark-mode-capable,bodyu0022).addClass(u0022et-dark-modeu0022):n $(u0022.et-dark-mode-capable,bodyu0022).removeClass(u0022et-dark-modeu0022);n }n });nu003c/scriptu003e
u003cstyleu003en/* inline buttons */n.inline-buttons .et_pb_button_module_wrapper {n display: inline-block;n float: left;n}nn/* filter section */n/*buttons*/n .df-button {n opacity: .5;n tfilter: grayscale(1);n }n n body #page-container .et_pb_section .df-button.df-activebutton {n opacity: 1;n tfilter: grayscale(0);n }nn.df-area .et_pb_column {n transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1);n}nn.df-area:hover .et_pb_column {n opacity: .3;n filter: grayscale(1);n}nn/* hover animation */n.df-area .et_pb_column:hover {n opacity: 1;n filter: grayscale(0);n}n.df-area .et_pb_column:hover .et_pb_image {n opacity: 1;n filter: grayscale(0);n filter: brightness(1) !important;n}nn/* hover animation */n.df-area .et_pb_column .et_pb_image_wrap {n transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);n}nn.df-area .et_pb_column:hover .et_pb_image_wrap {n transform: scale(1.06);n}nn.df-area .et_pb_column .et_pb_text {n transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);n}nn.df-area .et_pb_column:hover .et_pb_text {n transform: translate(0, 10px);n}nn/* filter animation */n.df-area .df-animation .et_pb_image_wrap {n animation: filterAnimationImage; tt animation-duration: 2s;n}nn.df-area .df-animation .et_pb_text {n animation: filterAnimationText; tt animation-duration: 2s;n}nn@keyframes filterAnimationImage {n0% {transform: scale(1.1);opacity: 0;}n100% {transform: scale(1);opacity: 1;}n}nn@keyframes filterAnimationText {n0% {transform: translate(0, 10px); opacity: 0;}n 30% {transform: translate(0, 10px); opacity: 0;}n100% {transform: translate(0, 0px);opacity: 1;}n}nn/* change cursor */n.df-area .et_pb_column .et_pb_image_wrap:hover {cursor: zoom-in;}nu003c/styleu003e
Sony ZV e10

u003ch3u003eSony ZV-e10 Camerau003c/h3u003enu003cpu003eThis is the main camera that I use. I've tried loads but this is by far the best I've used and perfect for recording courses, Zoom calls, Webinars and streaming.u003c/pu003e

Sigma 16mm f1.4 DC DN Contemporary Lens for Sony E

u003ch3u003eSigma 16mm f/1.4 DC DN Contemporary Lens for Sonyu003c/h3u003enu003cpu003eSuperb wide angled lens widely recommended for the Sony ZV-e10. What I use all the time.u003c/pu003e

Sandisk 256gb Extreme SDXC

u003ch3u003eSanDisk 256GB Extreme PRO SDXC UHS-I Memory Cardu003c/h3u003enu003cpu003eFast, Safe and Reliable high-speed memory card for your camera. I only ever use these cards or various capacities.u003c/pu003e

Camlink 4k

u003ch3u003eElgato Cam Link 4K, External Camera Capture Cardu003c/h3u003enu003cpu003eTake the signal from your camera and makes it usable for your computer for recording and streaming. Better than the USB connection.u003c/pu003e

Rode Procaster Dynamic Vocal Microphone

u003ch3u003eRode Procaster Dynamic Vocal Microphoneu003c/h3u003enu003cpu003eI use this microphone for interviews, video and it's perfect for professional podcasting.u003c/pu003e

Dummy Battery for Sony

u003ch3u003eGonine Dummy Battery for Sony ZV-e10u003c/h3u003enu003cpu003eYou'll never have to recharge a battery again if you use your ZV-e10 desk-mounted as I do. This is the one to get. Cheaper ones have failed.u003c/pu003e

USB C to USB 3.1 Adapter

u003ch3u003eUSB-C to USB 3.1 Adapteru003c/h3u003enu003cpu003eA reliable cable to connect USB A devices to MacBooks, MacMinis and anything USB-C.u003c/pu003e

4K Micro HDMI to HDMI Male Cable Adapter

u003ch3u003e4K Micro HDMI to HDMI Male Cable Adapteru003c/h3u003enu003cpu003eConnect your ZV-e10 Camera to your MacBook or Hub.u003c/pu003e

Shure MV7 USB Microphone

u003ch3u003eShure MV7 USB Microphoneu003c/h3u003enu003cpu003eEveryone wants the more expensive Shure SM7, but this is better for video and podcasting - and a load cheaper.u003c/pu003e

Rode PSM1 Shock Mount For Procaster

u003ch3u003eRode PSM1 Shock Mount For Procasteru003c/h3u003enu003cpu003eStops your Rode Procaster Mic picking up knocks and vibrations when attached to your Rode Studio Arm - and it looks cooll too!u003c/pu003e

Caldigit Ts3 Hub

u003ch3u003eCalDigit TS3 Thunderbolt 3 HUBu003c/h3u003enu003cpu003eThe king of connectivity. This hub has everything plus it's lightning fast. Incredible hub. Yes, it's expensive, but you won't regret it.u003c/pu003e

Godox SL60IIBi Bi Color LED Video Light

u003ch3u003eGodox SL60IIBi Bi-Color LED Video Lightu003c/h3u003enu003cpu003eThis is a great and easily adjustable light for indoor filming and streaming. Perfectly paired with the Octogon Softbox.u003c/pu003e

Godox SB UE Umbrella Octagon Softbox Reflector

u003ch3u003eGodox SB-UE Umbrella Octagon Softbox Reflectoru003c/h3u003enu003cpu003eGives a much softer light and ambience to your videos when used with the Godox video light.u003c/pu003e

Kto poszukuje różnorodnej oferty gier, szybko znajdzie w https://viperwincasino-pl.com/ odpowiednie miejsce. Typograficzne wykonanie zapewnia dobrą czytelność również przy mniejszych ilościach tekstu. Bezpośrednie przelewy SEPA są przetwarzane bez opłat w obrębie UE. Gracze mogą wysyłać opinie bezpośrednio do zespołu wsparcia, przyczyniając się do rozwoju platformy. Gry są integrowane wyłącznie od certyfikowanych dostawców oprogramowania. Turnieje slotów w obrębie platformy tworzą dodatkowe napięcie obok regularnej rozgrywki. Mobilna funkcja wyszukiwania odnajduje każdą grę w ciągu kilku sekund. Wewnętrzne forum pozwala na wymianę między graczami a zespołem kasyna. Bonusy urodzinowe zapewniają osobiste doświadczenie i są szczególnie cenione przez użytkowników. Wielojęzyczni krupierzy zapewniają, że również polskojęzyczni gracze są dobrze obsługiwani. Cały pakiet przemawia zarówno do graczy okazjonalnych, jak i doświadczonych fanów kasyn.

Manfrotto MH804 3 Way PanTilt Head

u003ch3u003eManfrotto MH804 3-Way Pan/Tilt Headu003c/h3u003enu003cpu003eSolid and smooth video head to adjust your camera to any angle. It's Manfrotto, so it'll last a lifetime.u003c/pu003e

Rode Wireless GO II Wireless Microphone

u003ch3u003eRode Wireless GO II Wireless Microphoneu003c/h3u003enu003cpu003eGreat sound when you're on the move, with long range. Even better when used with the Rode lavalier mic here.u003c/pu003e

Rode Lavalier GO Professional Wearable Microphone

u003ch3u003eRode Lavalier GO Professional Microphoneu003c/h3u003enu003cpu003eHighly recommended for use with the Rode Wireless Go Wireless Microphone System. Great quality.u003c/pu003e

SAMSUNG T9 Portable SSD 2TB USB 3.2

u003ch3u003eSAMSUNG T9 Portable SSD 2TB, USB 3.2u003c/h3u003enu003cpu003eTiny but massive! Enormous storage, lightning fast, yet tiny in size. Backup all your videos or record from your iPhone 15 to this using ProRes.u003c/pu003e

RODE PSA1 Professional Studio Arm

u003ch3u003eRØDE PSA1+ Professional Studio Armu003c/h3u003enu003cpu003eThe best, most robust and coolest arm to hold your microphone available anywhere. I have the older version but I really want this one.u003c/pu003e

Divi Wordpress Theme

u003ch3u003eDivi's Gorgeous WordPress Themeu003c/h3u003enu003cpu003eA powerful WordPress theme that makes the process of making beautiful websites simple.u003c/pu003e

Thrivecart Lifetime

u003ch3u003eThriveCart Checkoutu003c/h3u003enu003cpu003eThe best checkout in our opinion. Handles all EU VAT. collection requirements. Plus only pay once for lifetime access.u003c/pu003e

systemeio allinone

u003ch3u003eSysteme.io - Start for Freeu003c/h3u003enu003cpu003eAll-in-one marketing platform - create and launch sales funnels, affiliate programs, email campaigns, online courses, blogs, and websitesu003c/pu003e

ConvertKit Email Software

u003ch3u003eConvertKit Email Service Provideru003c/h3u003enu003cpu003eI've tried them ALL. Currently, this is what I use and provides the best bang for your buck.u003c/pu003e

Hostgator Web Hosting

u003ch3u003eHostgator Web Hostingu003c/h3u003enu003cpu003eFast, reliable and easy to use. Great support and a great price. We use Hostgator for our websites.u003c/pu003e

missinglettr automate social media on autopilot

u003ch3u003eMissingLettr - Grow Social Mediau003c/h3u003enu003cpu003eSocial media on autopilot. Create a years worth of social media posts in 10 minutes and have them posted using smart tech.u003c/pu003e

goBrunch virtual community

u003ch3u003egoBrunch Virtual Communitiesu003c/h3u003enu003cpu003eRamp up engagement with goBrunch virtual community platform. Engage leads with live and on-demand workshops, 24/7.u003c/pu003e

SAMSUNG T9 Portable SSD 2TB USB 3.2

u003ch3u003eSAMSUNG T9 Portable SSD 2TB, USB 3.2u003c/h3u003enu003cpu003eTiny but massive! Enormous storage, lightning fast, yet tiny in size. Backup all your videos or record from your iPhone 15 to this using ProRes.u003c/pu003e

RODE PSA1 Professional Studio Arm

u003ch3u003eRØDE PSA1+ Professional Studio Armu003c/h3u003enu003cpu003eThe best, most robust and coolest arm to hold your microphone available anywhere. I have the older version but I really want this one.u003c/pu003e

WordPress Cookie Plugin by Real Cookie Banner