mencoder -ovc lavc -lavcopts vcodec=msmpeg4v2:vpass=1 -mf type=jpg:fps=3 -o wished-movie.avi mf://folder/subfolder/*.jpgi could not type or copy that into anywhere inside stopmotion, but it worked on the command line.
ffmpeg -i wished-movie.avi -acodec libvorbis -ac 1 -b 768k wished-movie.oggjupidu!
found this there:
<!DOCTYPE HTML>
<html>
<body>
<video width="320" height="240" controls="controls">
<source src="movie.ogg" type="video/ogg" />
<source src="movie.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
</body>
</html>
<!DOCTYPE HTML>
<html>
<audio controls="controls">
<source src="song.ogg" type="audio/ogg" />
<source src="song.mp3" type="audio/mpeg" />
Your browser does not support the audio element.
</audio>
</body>
</html>