BrianPerondi.com

est. 1976 ;)

    • Hello World
    • Home
    • Page 2
    • Post page

recent posts

  • Happy Perihelion Day 2026
  • Happy Perihelion Day 2025
  • Happy New Year 2025
  • Solar Eclipse April 8, 2024
  • Trying sRGB color profile on a Dell External Monitor attached to a MacBook Pro M3
    • Happy Perihelion Day 2026

      January 3, 2026

      Earth’s closest approach to the Sun (perihelion) for the year

    • Happy Perihelion Day 2025

      January 2, 2025

      “Perihelion Day is celebrated when Earth is closest to the sun in its orbit around the sun. In 2025, Perihelion Day will be on January 4 at 8:28 AM EST. At this point, Earth will be 91,405,993 miles from the sun.“

    • Happy New Year 2025

      January 1, 2025
      A laptop with 2025 in the screen and fireworks in the background
    • Solar Eclipse April 8, 2024

      April 8, 2024

      Traveled from San Diego, California to Waco, Texas to watch the Solar Eclipse – April 08, 2024 … It .. Was … Awesome !!!

    • Trying sRGB color profile on a Dell External Monitor attached to a MacBook Pro M3

      January 8, 2024

      ” … sRGB is also the default color profile for web design. So, if you were typing your hex codes in CSS, you can be sure they’ll display in sRGB.” – via sketch.com

      I’ve been using the default Dell color scheme that came with the monitor. Going to try the sRGB IEC61966-2.1 color scheme on a Dell external monitor while working on  web development projects.

    • Using FFmpeg on a Macbook M3 to convert a .mov file to .mp4, lower the resolution and reduce file size

      January 6, 2024

      I needed to convert a screencast created using Mac’s native screen recorder that saves the file as a .mov file. It also was at a resolution and file size that I needed to reduce.

      Installed ffmpeg and ran the conversion via the command-line.

      Used the learnwithjason.dev post “Hardware Accelerated Video Encoding on Apple Silicon (M1 Max, etc.) With FFmpeg” and modified the example to produce an output file at 20 percent and converted to an .mp4 file.

      Example Code:

      ffmpeg -i “Screen Recording 2024-01-05 at 11.48.44 AM.mov” -acodec copy -c:v h264_videotoolbox -q:v 20 output-file.mp4

      Code Notes:

      -i # the file to convert
      -acodec copy #don’t remove audio
      -c:v h264_videotoolbox # use Apple Silicon hardware acceleration
      -q:v 20 # quality for the output file is 0 to 100
      output-file.mp4 # Name of the new output file

    • Happy Perihelion Day 2024 !

      January 2, 2024

      “Today, Jan. 2, 2024, Earth will reach its perihelion — the shortest distance between the planet and the sun. That means the sun will appear slightly larger than average.” – via weather.com

    • Happy New Year 2024 !

      January 1, 2024

    • UGREEN iPhone Stand

      January 23, 2023

      👍 Liking this new UGREEN iPhone stand 

    • Signed up for an OpenAi & ChatGPT account

      January 23, 2023

      Signed up for an OpenAi & ChatGPT account  … 🤖 + 👨🏻‍💻 … Let’s see where this all leads a couple years from now … “Microsoft and OpenAI extend partnership“

    Next Page

    Designed with WordPress

     

    Loading Comments...