INTERACT FORUM
More => Old Versions => JRiver Media Center 20 for Windows => Topic started by: Johnny Stork on April 29, 2015, 08:52:03 am
-
I am running the latest MC on Windows 7 and have an mp4 video playing. I am trying to convert to wmv but the option for "Convert form" when I right-click on the file is gray'd out. What do I need to do to get video conversion work?
Thanks
-
The enabled state for the 'Convert Format' option is pretty sparse:
// build the enable from the party mode and connected state
bool bEnable = !GetMCDB().GetRights()->GetPartyMode() && !GetMCDB().GetIsConnected();
So you're either connected to a library server or in Party Mode I would guess.