Knowledge Library

Tutorials

Different tutorials

36 tutorials found
Programsprogram / ffmpeg / add-subtitles-to-video-with-ffmpeg

Add Subtitles to Video with FFmpeg

Learn how to burn subtitles into a video or add them as a selectable subtitle track in an MP4 file using FFmpeg.

Open
Programsprogram / ffmpeg / get-psnr-value-with-ffmpeg

Calculate the PSNR value of a video file with ffmpeg

Learn how to calculate the Peak Signal-to-Noise Ratio (PSNR) value of a video file with ffmpeg. Step-by-step guide with code examples.

Open
Operatingoperating / system / windows / setup-swap-file

Configuring a Swap File in Windows - Step-by-Step Guide

Learn how to create and configure a swap file in Windows to increase the memory of your system and improve performance.

Open
Programsprogram / ffmpeg / convert-video-to-4-2-0-color-profile

Converting a video with FFmpeg to the 4:2:0 color profile - Step-by-step Guide

In this step-by-step tutorial, we show you how to convert a video with FFmpeg to the 4:2:0 color profile.

Open
Programsprogram / ffmpeg / convert-video-to-4-4-4-color-profile

Converting a video with FFmpeg to the 4:4:4 color profile - Step-by-step Guide

In this step-by-step tutorial, we show you how to convert a video with FFmpeg to the 4:4:4 color profile.

Open
Programsprogram / ffmpeg / convert-video-to-mp4-av1-format

Converting Videos with FFmpeg to AV1 MP4

Convert videos with FFmpeg to AV1 MP4 format using our simple step-by-step guide. Includes instructions for running the conversion command.

Open
Programsprogram / ffmpeg / convert-video-to-mp4-h264-format

Converting Videos with FFmpeg to H.264 MP4

Convert videos with FFmpeg to H.264 MP4 format using our simple step-by-step guide. Includes instructions for running the conversion command.

Open
Programsprogram / ffmpeg / convert-video-to-mp4-h265-format

Converting Videos with FFmpeg to H.265 (HEVC) MP4

Convert videos with FFmpeg to H.265 MP4 format using our simple step-by-step guide. Includes instructions for running the conversion command.

Open
Programsprogram / ffmpeg / create-gif-from-video-with-ffmpeg

Create a GIF from Video with FFmpeg

This tutorial shows how to create a high-quality GIF from a video clip using FFmpeg.

Open
Operatingoperating / system / linux / ec2 / ubuntu / setup-swap-file

Creating a swap file in an EC2 instance - Step-by-step Guide

In this article, you will learn how to create and enable a swap file in an EC2 instance running Ubuntu to extend the memory.

Open
Programsprogram / ffmpeg / extract-audio-to-mp3-with-ffmpeg

Extract Audio to MP3 with FFmpeg

Learn how to extract the audio track from a video file and save it as an MP3 using FFmpeg.

Open
Operatingoperating / system / windows / program / explorer / format-usb-stick

Guide to Formatting a USB Stick in Windows

In this guide, we show you how to format a USB stick in Windows. We go step by step and explain the prerequisites and the steps that need to be taken. This way, you can quickly and easily format your USB stick and use it again.

Open
Operatingoperating / system / windows / program / explorer / open-appdata

Guide: How to open AppData folder in Windows - Step-by-step Guide

In this article, you will find a detailed guide on how to open the AppData folder in Windows. We provide two methods to access the folder and tips on making it visible in case its hidden.

Open
Programmingprogramming / vue / animate-auto-height

height: auto; Animation in Vue 3 with GSAP

In this tutorial, you will learn how to achieve automatic height animation of content in a Vue 3 application using GSAP. This technique enables smooth and elegant animations when the height of a container dynamically changes based on its child elements.

Open
Operatingoperating / system / linux / get-ip-adress

How to check the IP address in Linux

Learn how to easily check your IP address in Linux. We show you how to open a terminal session and use the ifconfig command to display your IP address.

Open
Operatingoperating / system / linux / ubuntu / setup-swap-file

How to Create a Swap File in Ubuntu to Increase Memory - Step-by-step Guide

In this step-by-step tutorial, we show you how to create a swap file in Ubuntu to increase the memory. This is useful when the physical memory of the system is not enough to run all the running applications and processes. We show you how to create an empty swap file, set permissions, mark it as a swap area, enable it, and add it to the /etc/fstab file to ensure it is automatically enabled on system restart. This tutorial is suitable for users with root access or sudo privileges.

Open
Programsprogram / ffmpeg / cut-video-by-start-and-end-time

How to Cut a Video with FFmpeg Based on Start and End Time

Learn how to use FFmpeg to cut a video based on start and end time without doing math. This tutorial will show you how to use the -t and -ss options to specify the duration and position of the clip.

Open
Operatingoperating / system / linux / program / cmd / open

How to open a command line in Linux - Step-by-step Guide

In this tutorial, we show you how to open a command line in Linux to execute commands. We describe three different methods for opening the terminal: through the start menu, by using the Ctrl + Alt + T key combination, or through the context menu.

Open
Operatingoperating / system / windows / program / explorer / open-autostart

How to Open Autostart Folder in Windows: Step-by-Step Guide

Automate program and script launches by opening the Autostart folder in Windows 7, 10, and 11. Our easy guide makes it simple. Learn how now.

Open
Programsprogram / docker / remove-docker-container

How to remove a Docker container

Learn how to remove a Docker container in this step-by-step guide. Simply run the docker stop command followed by the docker rm command, followed by the container ID or name.

Open
Operatingoperating / system / windows / ram-test

How to Test Your RAM in Windows

Learn how to use the built-in Memory Diagnostics tool in Windows or an external tool to test your RAM for errors.

Open
Operatingoperating / system / windows / program / maven / install

Installing Maven on Windows - Step-by-step Guide

Learn how to install Maven on Windows in this article. This step-by-step guide walks you through the process of downloading and setting up Maven on your Windows PC. All you need is a stable internet connection and the Java JDK version 8 or higher. Once installed, you can easily use Maven from the command line. With this guide, you will have Maven up and running in no time.

Open
Programsprogram / ffmpeg / merge-video-and-audio-with-ffmpeg

Merge Video and Audio with FFmpeg

This tutorial shows how to combine a video file and a separate audio file into a new MP4 using FFmpeg.

Open
Operatingoperating / system / windows / program / cmd / open

Opening the Command Prompt (CMD) in Windows - Step-by-step Guide

The Command Prompt, also known as CMD, is a Windows operating system tool that allows users to enter commands via the keyboard and interact with the operating system. It can be used to manage files, check network connections, or change system settings, among other things.

Open
Operatingoperating / system / windows / reset-user-password

Resetting a Windows user password

A quick guide on resetting passwords on Windows. Learn how to easily reset another users password as an administrator.

Open
Programsprogram / ffmpeg / resize-video-to-1080p-with-ffmpeg

Resize Video to 1080p with FFmpeg

This tutorial explains how to resize a video to 1080p with FFmpeg and export it as a compatible MP4 file.

Open
Programsprogram / ffmpeg / get-ssim-value-with-ffmpeg

Retrieve Video File SSIM Value with ffmpeg

Learn how to easily retrieve the SSIM value of a video file with ffmpeg. Includes step-by-step guide.

Open
Operatingoperating / system / mac-os / hardware / air-tag / setup

Setting Up an AirTag on Mac OS - Step-by-step Guide

This step-by-step guide will show you how to set up and use an AirTag on your Mac OS device.

Open
Operatingoperating / system / linux / format-usb-stick

Step-by-Step Guide to Formatting a USB-Stick in Linux

In this guide, we will learn how to format a USB-Stick in Linux. This can be useful if the USB-Stick is damaged or if you want to format it for a specific task.

Open
Operatingoperating / system / windows / program / netflix / install

Step-by-step guide to install Netflix on a Windows computer - Step-by-step Guide

This guide will show you how to install Netflix on a Windows computer. Netflix is a popular streaming service that offers access to a variety of movies, TV shows, and documentaries.

Open
Programsprogram / ffmpeg / rotate-video-with-ffmpeg

Step-by-Step Guide to Rotating Video with FFmpeg

Rotate your video with FFmpeg in a few simple steps. This guide will show you how to rotate your video to any desired orientation.

Open
Operatingoperating / system / windows / program / cmd / change-directory

Step-by-step guide: Changing directories in Windows Command Prompt

There are several ways to change the current directory in the Command Prompt (cmd) in Windows. Here are two options for how to do this:

Open
Operatingoperating / system / windows / program / explorer / encrypt-zip-file

Step-by-step guide: Encrypting ZIP files in Windows

Do you want to encrypt your ZIP files in Windows to protect them from curious eyes? Follow this guide to learn how.

Open
Operatingoperating / system / linux / ram-test

Testing RAM in Linux: A Guide

In this article, we will discuss how to test the RAM in a Linux system to identify any potential errors or failures.

Open
Operatingoperating / system / windows / program / deep-rock-galactic / transfer-save-file-from-xbox-to-steam

Transferring Deep Rock Galactic Save File from Xbox to Steam - Step-by-step Guide

Step-by-step guide on how to transfer your Deep Rock Galactic save file from Xbox to Steam.

Open
Programsprogram / docker / update-docker-container

Updating Docker Containers

In this article, we show you how to update Docker containers by downloading the latest image and restarting the container.

Open