Here is the code I am using to test with. Is this an issue with me recording a mono stream as stereo or something?
Code: Select all
@echo off
set CUR_YYYY=%date:~10,4%
set CUR_MM=%date:~4,2%
set CUR_DD=%date:~7,2%
set SUBFILENAME=Test_%CUR_YYYY%-%CUR_MM%-%CUR_DD%.mp4
start "" "C:\Program Files\VideoLAN\VLC\vlc.exe" "http://playerservices.streamtheworld.com/pls/KUSC.pls" --sout=#transcode{vcodec=none,acodec=mp3,ab=56,channels=2,samplerate=22050,scodec=none}:std{access=file,mux=mp3,dst='.../%SUBFILENAME%'} --sout-keep --run-time=15 --stop-time=15 vlc://quit