The documentation offered by FFMPEG is a bit confusing.
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.]
Original video came out with the pasted subtitles that i put after "subtitles="ffmpeg -i ORIGINAL_VIDEO-1080p.mp4 -vf subtitles=ORIGINAL_VIDEO-subsENG.srt OUTPUTVIDEO-SUBBED_ENG.mp4
[El video original salió con los subtítulos pegados que puse después "subtitles="]
Same VIDEO specs, Sound was 128K (In another post I'll tell you how to improve it)
[El video quedó con las mismas características, el sonido quedó en 128k (en otro posteo pondré como mejorarlo).]
NOTE: NO SPACES AFTER THE = [QUE NO HAYA ESPACIO LUEGO DE ESE SIGNO]
--------------------------------------------------------
HOW TO INSTALL FFMPEG *-* COMO INSTALAR FFMPEG
If you can't install it, or you have issues please let us know!sudo add-apt-repository ppa:mc3man/trusty-media
then
sudo apt-get update
then
sudo apt-get install ffmpeg -y
[Si no lo pueden instalar o tienen inconvenientes, por favor haganosló saber!]