Background :
I used ffmpeg to merge two videos side by side. First I install ffmpeg by following command as it suggest by Ubuntu itself.
sudo apt-get install libav-tools
or
sudo apt-get install ffmpeg
But then I realize it is not the correct version since it doesn't support for -filter_complex and few other functions.
After a few hours researcher I found real ffmpeg and I succeed with video conversion as well. As per that article, it is suggesting we need to build it our own.
Question :
What is easiest way to install that ffmpeg version (which is support for -filter_complex ) without following all those steps ?
gstreameras well. – Janith Chinthana Feb 26 '14 at 12:18