Transcoding audio only to video with goom
Posted: 27 Mar 2009 05:24
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"
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"