How i can generate Selfhost video auto generate thumbnail can you please guide me here is my website
]]>Hey, I know this hasn’t been supported in some time, but hoping perchance I could get some help, or a point in the right direction.
Everything appears installed correctly, FFMPEG detected. etc.
but when I do to upload a video, the uploader just spins as says please wait your video is being uploaded.
wondering where I should be looking, perhaps a permissions folder? does this upload to a temp folder, or straght to the standard WP media folder.
thanks for any help ??
]]>Hi,
If members on my website upload a video and i have in settings “Pending Review”, then my members get a 404 Page.
Only as Admin its working perfectly but not as member.
]]>I have added a new post within a specific category but that post is not appearing in it. Do you have any solution for that?
]]>Hello,
that plugin works perfect!
I have just one issue.
I want to convert the video in original resolution. Because i dont want to loose Quality or make the video actually bigger than it is.
How can i achieve that?
TIA!
]]>Hi my friend, there is bug with you code on
function wpvp_convert_video()
there is variable called, $dimension, then do you $dimentions, so in the command line will not use -s input on video conversions from the config page, will keep same size as original.
cheers.
]]>I have a custom query on a page that only shows the videos, and I’m using WP page navi for the pagination (I’m willing to try other options if necessary). So when I click to go to the next page, it takes me to mydomain.com/videos/page/2 but that page gives a 404.
Here’s my code for the query:
<?php $paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
$args=array(
'post_type'=>'videos',
'paged'=>$paged
);
$temp = $wp_query;
$wp_query= null;
$wp_query = new WP_Query($args);
if ( $wp_query->have_posts() ) : while ( $wp_query->have_posts() ) : $wp_query->the_post();
/* DO STUFF IN THE LOOP */
get_template_part( 'content', get_post_format() );
endwhile; endif;
/* PageNavi at Bottom */
if (function_exists('wp_pagenavi')){wp_pagenavi();}
$wp_query = null;
$wp_query = $temp;
wp_reset_query(); ?>
What am I doing wrong? I have another custom query for just posts and the pagination on that works flawlessly.
Any help would be much appreciated.
]]>Hi,
I have tried many type of video up loaders but this one is easy, just have on question where is the upload button in the video posts?
Hoping to get a reply from you.
Regards
]]>Will this plugin allow me to add a description of my videos if one mouses over them? I would like to do this to the following page:
https://maestromusicians.com/daniel-broniatowski-educational-violin/
Thank you,
Daniel
Hi,
Given this plugin hasn’t been updated in 8 months and the last support question responded to was 7 months ago, is this plugin still being supported?
Thanks
]]>Hi,
The video can play in chrome ,safari and mobile but not in IE. Any reason ? How to fix it
link: https://apcto.club/apcto-algorithm/c-knucklecase/
Email:[email protected]
]]>This video could be loded, either bcz server or network failed or bcz the format is not supported.
Server Apache
PHP 5.3.29
EXEC ENABLED
FFMPEG FOUND
MP4Box FOUND
and use video theme
]]>I have installed the package and it looks to be what I need.
I insert a title and look for the “Upload” button above the description box and its not there !
So how do I upload !
]]>I have an issue with the thrumbnails are generating and saving but the videos aren’t. Here is from the logs:
Mon, 06 Apr 2015 22:11:47 +0000 ->
Mon, 06 Apr 2015 22:11:47 +0000 -> Video file was not converted. Possible reasons: missing libraries for ffmpeg, permissions on the directory where the file is being written to…
Mon, 06 Apr 2015 22:11:47 +0000 -> Thumbnail was created: /var/www/htdocs/wp-content/uploads/2015/04/ffmpeg_test_video1.jpg
When I run the command:
ffmpeg -codecs | less
I can see libx264 in there, but I don’t see libfaac. Would it be called libfaac or would it be called anything else?
]]>Hello,
Is there a way to autoplay the video on the homepage? If possible, without the music.
Thank you very much in advance.
Best,
here’s the link of the website: https://www.fashionsorbet.com
]]>Hi,
I like this plugin, but there is one problem.
On my site:
https://www.lookslike-test.pl/?videos=test_drugi
my video does not appear in sidebar.
Do you have any soulution for this case?
]]>Will I got any problem if I use it with last 4.1.1 version?
]]>hi is there a way for using responsive video js player?
]]>hi its changes filename after upload. For example if i upload video.mp4 it changes filename video1.mp4 and it caused some problem for other plugins
]]>hi is it possible to integrated with jw player 6?
]]>Each time I provide the path to ffmpeg, and I click check, it says found, then when I click on the front end page in the settings menu it says it cannot be found. I know the path I am providing is correct as the theme I am using will not generate thumbnails of the videos which are uploaded without it, and they are being generated.
]]>Notice: Undefined index: page in E:\xampp\htdocs\hoctienganh\wp-content\plugins\wp-video-posts\wpvp.php on line 149
please fix it!
]]>We have a site that needed to be restored to a previous backup and afterwards it appears the video categories stopped working. In the back-end all the videos are set to the categories and if you click the number displaying how many posts are associated it works fine, but on the front-end it says, “Sorry, no content matched your criteria.”
We’re also getting this error in the settings panel: Warning: exec() has been disabled for security reasons in /home/public_html/wp-content/plugins/wp-video-posts/classes/wpvp-helper-class.php on line 31
Is this a related/unrelated issue? Anyone else experienced this problem?
Thanks!
]]>Hi,
I am a complete newbie and not sure how to install ffmpeg. ffmpeg is not currently found in the WordPress General Setting. I downloaded the zip file from the Zeranoe site and double clicked the ffmpeg.exe, a window flashed once and I don’t see anything else after that. I guess that is clearly wrong way to do.
Also, is it possible to upload video that is more than 5MB?
Please let me know how to.
]]>Hi there,
Loving the plugin. Just a quick couple of questions.
1) Weirdly it won’t let any users post a video using the frontend uploader. For some reason it says Sorry, you do not have sufficient privileges to use this feature… even though guest posts are switched off and all the other permission roles are ticked to allow those users to upload videos.
You can see it here: https://hunterscabin.co.nz/hunt/videos/
2) Secondly, while I have you. I was just wondering if it is possible for frontend users to submit a youtube video link and it automatically converts into a video?
Thanks so much,
Dylan
Hello,
I have WP installed locally on a server (localhost), ffmpeg is located on c:\ffmpeg and I have the Environmental Variables set up and working.
However, the plug in doesn’t see it. How can I change so this sees ffmpeg on the server locally?
It’s running on a Windows 2012 server with IIS 7.5
Thanks for the help!
]]>How to enable front-end upload?
Do you have shortcode of it? i didn’t figure out how to enable front-end upload ability.
thanks
]]>I test plugin, it create thumbnails and store it to server but can’t create .mp4 file and didn’t store in server.
it shows it create mp4 file:
https://vivi.pk/wp/wp-content/uploads/2015/01/Sequence-01.mp4
but always page not found, i check in ftp also. it didn’t create.
I m using latest WP 4.1
]]>Hello,
is there any way to loop the video? I mean restart the video after its finished. I can’t seem to find a setting for this.
Regards
Sebastian
Can I add Feature Image from Front End
there is a by default image will attache when i upload from front end i want upload my image as a Feature image