I'm attempting to use VLC to get a rather video-centric media center to do internet radio by adding a video stream to internet radio e.g.
cmd /c start \"VLC\" \"C:\\Program Files\\VideoLAN\\VLC\\vlc.exe\" --intf=telnet -vvv EMPTY.MPG --input-slave=INTERNET_RADIO_STATION --sout=\"#transcode{vcodec=mp2v,vb=800,scale=1,acodec=mpga,ab=128,channels=2}:duplicate{dst=std{access=file,mux=ts,dst=NEW.MPG}}\"
(your probably asking why, I know, I know its a long story)
This approach is clearly a very CPU intensive solution to this problem.
Is it possible to reduce the CPU usage with the above command line but get perfect audio?
If I find the right EMPTY.MPG file would that reduce the CPU usage?
I'm currently using an episode of family guy but perhaps a steady blank screen would be better?
Many thanks for any help
Michael