I wrote a little script to try to convert avi files into mpg for use with the Tivo server Galleon. (Tivo boxes can only play mpeg2 files) but the script keeps stopping at a certain point. Script: #!/bin/bash for a in *.avi; do vlc -I dummy -vvv "$a" --sout "#transcode{vcodec=mp2v,vb=1...