Page 1 of 1

Converting flv video to wmv or mp4 end with sound only

Posted: 08 Mar 2010 09:35
by mostar
Hello,

I'm trying to convert youtube flv I download to wmv so that I will able to see in in old Windows mobile device.
No matter how I try using GUI or command line it always end with wmv file that containing only the voice.
I play and check the new wmv file on the VLC player.

In the GUI I'm using "Video - WMV + WMA (ASF)" profile

My command line is

Code: Select all

vlc -vvv "C:\tmp\Obama.flv" --sout=#transcode{vcodec=WMV2,acodec=mp3,vb=800,ab=128,deinterlace}:standard{access=file,mux=asf,dst="C:\tmp\obama.wmv"}
If I try to convert to mp4

Code: Select all

vlc -vvv "C:\tmp\Obama.flv" --sout=#transcode{vcodec=mp4v,acodec=mp4a}:standard{access=file,mux=mp4,dst="C:\tmp\obama.m4v"}
It also produce voice only

I'm using vlc v1.0.5 on XP

Thanks
Mostar

Re: Converting flv video to wmv or mp4 end with sound only

Posted: 09 Mar 2010 02:29
by Lotesdelere