avatarDeborah Baron, I Coach Emerging Leaders

Free AI web copilot to create summaries, insights and extended knowledge, download it at here

3902

Abstract

only, some have video only, and some have both video and audio. And also they’re available in multiple formats. For video there is AVC (which is apparently H.254), VP09, and AV01. And for audio there’s Mp4a and Opus. I don’t know what Opus is but apparently it is noticeably better than Mp4a. So if you’ve ever gone to a YouTube download page and seen a million download options that’s why. Although I hide the redundant ones and just display the one with the lowest file size at that quality level (usually VP09 or AV01).</p><p id="b96b">It’s actually pretty cool to see AV01 as I talked about it <a href="https://readmedium.com/why-apple-adding-av1-support-is-a-big-deal-faa46a356f3c">here</a>. And it does compress videos a little better than VP09 and a lot better than AVC.</p><p id="d170">Also apparently YouTube does something called DRC, dynamic range compression (Not Democratic Republic of Congo). It makes the quiet sections louder and the loud sections quieter. Apparently people really hate it and I guess there must be a way to disable it because I have not been able to find a music video with DRC enabled. I’ve never heard anyone talk about this before though.</p><p id="e027">So now that we have the formats we can just download them. Each format has a download link oddly enough. I did not expect that. Just keep in mind that the YouTube download links expire in 6 hours.</p><p id="3fc9">Of course here we run into a problem. When I saw this I was like, “Great, let’s just download an audio-only track if we only want audio or a video+audio track if we want video.”</p> <figure id="dd49"> <div> <div> <img class="ratio" src="http://placehold.it/16x9"> <iframe class="" src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fgiphy.com%2Fembed%2FMvioOPqhOm6b4BI0FQ%2Ftwitter%2Fiframe&amp;display_name=Giphy&amp;url=https%3A%2F%2Fgiphy.com%2Fgifs%2Ffallontonight-jimmy-fallon-tonight-show-MvioOPqhOm6b4BI0FQ&amp;image=https%3A%2F%2Fmedia0.giphy.com%2Fmedia%2Fv1.Y2lkPTc5MGI3NjExa203NTd1dnVhNGpveHByMmxsOGRzZGxsejhsZzh2Zjk5N20xMTYwbSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw%2FMvioOPqhOm6b4BI0FQ%2Fgiphy.gif&amp;key=a19fcc184b9711e1b4764040d3dc5c07&amp;type=text%2Fhtml&amp;schema=giphy" allowfullscreen="" frameborder="0" height="435" width="435"> </div> </div> </figure></iframe></div></div></figure><p id="9eda">If you do that you’re restricted to at most 720p 30fps. Or so I’m told. I haven’t been able to find a file with both video and audio over 360p. And some videos don’t have any video+audio tracks at all. So that means we’re going to have to download a video file and an audio file (preferably without DRC) and merge them together.</p><p id="e01b">And this is perhaps the first really big problem I ran into. If I was doing this locally it would not be that big of a problem because there’s a nice command line package called <code>FFmpeg</code> that will just do it for you. Unfortunately it’s a bit more complicated when you’re working with Node.js because you have to do a bunch of file manipulation stuff.</p><p id="12d8">I ended up deciding to just download the files from Google’s servers separately and then merge them locally. Apparently Flutter has a package called <code>FFmpeg-kit</code> that will do this. Unfortunately it only works on Android, iOS, and MacOS.</p><p id="fdbf">Although Android will not be getting YouTube downloading because Google is really strict about that.</p> <figure id="eaa2"> <div> <div> <img class="ratio" src="http://placehold.it/16x9"> <iframe class="" src="https://cdn.embedly.com/widgets/media.html?type=text%2Fhtml&amp;key=a19fcc184b9711e1b4764040d3dc5c07&amp;schema=twitter&amp;url=https%3A//twitter.com/EzraDuown/status/1776352074449530961/&amp;image=" a

Options

llowfullscreen="" frameborder="0" height="281" width="500"> </div> </div> </figure></iframe></div></div></figure><p id="7c7c">In fact the app mentioned above, NewPipe, is not available on the Google Play store. So that means that the only platform able to benefit from YouTube downloading is iOS. There is no macOS version of the app but you can run the iOS app on an Apple Silicon Mac. Web users will be restricted to downloading audio or downloading 360p videos. Oh well. Maybe I’ll improve this feature in the future.</p><p id="cae5">And another problem. YouTube throttles some of the downloads. Not all of them though which is weird. I thought it was broken at first. Nope, it’s just that the downloads were really really slow.</p><p id="74fe">Although there’s a way around this too. Flutter has its own package for downloading YouTube videos called <code>youtube_explode_dart</code> and this one has gotten around the throttling issues. It’s listed as issue #180 and fixed in pull request 185.</p><figure id="c76e"><img src="https://cdn-images-1.readmedium.com/v2/resize:fit:800/1*R0QbSVVKcpNt1NDnlL-7Qg.png"><figcaption></figcaption></figure><p id="4a2c">And it works great now. Well, for the streams it supports. It doesn’t support all the streams. But it supports enough.</p><p id="7308">And, one more thing <code>youtube_explode_dart</code> doesn’t actually do everything <code>youtube-dl</code> does. <code>youtube-dl</code> actually gives you a lot more information on the actual files (such as if the audio is DRCed). So I’m still going to have to use it. But I can use <code>youtube_explode_dart</code> to actually download the files.</p><p id="8fe6">I do feel a little silly for wasting so much time on this feature. Like, I built an RSS reader to watch YouTube videos, not to download them. And the only people that can really take advantage of this feature are iOS users.</p><p id="9388">It’s funny. Everyone thinks iOS is the locked-down one. But in this one specific case Android is more locked down. Because if you look up YouTube downloaders on iOS there are pages and pages of them.</p><p id="0e6e">I could see myself taking advantage of this feature. Stratum 3.0.0 also introduces the ability to add external links. So I could find a YouTube video I like that I want to download and I could just download it.</p><p id="01c9">And this experience has taught me a lot about the inner workings of YouTube. Mostly the subtitles. I had no idea the method I was using to get subtitles before was so suboptimal. It works and there’s nothing wrong with it but it could be better.</p><p id="7e7d">I’m pretty happy with Stratum’s YouTube functionality now. I was happy with it before, to be honest, I just went down a ‘YouTube Rabbit Hole’. But I did have one more feature planned: automatic YouTube summary generation.</p><p id="5b0e">Because since adding YouTube summaries I’ve been watching a lot more YouTube. I mean summarizing a lot more YouTube. There are a lot of channels I’m interested in but can’t get to due to time restrictions. Like TED and DW News. Guess what? I follow both of those sources of news now and just read the summaries. But you know what I don’t like? Tapping on the button to generate the summaries.</p><p id="8a38">Well, those are some future plans. It will be expensive though, which is also why I’m planning to announce new pricing for Stratum soon.</p><p id="f6db">If you liked this post and would like to stay updated with my future articles consider using my RSS app Stratum on <a href="https://apple.co/3rZyh9B">iOS</a> and <a href="https://play.google.com/store/apps/details?id=com.amorfatite.keystone">Android</a>. Also check out my language learning app Litany (<a href="https://apple.co/45prCDA">iOS</a>, <a href="https://play.google.com/store/apps/details?id=com.amorfatite.litany">Android</a>).</p></article></body>

What Are the 3 Principles?

The understanding that is changing everyday lives every day

Photo by Kent Pilcher on Unsplash

In the summer of 2017, my life changed in a way I could have never imagined.

I came across an understanding that would bring me a whole new lens through which to see and understand how life is experienced, created, and lived.

This understanding is changing the lives of people all over the world as more people discover this understanding every day. The community is still small but growing by thousands every year and it can change your life too.

In the silence of our minds lies creative incubation, bringing the wisdom and the joy we all seek. — Sydney Banks, The Missing Link

A small disclaimer

When I speak to groups about this understanding I always start by filling them in on my experience with “newbies”. “I always get one of four reactions when I explain these principles”, I tell them. So don’t be surprised if you fall into one of these categories. And if you fall into the last, all I ask is that you try to keep an open mind…

4 Reactions:

  • “Wow, I never thought about life like this before. I am blown away. “
  • “ I don’t quite understand what you are talking about but I am curious so keep talking.”
  • “Yes, of course, I already knew everything you are telling me. “
  • “No, you are wrong. What you are saying is not true about me.”

The Syd Story

The author of these principles was a man named Sydney Banks. This is my retelling of his story as I have heard it from many practitioners. I am speaking from memory so my apologies to any reader who has a more accurate telling.

Syd was a Scottish immigrant to Canada. He had a ninth-grade education and he worked as a welder in a pulp mill on Vancouver Island. It was the 70’s and he and his wife were having some challenges in their marriage. So, as was the fad during that time, they went off on a weekend retreat where they were meant to learn how to yell at each other in order to improve their relationship.

As the story goes, Syd didn’t like the classes and he was skipping class on one of the days and having coffee with a psychologist who was also attending with his wife. They were arguing over which one of them was “more insecure.” The psychologist turned to Syd at one point in the conversation and said, “Syd, you aren’t insecure, you just think you are.”

Syd had an amazing realization from that simple statement. His reply to the psychologist was “do you know what you just said?”

From that simple statement, Syd began to see the role that THOUGHT plays in creating our experiences. He realized that his insecurity was coming from his own self-created thinking, not from anything outside of him. He could no longer blame the world or anyone around him. His life began to change dramatically.

The story goes on to describe Syd staying awake for three days as he contemplated this realization. This then led to a second realization of our spiritual nature, of how experiences and life are created. The fact that there is an energy and a wisdom behind life. That it is observable and that we experience it in every moment. And that it is this energy, this wisdom that creates life itself.

Syd was certain that this discovery of these principles would change the field of psychology overnight. In the same way that germ theory has changed the field of medicine and that the discovery of a round earth changed the fields of navigation and science.

As George Pransky says in his forward to Syd’s book The Missing Link:

This book, The Missing Link, connects the spiritual nature and the psychological nature of humanity. It shows the reader that these facets of life are, and always have been, one — just as seven days and one week are two different terms denoting the same unit of time.

What happened to Syd was an enlightenment experience. But it was also more. Syd not only saw the nature of our formless to form experience on earth but also the way our psychology is born, how it is formed, and a path to freedom for those who are willing to really look and as he liked to say really SEE.

At first, he called this understanding Health Realization and later turned to call it the 3 principles.

So, what are these principles?

“MIND is the universal intelligence behind life, CONSCIOUSNESS creates an awareness of what we call reality, and THOUGHT is the power to create our moment to moment existence.” — Sydney Banks

and with a little more elaboration from me:

MIND — is the spiritual intelligence and creative nature of the universe. It is the space within us from which new possibility arises, where love resides. This principle points to our most inner core where we are all, always, ok. It is the space before thought. It is your spirit, your soul and it is Spirit or Source.

CONSCIOUSNESS — gives us awareness, the ability to experience, and a lens through which we see the world. Our level of consciousness is ever-changing as we sometimes see more and sometimes see less about what is real and what is fiction. We sometimes have greater access to our deepest wisdom and at other times, not so much.

THOUGHT — is the creative form that provides every experience in our lives. Our thoughts are born from MIND, experienced through CONSCIOUSNESS, and create that which we ultimately experience as “reality”. THOUGHT is the ticker tape that runs through your brain all day long. It is impossible to experience anything but through the principle of thought.

How does seeing this create change?

I wish I could tell you for sure as sometimes it feels almost magical in nature.

What I have experienced is a greater sense of clarity. That seeing how experience is made takes the mystery away and leaves the enjoyment. Takes the pain away and leaves the purity.

Seeing that all of my thoughts come from me and not from my experiences gives me the freedom to believe the ones I like and ignore the ones I don’t.

Knowing that Universal MIND is always there to hold me. That I don’t have to hold myself. That I can let go and be good with what is. That I have a source of unlimited creativity.

Knowing that another good idea will always be there. That everything has always been ok, and that I can trust that it always will, even if it seems otherwise. That I have within me everything that I need in order to know what to do in any moment. Incredible.

Being comfortable in the humanness of ever-changing levels of consciousness. Knowing that I will sometimes be caught up in unhelpful thinking and that all I need to do is let it pass and that clarity will show up once again.

Knowing that when my thinking settles, as it always does, that consciousness will rise and that it is always changing. Up and down and up again. The cyclical nature of life itself.

That all is just as it is meant to be in every moment. Beauty.

So, my friends, I invite you to join this journey.

To learn just a little bit and then learn just a little bit more. To see how this understanding brings ease and possibility. To join the thousands of us who are learning together on a journey of knowledge that is limitless.

For a deeper opportunity to experience your own insights, I invite you to sign up for my 5-day, self-guided coaching experience here:

And follow this publication; Less Stress More Success

Best always,

Deborah

3 Principles
Wellbeing
Psychology
Life
Spirituality
Recommended from ReadMedium