vBTube.com - Video and photo integration for vBulletin communities
Take a look at the softwares user interface Download the FREE trialversion Buy a vBTube Version
HOME PRODUCTS FORUM SUPPORT ADMIN-DEMO
  #1 (permalink)  
Old 24-08-2008, 16:38
vBTubePRO-User BF
 
Join Date: Aug 2008
Posts: 5
Default What am I missing?

I enter the path to ffmpeg, but still no video or thumb is created. Any idea what the problem is?
Reply With Quote
  #2 (permalink)  
Old 25-08-2008, 16:08
vBTubePRO-User BF
 
Join Date: Aug 2008
Posts: 5
Default

Ok, I got the video part to work. Only tried an mpg, but it still doesn't create a thumb for it. All permissions on the dirs are 777...
Reply With Quote
  #3 (permalink)  
Old 25-08-2008, 18:44
Administrator
 
Join Date: Jan 2008
Posts: 1,921
Default

vBTubePRO grabs the Thumb in the 15th second. if the Video is smaller than 15sec then no Thumb.
Reply With Quote
  #4 (permalink)  
Old 25-08-2008, 18:58
vBTubePRO-User BF
 
Join Date: Aug 2008
Posts: 5
Default

The video I used was about 25 seconds... Actually, I uploaded it here to the demo and it did create a thumb here, but not on my site. Kind of odd.
Reply With Quote
  #5 (permalink)  
Old 26-08-2008, 19:54
Administrator
 
Join Date: Jan 2008
Posts: 1,921
Default

Do the Thumb grabbing working for other Videos ?
İs this only not working for mpg Files ?
Reply With Quote
  #6 (permalink)  
Old 26-08-2008, 20:16
vBTubePRO-User BF
 
Join Date: Aug 2008
Posts: 5
Default

I've tried mpg, avi and flv files and none will grab a thumb.
Reply With Quote
  #7 (permalink)  
Old 27-08-2008, 16:37
Administrator
 
Join Date: Jan 2008
Posts: 1,921
Default

1. Check you have mjpeg and vcodec installed on your Server.
2. Replace this Line at vbtube/includes/upload.php (Line 120)

Search for:

PHP Code:
exec($ffmpeg_path.'ffmpeg -ss 0:0:13 -i '.$vbtube_path.'vbtube/upload/flv/' 
$flvname_thumb' -f image2 -vframes 1 -s 130x90 
'
.$vbtube_path.'vbtube/upload/thumb/' $flvname'.jpg'$a$b); 
Replace with:

PHP Code:
exec($ffmpeg_path.'ffmpeg -itsoffset -4 -i 
'
.$vbtube_path.'vbtube/upload/flv/' $flvname_thumb
-vcodec mjpeg -vframes 1 -an -f rawvideo -s 130x90 
'
.$vbtube_path.'vbtube/upload/thumb/' $flvname'.jpg'$a$b); 
Save and Upload File.

İf you can't do that i'll send you the complete File to your email. PM me!
Reply With Quote
  #8 (permalink)  
Old 27-08-2008, 16:54
vBTubePRO-User BF
 
Join Date: Aug 2008
Posts: 5
Default

I can do that, no problem.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT +1. The time now is 13:45.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0