Original
Boomerang effect
Playing a video in both directions - by applying the overlay
parameter on the video and using the splice
flag. For example, let’s create an instant replay of this bike stunt -
URL:
Ruby:
PHP:
Python:
Node.js:
Java:
JS:
jQuery:
React:
Vue.js:
Angular:
.Net:
Android:
MediaManager.get().url().transformation(new Transformation() .overlay(new Layer().publicId("video:bike_stunt")).effect("reverse").flags("splice").chain() .overlay(new Layer().publicId("video:bike_stunt")).effect("accelerate:-50").flags("splice")).resourceType("video").generate("bike_stunt.mp4");