How to convert rmvb to mp4? (or, why ffmpeg doesn't work?)
- by Tom Brito
Hi, I'm trying to use this script to convert an rmvb video to mp4, but I'm having problems with the ffmpeg.
In apt-get there's only ffmpeg0 and ffmpeg-dev, I installed both, but the script doesn't work, it's saying that ffmpeg was not found.
Any hint on this?
--update
The script I'm talking about:
#!/bin/bash
tipo=$1
arqv=$2
resolucao=$3…