Currently I am using Windows Directshow to write out live TV to a WMV. The filter uses the standard ASF Writer. In doing so, it write the WMV out with WMA 9.2 Codec.
Now when I open the file to play on screen with VLC, i see video, and I hear audio. All is good.
When i try to stream the same file out transcoded, No audio is present. And if I look into the properties of the stream using Windows media Player, it does not show anything under the audio codec.
Command being used:
Code: Select all
vlc -I dummy stream:///ffmpeg/tvout.wmv :sout=#transcode{width=128,height=96,vcodec=WMV2,vb=300,fps=5,acodec=wma2,ab=48,channels=2,samplerate=22050}:std{access=mmsh,mux=asfh,dst=192.168.2.205:8082/stream.wmv}
I would use VLC for the capture, but unfortunately VLC still has some issues dealing with Crossbar and Audio on integrated tuner cards where i doesnt list the Audio device.
This is the 4th or so issue/bug I have encountered with the new 1.0.1 version in VLC. I am posting them here in the SOUT section of the forum in hopes it may be my mistake. if not though, is their a better place to post/notify bugs?
Shawn