I'm a Windows user but I'm posting this in the general troubleshooting section because I'm guessing it's common to all builds. Please correct me if I'm wrong.
For the last few months I've been using VLC 0.9.something with a Windows batch script to semi-automate conversion of radio shows recorded in Topfield .rec format to .mp3 format. The script includes the following lines
Code: Select all
vlc %_file%.rec :sout=#transcode{acodec=s16l,ab=128,channels=2}:duplicate{dst=std{access=file,mux=wav,dst=f:\\%_file%.wav}} vlc://quit
Code: Select all
vlc f:\\%_file%.wav :sout=#transcode{acodec=mp3,ab=128,channels=2}:duplicate{dst=std{access=file,mux=raw,dst=f:\\%_file%.mp3}} vlc://quit
Since moving to version 1.0.0 the .wav conversion GUI is the same as for the earlier version. However the .mp3 conversion stage displays the actual file duration in the bottom right, with a real-time count running next to it. Furthermore the timeline slider moves very slowly from left to right, giving the impression that the transcoding is taking place in real time. I only knew that wasn't the case becase the size of the destination file was increasing too quickly. Indeed the conversion itself completes in the expected time but the GUI is totally out of sync (the demonstration file I used completed conversion with the slider only about 5% of the way across, with the time index reading 01:22/28:41)
This is really only a cosmetic issue but it's very confusing. Before I realised everything was working OK behind the scenes I was starting to consider codec reinstallation and various other strategies which weren't ultimately necessary because I was convinced the transcoding was happening at the speed reflected by the GUI. I've no idea what's changed between v0.9.x and v1.0.0 to cause this, and it's a mystery as to why it happens only when converting to some formats but not others.
Hopefully in the short term this post may prevent other users jumping to the wrong conclusion if they see this behaviour, and in the long term it'd be nice if there was a fix!
For the record the host machine is a Q6600 running Windows 7 RC 7100 64bit.