Tutorials

Apply Sliding Transition Effect Between Multiple Videos Using FFMPEG Command and xfade Filter

Apply Sliding Transition Effect Between Multiple Videos Using FFMPEG Command and xfade Filter

Sliding Transition Between Multiple Videos Using xfade Filter Syntax/Format of Command ffmpeg \ -i video1.mp4 \ -i video2.mp4 \ -filter_complex…

August 10, 2022

Apply Diagonal & Split Transition Effect Between Multiple Videos Using FFMPEG Command and xfade Filter

Diagonal & Split Transition Between Multiple Videos Using xfade Filter Syntax/Format of Command ffmpeg \ -i video1.mp4 \ -i video2.mp4…

August 10, 2022

Convert JPG/PNG Image to Pixelated & Blurred Image Using ImageMagick Command

Convert JPG/PNG Image to Pixelated & Blurred Image magick convert -scale 10% -scale 1000% image.jpg pixelated.jpg Here you can change…

August 10, 2022

Export SVG Vector Graphics to PNG Image Using Inkscape Command

Export SVG Vector Graphics to PNG Image inkscape -w 1024 -h 1024 input.svg -o output.png inkscape -z -w 1024 -h…

August 9, 2022

Convert JPG/PNG Image to Pixelated & Blurred Image Using Node.js ImageMagick Express.js

npm init -y npm i express npm i multer Just make a uploads directory where all the input image files will be stored index.js…

August 9, 2022

Apply Circle Transition Effect Between Multiple Videos Using FFMPEG Command and xfade Filter

Circle Transition Between Multiple Videos Using xfade Filter Syntax/Format of Command ffmpeg \ -i video1.mp4 \ -i video2.mp4 \ -filter_complex…

August 10, 2022

Export SVG to PNG/JPEG Image Using Node.js Express.js and SVGExport Module

What is svgexport? svgexport is a Node.js module and command-line tool for exporting SVG files to PNG and JPEG, it…

August 9, 2022

PHP 7 Compile SCSS to CSS Code in Command Line Using scssphp Library

scssphp is a free and open source compiler for SCSS that is written using PHP programming language. Basically, SCSS is a CSS preprocessor…

August 9, 2022

Python Elasticsearch Autocomplete Input Example Source Code

In this tutorial, you'll learn how to create an autocomplete functionality for search engines. Just like Google or Bing has…

August 9, 2022

Carbon Language Tutorial with Syntax and Code Examples

Carbon is an open-source programming language developed by Google as a successor to C++. At the time of writing this…

August 3, 2022