Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Cropping an Audio File using FFmpeg command

Hello Readers, Usually, we need to crop the audio file. FFmpeg is useful command tool or the same task. To crop part of given an audio file, you can can be utilized the following command to crop the audio file: ffmpeg -ss 00:...

Join (merge) Video Files

Hello Readers, If you want to merge multiple video or audio files, FFmpeg application command tool help you for solving this task. you will need to create a .txt file which will include a list of all the input video files like part1...

Convert a Video File from One Format to Another Format using FFmpeg command

Hello Readers, If you want a concert a video file from one a define format to other format, you should to use following command: ffmpeg -i INPUTVIDEONAME -c:v libx264 -profile:v baseline -c:a aac -strict experimental -ar 44100 -ac 2...

Split a video into multiple parts using FFmpeg

Hello Readers, If you want to break a large video into the two or more smaller clips without using re-encoding, just now ffmpeg can help you for the same. Most of the hosting servers only provides for a certain dimensions regarding ...

Cut Video File into a Smaller Clip using FFmpeg command

Hello Readers, If you need to cut a video clip from a video, just now you can use FFmpeg application command for the same task to cut a small video clip from a video. You must copy the image in the bin folder. Then execute this com...

Adding Poster Image to an Audio File using FFmpeg Command

Hello Readers, Usually, we need to add a poster image with audio like with mp3 in your project. You can use FFmpeg application command for the same task to add audio (e.g. audio.mp3) to one "poster" image. You will need -shortest co...

Extracting Audio only From Video File using FFmpeg command

Hello Readers, FFmpeg is such a command line application tool which provides complete solution for recording, converting as well as streaming video and audio. It is a good command line application tool which convert a video file format in ...

What is FFmpeg?

Hello Readers, Usually, we need to perform a different tasks/activities with audio/video like video/audio format conversion, resize the video Files, adding poster image to an audio file and so on. Even then we need to knowledge of FFmpe...

FFMPEG Auto Installer

Found a shell script that installs FFMPEG with all the required modules rightly named as FFMPEGinstaller. The script can be downloaded from http://ffmpeginstaller.com Hope this helps with the installation of FFMPEG.
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: