I am trying to make a bashscript to allow mass converting a couple of moviefiles with the help of ffmpeg.
ffmpeg works great alone by itself, but when I run it as shown below - nothing seems to become appended to my logfile. What am I doing wrong?
ffmpeg -i "$input" -c:v mpeg4 -vtag divx -sameq -aspect 16:9 -r 25 "$output" >> ~/Desktop/logfile.txt