I’m a VTuber and Content Creator on YouTube! Below is a collection of my videos, and if you like what you see please do Subscribe to me to see more!
VTuber Face Tracking: iPhone vs Android, should you upgrade your phone?
Stop wasting money! Do VTubers actually get better face tracking with a newer phone, or is your current one already enough? In this video, we put the hype under a …microscope and ask the only question that matters before you buy.
I’ll walk you through how tracking works at a high level, what VTube Studio says different devices support, and the simple checks I used to compare phones without getting lost in specs. Parts of this video were filmed on an iPhone and an Android, see if you can spot which is which and drop your guess in the comments!
In This Video:
– What “phone tracking” really means for VTubers (plain English)
– The VTube Studio device chart, on screen, so you can compare at a glance
– iPhone talk: what actually changes year to year
– Android talk: when newer might matter and when it doesn’t
– Webcam as a viable option (the chart shows what it can do)
– A viewer challenge: iPhone vs Android, can you tell?
🔗 Links Mentioned in the Video:
VTube Studio Phone/Webcam Chart: https://github.com/DenchiSoft/VTubeStudio/wiki/VTS-Model-Settings
iPhones/iPads with FaceID: https://support.apple.com/en-us/102854
📌 Connect with me:
🌐 Website: https://www.Pandoramonium.com
🎮 Twitch: https://twitch.tv/pandoramonium
🕊️ Twitter: https://twitter.com/Pandoramonium42
🎵 TikTok: https://tiktok.com/@pandoramonium42
💬 Discord: https://dsc.gg/pandorayt
📖 Chapters:
0:00 Introduction
0:34 Upgrade Confusion
0:58 iPhone Face ID Explained
1:41 Androids Explained
2:13 Device Compatibility
2:28 Apple Devices with Face ID
2:32 Questions Answered
3:36 Summary
3:59 Outro
🎵 Music/Audio Credits:
Commander Shade Saber – Cherry Glow Dreams (Pandora’s Intro)
Commander Shade Saber – Rising Sun Dance (Pandora’s Outro)
🏷️ Tags:
#VTuber #VTubeStudio #FaceTracking #iPhone #Android #Streaming #ContentCreation #Tutorial #Tracking #PhoneUpgrade #StreamerTips[+] Show More
VTuber Face Tracking: iPhone vs Android, should you upgrade your phone?
Stop wasting money! Do VTubers actually get better face tracking with …
Stop wasting money! Do VTubers actually get better face tracking with a newer phone, or is your current one already enough? In this video, we put the hype under a …microscope and ask the only question that matters before you buy.
I’ll walk you through how tracking works at a high level, what VTube Studio says different devices support, and the simple checks I used to compare phones without getting lost in specs. Parts of this video were filmed on an iPhone and an Android, see if you can spot which is which and drop your guess in the comments!
In This Video:
– What “phone tracking” really means for VTubers (plain English)
– The VTube Studio device chart, on screen, so you can compare at a glance
– iPhone talk: what actually changes year to year
– Android talk: when newer might matter and when it doesn’t
– Webcam as a viable option (the chart shows what it can do)
– A viewer challenge: iPhone vs Android, can you tell?
🔗 Links Mentioned in the Video:
VTube Studio Phone/Webcam Chart: https://github.com/DenchiSoft/VTubeStudio/wiki/VTS-Model-Settings
iPhones/iPads with FaceID: https://support.apple.com/en-us/102854
📌 Connect with me:
🌐 Website: https://www.Pandoramonium.com
🎮 Twitch: https://twitch.tv/pandoramonium
🕊️ Twitter: https://twitter.com/Pandoramonium42
🎵 TikTok: https://tiktok.com/@pandoramonium42
💬 Discord: https://dsc.gg/pandorayt
📖 Chapters:
0:00 Introduction
0:34 Upgrade Confusion
0:58 iPhone Face ID Explained
1:41 Androids Explained
2:13 Device Compatibility
2:28 Apple Devices with Face ID
2:32 Questions Answered
3:36 Summary
3:59 Outro
🎵 Music/Audio Credits:
Commander Shade Saber – Cherry Glow Dreams (Pandora’s Intro)
Commander Shade Saber – Rising Sun Dance (Pandora’s Outro)
🏷️ Tags:
#VTuber #VTubeStudio #FaceTracking #iPhone #Android #Streaming #ContentCreation #Tutorial #Tracking #PhoneUpgrade #StreamerTips[+] Show More
Making poor decisions about myself~ come watch my self-destruction! !commands !discord
Record Transparent Videos in OBS: Smaller Files, Same Transparency | YouTube/TikTok/Content Creation
Massive file sizes were the #1 complaint from my last tutorial on …
Massive file sizes were the #1 complaint from my last tutorial on transparent recording in OBS Studio — so let’s fix that. In this updated guide, I’ll show you how …to record directly to WEBM with alpha transparency in OBS. This method keeps the transparent background you need while cutting file sizes down by over 95%, making it much easier to save, share, and edit your recordings.
I’ll walk through the best OBS encoder settings, explain how to balance quality vs performance, and cover simple conversion options if your editor doesn’t fully support WEBM. I’ll also show when it still makes sense to use ProRes 4444 in a MOV container for editing workflows that demand maximum compatibility.
Whether you’re a VTuber setting up overlays, a streamer creating stinger transitions, or a content creator preparing videos for YouTube, TikTok, or Shorts, this workflow will help you speed up production and avoid green screen headaches.
In This Video:
How to record transparent videos in OBS with WEBM
Why WEBM is smaller (and when to still use ProRes)
Best baseline encoder settings + simplified tweaks
Workarounds for editors that don’t support WEBM with alpha
Conversion options (full file vs short clips) explained simply
Tips for smoother playback and avoiding common pitfalls
💻 OBS Video Encoder Settings:
b:v=0 crf=16 deadline=rt cpu-used=6 row-mt=1 tile-columns=2 tile-rows=1 threads=0 lag-in-frames=0 auto-alt-ref=0 error-resilient=1 aq-mode=0
⌨ FFmpeg Commands:
Convert WEBM to MOV: ffmpeg -i input.webm -c:v prores_ks -profile:v 4 -pix_fmt yuva444p10le -c:a aac -b:a 192k output.mov
Clip WEBM to MOV: ffmpeg -i input.webm -ss 01:23:45 -to 01:25:50 -c:v prores_ks -profile:v 4 -pix_fmt yuva444p10le -c:a aac -b:a 192k clip.mov
Clip WEBM to WEBM: ffmpeg -ss 01:23:45 -to 01:25:50 -i input.webm -c copy temp.webm
Notes – Install FFmpeg (below) first, and you can leave the -to off if you want to clip to the end of the file.
🔗 Links Mentioned in the Video:
FNord: https://www.fnord.com/
Influx: https://www.autokroma.com/Influx/Download
FFmpeg: https://ffmpeg.org/
Shutter Encoder: https://www.shutterencoder.com/
ID-Ten’s Video: https://www.youtube.com/watch?v=slerNYFpsJg
K-Lite Mega Pack: https://codecguide.com/download_k-lite_codec_pack_mega.htm
📌 Connect with me:
🌐 Website: https://www.Pandoramonium.com
🎮 Twitch: https://twitch.tv/pandoramonium
🕊️ Twitter: https://twitter.com/Pandoramonium42
🎵 TikTok: https://tiktok.com/@pandoramonium42
💬 Discord: https://dsc.gg/pandorayt
📖 Chapters:
0:00 Introduction
0:44 Process Explained
1:59 Editor Compatibility
2:52 Workarounds
4:25 OBS Setup
7:30 Bringing it all together
8:49 Outro
🎵 Music/Audio Credits:
Commander Shade Saber – Rising Sun Dance (Pandora’s Outro)
🏷️ Tags:
#OBS #TransparentBackground #VTuber #ContentCreation #YouTubeTips #Streaming #Recording #WEBM #Tutorial #VideoEditing #OBSSettings, #AlphaChannel, #OBSStudio, #FFmpeg, #ProRes4444, #YouTubeShorts[+] Show More
Shrine Menace Defies the Witness – Destiny 2 VTuber Live | !commands !discord #vtuber
From Dream to Career: Comparing the Indie & Agency VTuber Journey ft. Yomi Quinnley | !commands
What’s it really like to become a VTuber—and when do you know if …
What’s it really like to become a VTuber—and when do you know if you’re ready to take things seriously?
In this collab, I’m joined by @YomiQuinnley of Socks Agency to compare …our journeys: one indie, one agency, both chasing the same dream. We’ll walk through what it looked like to get started, what changed when things got serious, and how our paths differ now that VTubing is a part of our everyday lives.
We’ll talk about:
– What actually changed once traction started
– The unexpected responsibilities no one talks about
– How much support we each have (or don’t)
– What our lives look like week to week
– What success meant at the start—and what it means now
If you’ve ever wondered what kind of VTuber you want to be, this conversation could be the insight you’ve been looking for.
🦊 Stay Foxy~
#VTuber #ENVtuber #VTuberCollab #AgencyVTuber #IndieVTuber #YomiQuinnley #Pandoramonium #SocksAgency[+] Show More
Beach babes and bathing suits in ZZZ!
Beach babes and bathing suits in ZZZ!
🦎Lizard Lizard Lizard… but it says FOXY 🦊
Lizard button meme (Elio → Hoppers teaser) with a “foxy” twist. …
Lizard button meme (Elio → Hoppers teaser) with a “foxy” twist.
#Lizard #LizardButton #LizardLizardLizard #Elio #Hoppers #Pixar #meme #VTuber #envtuber
Lizard 🦎 Lizard 🦎 Lizard 🦎 #vtuber #envtuber
Lizard 🦎 Lizard 🦎 Lizard 🦎 #vtuber #envtuber
Craft? Survive? Nah, I'm here to cause problems on purpose.
She was left alone for 5 minutes.
#vtuber #envtuber #vtuberen #vtuberenglish
#vtuber #envtuber #vtuberen #vtuberenglish