User talk:Elte: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
(answer)
No edit summary
Line 1: Line 1:
Unfortunately there is no such thing as patent-free software, at least not with a complexity above "Hello World!"... --[[User:DonDiego|DonDiego]] 10:34, 14 March 2008 (EDT)
Unfortunately there is no such thing as patent-free software, at least not with a complexity above "Hello World!"... --[[User:DonDiego|DonDiego]] 10:34, 14 March 2008 (EDT)
But I definitely would prefer it. --[[User:Elte|Elte]] 15:48, 14 March 2008
But I definitely would prefer it. --[[User:Elte|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... --[[User:Compn|Compn]] 13:29, 3 June 2009 (EDT)

Revision as of 10:29, 3 June 2009

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)