jenkisan
Forum Replies Created
-
Forum: Plugins
In reply to: [Bowe Codes] Show Profile of Current User PageI’m sorry I wasn’t clear. Let me try again.
If you go the a members profile page you have a tab called profile. I would like to see the same data in a sidebar widget. I thought I could do this using your short code and widget but the only option is to show the same profile (based on role) on every page. I was wondering if its possible to see the profile of the members page?
Thanks.
Forum: Plugins
In reply to: [Social Articles] Change /articles/ linkSolved (unless author has comments of course). Changed these lines:
articles -> data
“root directory: social-articles.php line 66”
“root/includes:social-articles-load.php lines 12, 60, 80, 125, 132”
root/includes/social-articles-screens.php line 13
Forum: Plugins
In reply to: [Videopack] Embeding videos on other sitesOK, I solved it, sort of.
This works in Safari as well:
<iframe src=’https://video.mokabox.tv/?attachment_id=420&kgvid_video_embed=true’ frameborder=’0′ scrolling=’no’ width=’640′ height=’360′></iframe>
I removed [enabled]
But I have no poster image.
Forum: Plugins
In reply to: [Videopack] Embeding videos on other sitesSafari is giving too many http redirects on the iframe.
Forum: Plugins
In reply to: [Videopack] Embeding videos on other sitesHi Kyle!
Being an iframe I didm’t even think about that!
You’re right, it works in chrome, but nothing shows up in safari 6.05.
Firefox 22, it loads the player and css but doesn’t playback until eh whole video loads.
IE haven’t tested because I run MacOS.
Any suggestions to increase playability?
Forum: Plugins
In reply to: [Videopack] Embedding the encoded videoI’m sure I understand or if its clear.
When Kyle says the plugin will offer the correct version of the encoded file (if it has been encoded) means it will offer up the webm file for example to firefox if it is present.
However, if you embed the original file it will attempt to playback the original file if it is compatible. So for example, on safari or chrome I embed in kgvid tags an m4v file which was also encoded in 480 mp4. The player however shows the original file not the encoded file which is much much lighter and faster to load.
So for example, [KGVID poster=”https://video.mokabox.tv/wp-content/uploads/sites/75/2013/08/GP-Health-Guide_thumb81.jpg”]https://video.mokabox.tv/wp-content/uploads/sites/75/2013/08/GP-Health-Guide.m4v[/KGVID]
will not show the mp4 file but will attempt to play back the m4v is supported by the browser.
Forum: Plugins
In reply to: [Videopack] Change ffmpeg settings / encoding parametersKyle, I ran some other tests to simplify the settings.
Fundamentally, you need to change three parameters:
1. the vpre flag needs to change from slow to veryfast
2. threads are a really important part of speed, ideally change it to 0 to use all available threads otherwise run tests using 2, 3, 4 threads. This will increase speed on a shaed hosting dramatically.
3. This is the principal parameter for quality> -crf and it can go from 15 (lossless) to 30 really compress and low quality. I use 24 which yields and excellent size quality ratio.To make the changes simple (because honestly audio should be adjusted too but lets not go there now) I simplified the changes to adding these:
Line 2787: if ( $options[‘ffmpeg_vpre’] == ‘on’ ) { $vpre_flags = ‘-vpre slow -vpre ipod640’; }
Change to:
if ( $options[‘ffmpeg_vpre’] == ‘on’ ) { $vpre_flags = ‘-vpre veryfast threads 0 -crf 24’; }
This will execute if you select the vpre switch in settings on the admin side.
Hope this helps.
PS This is for h264. I have not even looked at webm (which presents specific issues for encoding parameters) and ogg.
Forum: Plugins
In reply to: [Videopack] Automatic Thumbnail on loadingMe too, I’ll find a temporary hack then.
Forum: Plugins
In reply to: [Videopack] Change ffmpeg settings / encoding parametersFigured it out. I now encode way faster with decent settings. Thanks.
OPen the main plugin php file and around line 2790. Careful. This is only for who knows php. Make a copy of the file first!
Forum: Plugins
In reply to: [WP-EMail] Whoops! Page Not Found.Me too. Spent time trying to figure it out but I have a cutom post type and also doesn’t work. ??
Forum: Plugins
In reply to: [Video Thumbnails] Does not generate on Save – Need to press Search Each TimeIf you can just tell me where the routine is (or what o look for in the code) I’ll try and sort it out. Thanks.
Forum: Hacks
In reply to: How to remove "Add Media" button in WP 3.5?Its a bit of time, but lets say I want to remove only the Add Media button from the Posts page and not the New Page page?
Thanks.
Would be good to be able to select a range or set date period to display stats. Are you working on this, or should I do it myself? Thanks