Using PHP and AI to build a Markdown to Video convertor

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ต.ค. 2024

ความคิดเห็น • 11

  • @cijic
    @cijic ปีที่แล้ว +1

    Interesting idea.
    Will see what will be after a year.

  • @youtubevideos415
    @youtubevideos415 ปีที่แล้ว +3

    I wouldn't hold my breath for text to speech becomming way better the comming years. I had text to speach on my Amiga in 1987. And that MacOS version you demonstrated is only like 50% better than what i had in the 80s.

  • @DanielOpitz
    @DanielOpitz ปีที่แล้ว +4

    Very cool. You may also use the ffmpeg command to generate a screenshot: ffmpeg -ss 00:00:00 -i input_video.mp4 -vframes 1 -q:v 2 output_image.jpg

  • @sallminrexha
    @sallminrexha ปีที่แล้ว +1

    Great content Brendt. I am really enjoying your newsletter and your videos.

  • @rcnhsuailsnyfiue2
    @rcnhsuailsnyfiue2 ปีที่แล้ว +4

    The macOS ‘say’ command can actually produce extremely good quality TTS. There’s a hidden menu somewhere in System Preferences where you can download higher quality voices, far better than the example shown in the video (some are even better than the native Siri voice, IMO)

    • @phpannotated
      @phpannotated  ปีที่แล้ว

      And where do I find that menu?? :D

    • @phpannotated
      @phpannotated  ปีที่แล้ว +5

      Edit: I found it, it's pretty good quality indeed!

  • @OstapBrehin
    @OstapBrehin ปีที่แล้ว +1

    Browsershot seems a bit heavy because it involves Node.js. I'd use chrome-php instead. (and keep the chromium instance open at all time for speed, connect via dev tools URI)

    • @phpannotated
      @phpannotated  ปีที่แล้ว +1

      Nice, didn't know about that one!

  • @DeffiDeffi
    @DeffiDeffi ปีที่แล้ว +4

    You probably tested other PHP features as well, but enums and attributes were released in November 2021 while ChatGPT's training data is older. In fact, if you ask ChatGPT about new features of PHP 8.1 it will just say "PHP 8.1 is not released yet and there is no official information available about its new features". So when you told it to write an essay about enums in PHP, it made a lot of assumptions (or just made everything up). I wonder if this would work better with older PHP features.

  • @kiranugale88
    @kiranugale88 ปีที่แล้ว +2

    Great