Postby GuccizBud » 06 Aug 2014 00:21
For his trouble, this OP was (a) given advice which he didn't ask for ( he specified he wanted to transcode ) and didn't work for him in any case ( nor will it work for anybody with those silly-ass single quote marks ), and then (b) ignored when he said the advice wasn't working. I'm sure the board can't be too proud of this thread. And, 4 year old thread notwithstanding, people who want to do the same thing will keep coming back to it as it's one of the first Google search results.
For future visitors, and keeping in mind the OP wanted to transcode, this'll do it :
%ProgramFiles%\<vlc install folder>\vlc FILE_1.mp3 FILE_2.mp3 --sout
"#transcode{acodec=mp3,ab=<desired bit rate>,channels=2}:std{access=file,mux=raw,dst=OUTFILE.mp3}" --sout-keep
• you have to supply the data yourself for anything in blue
• for <desired bit rate>, you can just use the same bit rate as the two original files if they're identical.
• the whole thing is on a single command line, not two as it seems here, with a single space between --sout at the end of the first line
and "#transcode… at the beginning of the second.
Open a command shell and run it from right there ( %UserProfile%\Desktop folder ).