Do you get that error in the test output in the FFMPEG Settings tab of the plugin settings page? If so, please post the entire output.
I don’t have any way of testing FFMPEG with Windows servers so I’ve always relied on other users testing it out. If you get any specific error messages explaining why it doesn’t auto encode, please let me know. Otherwise I just have to leave it in the Windows mystery file.
Bringing back end processes to the front end is a low priority for me. Don’t count on those things being available in a future version. I just had a baby and he’s taking up all of my development time right now. Several users have used front end uploader plugins with my plugin and it has worked fairly well I think.
How exactly do you want to call the thumbnail URL? In what context? It’s stored in the _kgflashmediaplayer-poster and _kgflashmediaplayer-poster-id meta fields of the video attachment.
If you have the video ID you can create your own embed code. Just replace the XXX with the video ID and the www with whatever width you want, and hhh with whatever height you want.
<iframe allowfullscreen src='http://www.kylegilman.net/?attachment_id=XXX&kgvid_video_embed[enable]=true' frameborder='0' scrolling='no' width='www' height='hhh'></iframe>
Thank you for your support!
For windows server, we quit too. It seem ffmpeg cannot run automatically, it still can run manually when you click encode button. Servers don’t show up any logs about this.
For front end, it work with wp-front-end-pro perfectly, thanks for your advice.
Thumbnail url, I want to get it from a post because our theme does not support feature images. I tried to call by using this: get_post_meta(get_the_ID(), “_kgflashmediaplayer-poster”, true) but it seem it is a wrong way.
Have any shortcode to call embed code? I mean to show up embed code on another place of post content.
Finally, best wishes to your little angel and family. I am going to become a father next few months too 🙂
I figured out how to do this 🙂 Just set thumb image to parent post and call it normally.