User talk:Elte: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:




+ :; this could be done using a single mencoder run if you know the duration of the audiofile:
+ :; this could be done using a single mencoder run if you know the duration of the audiofile:
+ : e.g. duration=132.8 seconds
+ : 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
+ :* 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)
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)