topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 3:46 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Last post Author Topic: batch create image contact sheet from videofiles?  (Read 48199 times)

4wd

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 5,641
    • View Profile
    • Donate to Member
Re: batch create image contact sheet from videofiles?
« Reply #25 on: December 10, 2008, 05:22 AM »
Cool! I had no idea MPC had that. But while a lot of controls are available, the "save thumbnails" actions doesn't seem to be one of them:

 .....

Does MPC Home Cinema have more controls?

If you're interested in updating your script so it no longer has to have focus for keypresses, MPC-HC has been updated so that you can now Save Thumbnails from the Web Interface, (VIRTKEY 808).

Media Player Classic - Home Cinema 1.2.908.0

- Add VIRTKEY for "Save Thumbnails" (request #1964399)

For example, the following added to the web interface triggers the Save Thumbnails function:

<noscript>
  <form action="/command.html" method="POST">
    <input type="hidden" name="wm_command" value="808">
</noscript>
    <input type="submit" value="Save Thumbnails" name="submit" onclick="postform(808,'null',0); return false;">
<noscript></form></noscript>

Or, you can now assign a hotkey to it so you don't have to navigate the menu.

fredkremenko

  • Participant
  • Joined in 2010
  • *
  • default avatar
  • Posts: 2
    • View Profile
    • Donate to Member
Re: batch create image contact sheet from videofiles?
« Reply #26 on: October 16, 2010, 03:30 PM »

Media Player Classic - Home Cinema 1.2.908.0
- Add VIRTKEY for "Save Thumbnails" (request #1964399)


<noscript>
    <input type="hidden" name="wm_command" value="808">

I wrote control program in VB6, that uses MPCHC Web interface in combination with API send messages to Command buttons and Combo text boxes.
Tested on Win7, and w2k3, with MPC-HomeCinema.1.4.2499.0.x86

Here is Source code, and .exe

[attach=#1][/attach]



fredkremenko

  • Participant
  • Joined in 2010
  • *
  • default avatar
  • Posts: 2
    • View Profile
    • Donate to Member
Re: batch create image contact sheet from videofiles?
« Reply #27 on: September 01, 2011, 07:41 AM »
Here is a new version of program to control MPC/MPCHC, called "MPCHC kontroler v1.8"
where corrected filenames and other things.

But, much better results (in sense of Robustnes of a used Player, to play all kind of videos)
I achieved with TheKMP, and wrote a control program for it too!
You can read more about it on KMP forum: showthread.php?p=90138#post90138 , or click on link below
http://www.kmplayer....hp?p=90138#post90138
Utility program is attached, also in this message, called "KMP Batch Thumbs Automatization v1.7.zip"