STREAM MAPPING with FFMPEG - Everything You Need to Know

Поділитися
Вставка
  • Опубліковано 26 сер 2024

КОМЕНТАРІ • 19

  • @user-il3ht8zx7z
    @user-il3ht8zx7z 8 місяців тому

    Best 🔥🔥

  • @tobiasthrien1
    @tobiasthrien1 2 роки тому +1

    Thank you. That was very helpful.

    • @devstefit
      @devstefit  2 роки тому

      Thank you so much for watching!

  • @aer0449
    @aer0449 Рік тому

    I needed this badly oof

    • @aer0449
      @aer0449 Рік тому

      Thank you so much ❤️

  • @djsai9999
    @djsai9999 2 роки тому

    tnq u so much you saved me

    • @devstefit
      @devstefit  2 роки тому

      Glad it saved you! And thanks for watching!

  • @lukatadic9833
    @lukatadic9833 Рік тому +1

    Is it possible to generate multiple qualities for HLS stream while capturing from webcam?

    • @devstefit
      @devstefit  Рік тому +2

      I am making some experiments and I think it is feasible. More on this very, very soon! Stay tuned! And thanks for watching!

  • @miahoneyproduction
    @miahoneyproduction Рік тому +1

    How to add html overlay like stream elements link during livestream on ffmpeg ??

    • @devstefit
      @devstefit  Рік тому

      Hi and thanks for watching!
      I think you are looking for the _drawtext_ filter. The documentation is available here ffmpeg.org/ffmpeg-filters.html#drawtext

  • @bobbyshaftoe45
    @bobbyshaftoe45 Рік тому +1

    Can you show how to take a single vid + 2 audio tracks and make an hls and dash abr with 3 renditions?

    • @devstefit
      @devstefit  Рік тому

      It is one of the ideas for one of the next videos! Thanks for passing by

    • @websitepaul
      @websitepaul Рік тому

      @@devstefit did you ever make this video?

  • @Superuser-r1y
    @Superuser-r1y 2 роки тому +1

    I subscribe your channel upload next Toturial on ffmpeg please🙏🙏🙏🙏

    • @devstefit
      @devstefit  2 роки тому +1

      Thank you so much for your interest! Now I am on a trip and I don't have my PC with me. As soon as I am back to my chair I will be glad to record and upload new videos about FFmpeg and other related topics

    • @Superuser-r1y
      @Superuser-r1y 2 роки тому +2

      @@devstefit yes yes I am very happy 😅Tons of love from India🇮🇳🇮🇳👍👍

  • @ararthepro3972
    @ararthepro3972 Рік тому

    -c:v copy -c:a copy = -c copy

    • @devstefit
      @devstefit  Рік тому

      I agree! Thanks for pointing it out!
      It depends on what I have to do, I usually keep both because I often need to change the codecs, so I have the parameters ready already for another execution with other values.