19 February 2015 07:45
How to Install ffmpeg-php in Ubuntu/Mint (Part-2)
(via)As we have already learned how to install FFmpeg in previous tutorial so in this tutorial, we shall concentrate on installing and configuring ffmpeg-php.
By now, you must have learned that FFmpeg is an important tool for audio/video conversion.
You can convert a file from one format to another format with a simple command...
16 February 2015 05:15
How to Install FFmpeg in Ubuntu/Mint 17 (Part -1) - Latest Technology
(via)FFmpeg is a free software project that can record, convert and stream audio and video. It is a very fast video and audio converter.
The syntax of FFmpeg’ command is
ffmpeg [global_options] {[input_file_options] -i input_file} ... {[output_file_options] output_file} ...
You can install FFmpeg in two ways :
1. Install From Repository
2. Download Source Code and compile it.
Let’s first discuss about installing from Ubuntu Repository.
1
(2 marks)