INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Convert Format Gray'd Out  (Read 661 times)

Johnny Stork

  • Junior Woodchuck
  • **
  • Posts: 93
  • Johnny Stork
Convert Format Gray'd Out
« 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
Logged

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 42053
  • Shoes gone again!
Re: Convert Format Gray'd Out
« Reply #1 on: April 29, 2015, 08:57:57 am »

The enabled state for the 'Convert Format' option is pretty sparse:
Code: [Select]
// 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.
         
Logged
Matt Ashland, JRiver Media Center
Pages: [1]   Go Up