Comment 19 for bug 339648

Revision history for this message
Sena-ufc (sena-ufc) wrote :

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.