Extracting audio info from ffmpeg in zig

Поделиться
HTML-код
  • Опубликовано: 28 сен 2024

Комментарии • 11

  • @sphaerophoria
    @sphaerophoria  4 месяца назад +9

    Noticed a memory leak as I watched back that I have to address to head off future commenters. If we fail to append the new frame to the memory pool, it will leak. `try self.pool.append(try makeFrame())` is a no no, should make frame first, then try to append, then cleanup if we error. Probably splitting this whole block into a new function and using errdefer is the simplest way

  • @gustavoh5143
    @gustavoh5143 4 месяца назад +1

    This man definitely knows what he is doing, wtf

  • @dandreani
    @dandreani 4 месяца назад +1

    can you share the repo?

    • @sphaerophoria
      @sphaerophoria  4 месяца назад +1

      github.com/sphaerophoria/video-editor

  • @AzerAnimations
    @AzerAnimations 4 месяца назад +3

    It would be cool if you could have the chat in the video, I know a lot of other streamers do that when they make these VoDs. II know you are a smaller streamer so there is probably not a ton of messages, but I think it would be useful to see

  • @cherkim
    @cherkim 4 месяца назад

    When do you stream unc?

  • @Srprffffyu
    @Srprffffyu 4 месяца назад

    Chad

  • @orgs804
    @orgs804 4 месяца назад

    neovim config plz

    • @sphaerophoria
      @sphaerophoria  4 месяца назад +1

      You're not seeing anything too special
      * language servers via lspconfig
      * telescope for general navigation
      * treesitter for some fancier syntax highlighting

    • @orgs804
      @orgs804 4 месяца назад +1

      @@sphaerophoria what about the color scheme?