How to add fade in and fade out effects to video with ffmpeg

Поділитися
Вставка
  • Опубліковано 27 сер 2024
  • 🎨 Artist/Thumbnail Creator: jawhaj.art
    📝 Blog: donaldfeury.xy...
    👥Memberships: vod.strms.net/...
    A common editing process is to add a effect to smooth transitions between clips, one such common effect is fading in and out to black. I demonstrate how to apply both to video, as well as fade in/out affects to audio.
    THANK YOU ###
    Newest Channel Member -
    Newest Subscriber - Phillip Lineburg
    WANT TO SUPPORT THE CHANNEL? ###
    💰 Support Links: donaldfeury.xy...
    WANT TO ASK ME A QUESTION? ###
    💬 Contact Me: donaldfeury.xy...
    SOCIAL PLATFORMS ###
    🗣 Matrix: donaldfeury.xy...
    💬 Pleroma: donaldfeury.xy...
    🗨️ Discord: donaldfeury.xy...
    🐦 Twitter: donaldfeury.xy...
    VIDEO PLATFORMS ###
    🎦 Twitch: donaldfeury.xy...
    🎥 Odysee: donaldfeury.xy...
    OTHER THINGS ###
    📁 GitLab: donaldfeury.xy...
    🎥 My Gear: kit.co/dfeury
    SOFTWARE I USE ###
    🌐 Brave Browser - brave.com/
    🎞 ffmpeg: ffmpeg.org/
    📽️ Open Broadcaster Software: obsproject.com/
    🎨 GIMP: www.gimp.org/
    📙 Neovim: neovim.io/
    Thank ya'll for your time and support!
    #ffmpeg #fadevideo #fadein #fadeout #videoediting

КОМЕНТАРІ • 11

  • @DonaldFeury
    @DonaldFeury  4 роки тому +5

    One other thing I forgot to mention. When applying the fade effect to video, you can actually change the color of the screen the video uses to fade in/out with.
    you just add a ":color=yellow" at the end of the filter, so it would look something like :
    ffmpeg -i video.mp4 -vf "fade=t=in:st=0:d=5:color=blue" out.mp4
    This would use a blue screen instead of a black one.

    • @sytzebuz
      @sytzebuz 4 роки тому +2

      Thanks again

    • @DonaldFeury
      @DonaldFeury  4 роки тому +2

      @@sytzebuz happy to help

    • @Sousa91
      @Sousa91 3 роки тому +1

      Thanks for your help

    • @meraklicoder
      @meraklicoder 3 роки тому

      can i use transparent fade-in /fade-out?

  • @notthatfalconcoin538
    @notthatfalconcoin538 3 роки тому +2

    thanks found this on your site but popped over to like it

  • @Kris-to7vh
    @Kris-to7vh 2 роки тому +2

    the video helped me a lot, but it's almost impossible to see the code because its positioned behind the time bar and its purple on black.. 90% of the screen was unused after the first example. Please use an editor that isn't mixed with the terminal output for the sake of the tutorials. thanks bro

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

    Excellent mate, thank's for sharing this!

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

    Thank you. Great guide.
    I had a question. Through this "afade" the sound should be lowered to 50% and so on for 5 seconds and again raised to 100% through the "afade". How can this be done?

  • @nitinshuklafanclub1897
    @nitinshuklafanclub1897 3 роки тому

    Sir xfade is not working in my ubuntu.. Can you please suggest how to use xface it says " No such filter: 'xfade'".