Page 1 of 1

Transcoding audio only to video with goom

Posted: 27 Mar 2009 05:24
by hechz
As a sanity check, is it possible to transcode the goom visualization output to a video file?

I am guessing that some combination of afilter=goom and possibly mosaic will be needed, but I have been unable to synthesize a functional incantation.

I am not sure if what I want to do is even feasible, so please do educate me.

Here is my PEBKAC version, make of it what you will:

vlc -I qt -vvv --goom-width=320 --goom-height=320 "somefile.wma" ":sout=#transcode{width=320,canvas-height=320,vcodec=mp2v,vb=1024,scale=1,acodec=mp2a,ab=192,channels=2,afilter=goom}:duplicate{dst={access=file,mux=avi,dst="""somefile.avi"""}} vlc://quit"

Re: Transcoding audio only to video with goom

Posted: 28 Mar 2009 18:55
by Jean-Baptiste Kempf
Don't try with AVI! Try with mp2v and mpga in mux ts and remove all """ in the dst part.