Here is what I typed in the ini file "convert.ini":
# Ini file for convert.exe, thisway someone else can make a front-end for it.
# filename is input file for converting, can be any video file supported by ffmpeg
Filename = c:\movies\Mario DIES!.avi
# aspect is the screen ratio, wide = 256x144, full = 256x192
aspect = full
# quality is the image quality, can be between 1 and 31,
# 1 = best, 31 = worst (but smaller file size), however,
# it is best not to go lower than 2 or there might be slight sound jittering.
quality = 2
# audio volume in percent, 100 = 100%
volume = 500
# output filename
output = Mario.smf
Any ideas where the error lies in that? I click on convert.exe int the movie_player folder, and it just brings up a command window for a few seconds, and I get a Mario.smf 2KB file in the movie_player folder. I made a "movies" folder in my C drive root. Help?