User talk:Elte

From MultimediaWiki
Revision as of 10:29, 3 June 2009 by Compn (talk | contribs)
Jump to navigation Jump to search

Unfortunately there is no such thing as patent-free software, at least not with a complexity above "Hello World!"... --DonDiego 10:34, 14 March 2008 (EDT) But I definitely would prefer it. --Elte 15:48, 14 March 2008


+ :; this could be done using a single mencoder run if you know the duration of the audiofile:

	+	: e.g. duration=132.8 seconds
	+	
	+	:* mencoder mf://file.jpg -ovc lavc -oac copy -audiofile song.mp3 -fps 1/132.8 -ofps 30 -o finished.avi

did you try it? i thought when it looped the video it would also loop the audio... --Compn 13:29, 3 June 2009 (EDT)