Articles about fmpeg | UserComp.com | Page [ 8 ]

Upgraded FFmpeg 7: Drawtext Error - Solution with libfreetype and libharfbuzz
Upgraded FFmpeg 7: Drawtext Error - Solution with libfreetype and libharfbuzz

Users upgrading to FFmpeg 7 may encounter a drawtext error. This article provides a solution by enabling libfreetype and libharfbuzz.

Read More
Converting MP4 Files with 119.88 fps to 29.97 fps using FFmpeg (Fix without resampling)
Converting MP4 Files with 119.88 fps to 29.97 fps using FFmpeg (Fix without resampling)

Learn how to convert several MP4 files with a framerate of 119.88 fps to 29.97 fps without resampling using FFmpeg.

Read More
Error opening output file during FFmpeg operation
Error opening output file during FFmpeg operation

When using FFmpeg to edit or convert media files, an error may occur when attempting to open the output file. This article provides solutions for resolving FFmpeg output file errors on Linux, Windows, and MacOS.

Read More
FFmpeg Video: Poor Black Depth - Solution for Faded Areas
FFmpeg Video: Poor Black Depth - Solution for Faded Areas

Learn how to fix poor black depth and faded areas in FFmpeg videos. This article provides solutions for both Linux and Windows users.

Read More
Crossfading Audio Files: Extracting Four Crossfade Sequences with FFmpeg
Crossfading Audio Files: Extracting Four Crossfade Sequences with FFmpeg

In this article, we will learn how to extract four crossfade sequences from two input audio files using FFmpeg. We will cover the command-line process step by step.

Read More
Fixing Video Width and Height with ffmpeg: A Tech Support Guide
Fixing Video Width and Height with ffmpeg: A Tech Support Guide

Learn how to use ffmpeg to fix video width and height issues on various operating systems. This tech support article explains the process with examples.

Read More
Removing Specific Segments in FFmpeg: A Step-by-Step Guide
Removing Specific Segments in FFmpeg: A Step-by-Step Guide

Learn how to remove specific segments from a video file using FFmpeg concat command. This step-by-step guide covers the process for Linux, Windows, and MacOS.

Read More
Removing Every Nth Frame in Raw Video Using FFmpeg
Removing Every Nth Frame in Raw Video Using FFmpeg

Learn how to remove every Nth frame in raw video files using FFmpeg. This process is useful when dealing with digitally converted films that have been duplicated at regular intervals.

Read More
Understanding the Difference: FFmpeg 'i' Input and Output Duration
Understanding the Difference: FFmpeg 'i' Input and Output Duration

This article explains the difference in behavior between using the 'i' input option and the regular input option in FFmpeg for creating a 5-second video from a 10-second input clip.

Read More
Merging MP3 Files: Stopped Around Ubuntu/Kubuntu 20.04 with Sed and FFmpeg
Merging MP3 Files: Stopped Around Ubuntu/Kubuntu 20.04 with Sed and FFmpeg

This article explains how to merge MP3 files on Ubuntu/Kubuntu 20.04 using Sed and FFmpeg. The command used got stopped due to protocol whitelist file and pipe-fconcat issues. We'll resolve these issues and complete the merging process.

Read More
Simple Screen Capture: Stream Win64 with ffmpeg
Simple Screen Capture: Stream Win64 with ffmpeg

Learn how to capture and stream a desktop on Win64 using ffmpeg. VLC udp streaming is an alternative but fails in some cases.

Read More
Trimming Video with FFmpeg Leads to Black Screen
Trimming Video with FFmpeg Leads to Black Screen

Users report encountering a black screen issue while trimming videos using FFmpeg. This article provides suggested solutions for this problem.

Read More
Taking Screenshots of .tsfiles: A Guide
Taking Screenshots of .tsfiles: A Guide

Learn how to take screenshots of .tsfiles using the ffmpeg command. This guide covers the process for both .ts and mp4 files.

Read More
FFmpeg WebM YouTube Settings Command for Stills
FFmpeg WebM YouTube Settings Command for Stills

Learn the FFmpeg command to create a WebM still image that is compatible with YouTube settings.

Read More
Creating MPEG-TS Multicast Streams with ffmpeg: A Comprehensive Command
Creating MPEG-TS Multicast Streams with ffmpeg: A Comprehensive Command

Learn how to create an MPEG-TS multicast stream using FFmpeg with hardware acceleration. This article provides a comprehensive command to help you get started.

Read More
FFmpeg Not Exiting: Pipe Closed Issue in Software
FFmpeg Not Exiting: Pipe Closed Issue in Software

This article discusses the FFmpeg not exiting issue when the pipe is closed, and provides potential solutions for various operating systems. FFmpeg is a popular multimedia framework used for various purposes such as transcoding, streaming, and recording. However, it may encounter the pipe closed issue, which can prevent proper execution. This article aims to help users understand the cause of the problem and offers possible workarounds.

Read More
Slow Video Cutting with FFmpeg: Multiple HTTP Requests
Slow Video Cutting with FFmpeg: Multiple HTTP Requests

Experiencing slow video cutting with FFmpeg? It might be due to multiple HTTP requests being sent for file links. Suspect an issue...

Read More
Setting up FFmpeg with Multiple Inputs from a Single Streaming Card
Setting up FFmpeg with Multiple Inputs from a Single Streaming Card

Learn how to set up FFmpeg to capture multiple inputs or channels from a single streaming card. This guide covers the best way to launch multiple FFmpeg instances.

Read More
Decreasing Probe Size in FFmpeg: When Does Audio Stop Working?
Decreasing Probe Size in FFmpeg: When Does Audio Stop Working?

Learn how decreasing probe size in FFmpeg can impact audio playback, and discover the optimal probe size for minimal delay across corporate networks.

Read More
Removing Specific Part of a Video using FFmpeg
Removing Specific Part of a Video using FFmpeg

Learn how to remove a specific part of a video using FFmpeg command line tool. This article covers the basic syntax and examples for removing every second minute of a video file.

Read More
First Scale MP4 Videos using VAAPI HW Accel, FFmpeg, and AMD on Linux
First Scale MP4 Videos using VAAPI HW Accel, FFmpeg, and AMD on Linux

Learn how to first scale and then pad MP4 videos using VAAPI HW Accel, FFmpeg, and AMD on Linux.

Read More
Fixing FFmpeg Color Number Extraction Issue
Fixing FFmpeg Color Number Extraction Issue

Learn how to resolve issues with FFmpeg color number extraction. This article provides step-by-step instructions for both Linux and Windows users.

Read More
Creating Compatible Encodings for Blackmagic Media Express using FFmpeg
Creating Compatible Encodings for Blackmagic Media Express using FFmpeg

Learn how to create compatible encodings for Blackmagic Media Express using FFmpeg to transcode files for playback in the BME application.

Read More
Crop Detection: Ensuring Frame Cropless Output with FFprobe and FFmpeg
Crop Detection: Ensuring Frame Cropless Output with FFprobe and FFmpeg

Learn how to use FFprobe and FFmpeg to ensure cropless output during video encoding and frame cropping.

Read More
Using FFmpeg to Extract Every 30th Frame with Actual Frame Numbers
Using FFmpeg to Extract Every 30th Frame with Actual Frame Numbers

Learn how to extract every 30th frame from a video file using FFmpeg and display it with the actual frame number.

Read More
How to Concatenate Videos with FFmpeg: Keep Original Frame Rate
How to Concatenate Videos with FFmpeg: Keep Original Frame Rate

Learn how to concatenate multiple videos using FFmpeg while keeping the original frame rate. Follow this step-by-step guide for Linux.

Read More
Ignoring Reason Threads Option in FFmpeg for Single Core Processing
Ignoring Reason Threads Option in FFmpeg for Single Core Processing

Learn why using the reason threads option is ignored when processing with FFmpeg on a single core system, and the potential impact on video encoding performance.

Read More
Extracting Every 30th Frame as 720p Images using FFmpeg
Extracting Every 30th Frame as 720p Images using FFmpeg

Learn how to extract every 30th frame from a video and save it as a 720p image using FFmpeg.

Read More
Using x265 params with ffmpeg doesn't impact file size or quality: A tech support perspective
Using x265 params with ffmpeg doesn't impact file size or quality: A tech support perspective

In this tech support article, we debunk the common misconception that using x265 parameters with ffmpeg affects the file size or quality of the output. Let's explore the truth behind this myth.

Read More
FFMPEG: H.265 (HEVC) NVENC (YUV420) P10 800Mbps Media Playback
FFMPEG: H.265 (HEVC) NVENC (YUV420) P10 800Mbps Media Playback

Client request for large immersive project using H.265 media with a bitrate of 800Mbps (requires NVENC level 6.2). Hardware used for playback is believed to be Avocado Lite based.

Read More
FFMPEG: H.265 (HEVC) Video Encoding with VCNVENC (yuv420) at 800Mbps
FFMPEG: H.265 (HEVC) Video Encoding with VCNVENC (yuv420) at 800Mbps

Learn how to encode H.265 (HEVC) videos using FFmpeg with VCNVENC (yuv420) at a bitrate of 800Mbps on Linux systems.

Read More
Convert Video: Circles Shape with Background - Smooth Transition using FFmpeg
Convert Video: Circles Shape with Background - Smooth Transition using FFmpeg

Learn how to convert a video with a circles shape placed bottom right and a smooth transition using FFmpeg.

Read More
HDR to SDR Video Conversion: Is it Possible and How to Do it with FFmpeg?
HDR to SDR Video Conversion: Is it Possible and How to Do it with FFmpeg?

Learn about HDR to SDR video conversion and how to do it using FFmpeg. Discover the process and the tools needed to convert HDR videos to SDR.

Read More
Using FFmpeg to Convert FLAC to ALAC Preserving Metadata
Using FFmpeg to Convert FLAC to ALAC Preserving Metadata

Learn how to use FFmpeg to convert FLAC files to ALAC format while preserving metadata using the command line.

Read More
Ffmpeg: Normalizing LUFS Values of Multiple Audio Files using Loudnorm Filter
Ffmpeg: Normalizing LUFS Values of Multiple Audio Files using Loudnorm Filter

In this article, we'll guide you through the process of normalizing the LUFS values of multiple audio files using Ffmpeg and the Loudnorm filter. We'll use a double-pass method for Music1.mp3, Music2.mp3, and Music3.mp3.

Read More
Installing the Latest FFmpeg Version on Ubuntu: A Simple Guide
Installing the Latest FFmpeg Version on Ubuntu: A Simple Guide

Learn how to install the newest FFmpeg version on Ubuntu with our easy-to-follow guide. Keep your multimedia tools updated.

Read More
FFmpeg Fails to Rotate Landscape MP4 Videos During Concatenation
FFmpeg Fails to Rotate Landscape MP4 Videos During Concatenation

Users report issues with rotating landscape MP4 videos during concatenation using FFmpeg. This article offers possible solutions for this problem.

Read More
Identifying the Fastest Video Codec: A Test with FFmpeg
Identifying the Fastest Video Codec: A Test with FFmpeg

Learn how to identify the fastest video codec for your specific use case by performing tests using FFmpeg.

Read More
Show Long Text Using FFmpeg: A Step-by-Step Guide
Show Long Text Using FFmpeg: A Step-by-Step Guide

Learn how to display long text in videos using FFmpeg with this easy-to-follow guide. Add text to your video with custom fonts and sizes.

Read More
Troubleshooting FFmpeg: 8 Mono WAVs to m4a using QAAC
Troubleshooting FFmpeg: 8 Mono WAVs to m4a using QAAC

Learn how to convert 8 mono WAV files to m4a format using FFmpeg and the QAAC codec.

Read More
Setting up Encode/Decode Pair using FFMPEG and Decklink SDI Cards
Setting up Encode/Decode Pair using FFMPEG and Decklink SDI Cards

This article explains how to set up an Encode/Decode pair using FFMPEG and Decklink SDI cards for bringing remote camera feeds to studio switchers with improved quality.

Read More
FFmpeg Concatenation Failure on Ubuntu Desktop i386 16.04.4 for Short Videos
FFmpeg Concatenation Failure on Ubuntu Desktop i386 16.04.4 for Short Videos

Users encounter issues with FFmpeg concatenating much shorter videos (less than 4180 seconds) on Ubuntu Desktop i386 16.04.4.

Read More
Creating a 1080p 4K Black Background with Text Centered using FFmpeg
Creating a 1080p 4K Black Background with Text Centered using FFmpeg

Learn how to create a 1080p 4K black background with text centered using FFmpeg. This step-by-step guide provides the necessary command-line parameters for creating your custom image.

Read More
Bitrate Function UDP Not Working (1.35Mbps) in Windows - FFmpeg
Bitrate Function UDP Not Working (1.35Mbps) in Windows - FFmpeg

Users report issues with the Bitrate function in UDP not working correctly in FFmpeg on Windows with a specific error message and a suggested solution, but it doesn't seem to provide a definitive solution.

Read More
Applying Formulas: Control Intensity with FFmpeg - Lowpass, Highpass, Aphaser, and AEcho
Applying Formulas: Control Intensity with FFmpeg - Lowpass, Highpass, Aphaser, and AEcho

Learn how to apply formulas for controlling intensity with FFmpeg using lowpass, highpass, aphaser, and aecho filters.

Read More
Installing FFmpeg on AWS EC2-User Instance (Nextcord.py) Failure
Installing FFmpeg on AWS EC2-User Instance (Nextcord.py) Failure

This article provides a solution for users experiencing issues while installing FFmpeg on an AWS EC2-User instance using Nextcord.py. The article covers the steps to install FFmpeg via PowerShell with pip.

Read More
Installing Discord, FFmpeg on an AWS EC2 Instance (Running Windows)
Installing Discord, FFmpeg on an AWS EC2 Instance (Running Windows)

Learn how to install Discord and FFmpeg on an AWS EC2 instance running Windows. Follow this step-by-step guide for a smooth setup.

Read More
Generate Video, Images, Audio Text File Using FFmpeg: A Step-by-Step Guide
Generate Video, Images, Audio Text File Using FFmpeg: A Step-by-Step Guide

In this article, we'll walk you through the process of generating videos, images, audio, and text files using FFmpeg. Follow the sequence inputs to create new media files that can be played in order.

Read More
Updating FFmpeg and FFmpeg FFprobe to Version 7.0 with XUI Dashboard
Updating FFmpeg and FFmpeg FFprobe to Version 7.0 with XUI Dashboard

This article provides instructions on how to update FFmpeg and FFmpeg FFprobe to version 7.0 using the XUI Dashboard.

Read More
Ffmpeg Not Using Images Frames: A Solution for Inverting Series Images
Ffmpeg Not Using Images Frames: A Solution for Inverting Series Images

Learn how to solve the issue of Ffmpeg not using images frames when inverting series images using a simple script.

Read More