Questions tagged [cross-fade]

Fading references the interpolation of audio or image signals. In a cross-fade one source is fading out while another source is fading in at the same time.

Fading references the interpolation of audio or image signals. In a cross-fade one source is fading out while another source is fading in at the same time.

87 questions
9
votes
1 answer

OnPageChangeListener alpha crossfading

There are a lot of questions with regard to crossfading in Android, but they all include animations. My question is about crossfading using the OnPageChangeListener of a ViewPager. I have a ViewPager which could have an unlimited number of views,…
StingRay5
  • 2,388
  • 2
  • 20
  • 29
6
votes
2 answers

ffmpeg convert a series of images to video - with crossfade or any other transition between every two frames

I am currently able to convert a series of images to video, but I do also need to add transitions / animation in between them. String[] ffmpegCommand = {"/data/data/mypackage/app_bin/ffmpeg", "-y", "-qscale", "1", "-r", "" + framerate, "-i",…
Narendra Singh
  • 3,990
  • 5
  • 37
  • 78
5
votes
5 answers

Merging multiple video files with ffmpeg and xfade filter

I need to merge multiple video files (with included audio) into a single video. I've noticed xfade has been recently released and used it but I am running into an audio sync issue. All videos are in the same format / resolution / fame and bitrate /…
tjk
  • 91
  • 1
  • 6
5
votes
0 answers

ffmpeg: Infinite amount of filters/crossfading dynamic playlist

I want to use ffmpeg to play a dynamic playlist infinitely. The idea is, that an external command/script is executed to request the path to the next file (using the predicted start-time of the file as an argument) and continue playing files…
MaPePeR
  • 931
  • 9
  • 18
4
votes
1 answer

Crossfading between two audio files with ffmpeg?

I have two mp3 files and want to concatenate them to one new file. However, I want only a part of each file, and I would like to create a cross fade between the two. So for example I want the first 3 minutes of a.mp3, and then during 5 seconds a…
RocketNuts
  • 9,958
  • 11
  • 47
  • 88
4
votes
1 answer

ffmpeg - make a seamless loop with a crossfade

I want to apply a crossfade to the last x frames of a video with the first x frames in order to obtain a seamless loop. How can I do that?
3
votes
3 answers

jQuery: eliminate white screen "pause" between animations

I have just discovered Barba.js and find it very useful. It provides smooth transitions between URLs of the same website. I have put together a Plunker consisting of two pages (index.html and about.html) that are loaded smoothly, with the help of…
Razvan Zamfir
  • 4,209
  • 6
  • 38
  • 252
3
votes
0 answers

Glitching fade animation at endless ViewPager

I have encountered a really strange behaviour in one of my apps, and im really hoping that you guys can give me some hints on how to solve this. Setup: Im developing kind of a presentation application. Multiple images and/or videos should be…
W3hri
  • 1,563
  • 2
  • 18
  • 31
3
votes
0 answers

The Amazing audio engine 2 - Crossfade looping

I am using the amazing audio engine 2 library for my sequencer app and I want to implement Crossfade loop audio. Here is explanation : When user press any key in sequencer piano it will play some audio file and and that audio file will continue to…
Pratik B
  • 1,599
  • 1
  • 15
  • 32
3
votes
2 answers

FFmpeg audio crossfade

I'm trying to merge several videos using ffmpeg and apply the cross-fade transition in between. I got video cross-fade working by referring to this. At the same time I need to have audio also to have cross-fade applied for original audios associated…
Chamath
  • 2,016
  • 2
  • 21
  • 30
3
votes
1 answer

Cross fading several audio files using sox

I'm trying to cross-fade several audio files together with a 3 second cross-fade and join them together in to one file with sox. I can join several files together by the command below but not sure how to cross fade between each one: sox $(ls…
Rick T
  • 3,349
  • 10
  • 54
  • 119
3
votes
1 answer

Cycle through background images using fadeIn()

I'm making a responsive website with some parallax images and the very first image is meant to be a cycling image, like an image slider. I am using jquery Cool kitten for its responsiveness. The related jquery plugins i have loaded are:
BoshraF
  • 39
  • 1
  • 2
3
votes
2 answers

Crossfade Two divs Using jQuery

I have a multi-step webform on a website. When a person clicks next the div one fades out as div two fades in. The problem I am seeing is while div one fades out div two fades in below div one and then jumps once div one fades out. How do I prevent…
L84
  • 45,514
  • 58
  • 177
  • 257
2
votes
2 answers

How to crossfade images in .js slideshow

So this is my slideshow div:
the css for it: .slide{ width: 80%; height: auto; filter: brightness(90%); } and the javascript: var i = 0; var images = []; var time =…
2
votes
2 answers

Floating texts in Unity

My 2D platformer game level has treasure chests placed all over the map and when a chest is collected I need to display a message. The messages are contained in a List and they are displayed one by one as the treasures are collected. These…
Vipin Verma
  • 5,330
  • 11
  • 50
  • 92
1
2 3 4 5 6