So another post about the wonders of FFMPEG!!
Since this is more like a knowledge base I would like to know HOW DO YOU DO IT?
I have an UBUNTU enviroment OS.
So my preffered tool is the console-based FFMPEG.
Here is the lines of code I used to make it work with a default output.
[La documentación ofrecida por FFMPEG es un poco confusa.
Aquí les presento un par de líneas de código que usé para un resultado por defecto.]
ffmpeg -async 1 -i INPUT-VIDEO.mp4 -f avi -b 700k -qscale 0 -ab 160k -ar 44100 OUTPUT-VIDEO.avi
--------------------------------------------------------
HOW TO INSTALL FFMPEG *-* COMO INSTALAR FFMPEG
sudo add-apt-repository ppa:mc3man/trusty-media
then
sudo apt-get update
then
sudo apt-get install ffmpeg -y
THIS POST RELATES TO:
How to paste subtitles on video - UBUNTU with FFMPEG - [Pegar subtitulos a videos]