The script doesn't work for me. the line to convert ogv to avi was making a bad conversion. I change the line: mencoder -ovc lavc -oac mp3lame "$baseName.ogv" -o "$baseName-nosound.avi" for ffmpeg -i "$baseName.ogv" "$baseName-nosound.avi"
and works!
Attached, my version of the script.
The script doesn't work for me. nosound. avi" nosound. avi"
the line to convert ogv to avi was making a bad conversion.
I change the line:
mencoder -ovc lavc -oac mp3lame "$baseName.ogv" -o "$baseName-
for
ffmpeg -i "$baseName.ogv" "$baseName-
and works!
Attached, my version of the script.