For the profile I'm selecting 'Audio - MP3', and if I edit the profile the codec details match the stream (128 kbs, 2 channels, 44100 sample rate). I also tried selecting 'Dump raw input' but it doesn't seem to make a difference (ie - it still works).
I tried it in 0.9.6 (where it shows you the 'Generated stream output string') and found it only worked if the output string was -
Code: Select all
:sout=#transcode{acodec=mp3,ab=128,channels=2}:duplicate{dst=std{access=file,mux=raw,dst=E:\music\my rips\wrongmusic 20090816 02.mp3}}
Code: Select all
:sout=#duplicate{dst=std{access=file,dst=E:\music\my rips\wrongmusic 20090816 02.mp3}}
Thanks
Edit: I'm using WinXP if that makes a difference