Converting flv video to wmv or mp4 end with sound only
Posted: 08 Mar 2010 09:35
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
If I try to convert to mp4
It also produce voice only
I'm using vlc v1.0.5 on XP
Thanks
Mostar
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"}
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"}
I'm using vlc v1.0.5 on XP
Thanks
Mostar