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

Get Thumbnail Image from Video Using FFMPEG in C#

FFMPEG is a command line tool to convert multimedia files to another formats. In this article, we will see how to get thumbnail image from a video using FFMPEG in C#.   Step 1: Create a page to show the thumbnail image of a video &...

How to compress video before uploading it to server ?

We know uploading a video on server is a time consuming task but by using third party libraries we can compress video file faster. There are many libraries available but this one is good, you don't have to add any ndk with this lib : FF...

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...

How to Manipulating video, audio or image file using ImageMagick & FFmpeg

We can customize our video, audio or image file with help of tools like FFmpeg , ImageMagick FFmpeg is very useful command-line tool that converts audio or video formats. ImageMagick is a tool which can be used to edit, create, compose, o...

Write text on video

Here is the function that tells how to write text on any sample video:- function videoConversion($videoId, $batchId){ $font_path = "/var/www/html/james/LeagueGothic-Regular.otf";//path of the fonts $ffmpeg_path = "/...

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: