Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar Mark Forums Read
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 08-29-2010, 07:25 PM   #1
JD
Too lazy to set a custom title
 
Industry Role:
Join Date: Sep 2003
Posts: 22,651
STP/Video/Server guys help...

i'm getting this error when encoding videos...

Quote:
/usr/local/bin/ffmpeg -i "/home/httpd/html/domain.com/public_html/stp/upload/905/1.wmv" -threads 0 -acodec libfaac -ar 22050 -ab 128k -s 320x180 -padtop 0 -padbottom 0 -padcolor 000000 -vcodec libx264 -b 500k -r 25 -flags +loop -cmp +chroma -partitions +parti4x4+partp8x8+partb8x8 -me_method umh -subq 5 -trellis 1 -refs 1 -coder 1 -me_range 16 -g 300 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -bt 500k -maxrate 10M -bufsize 10M -rc_eq 'blurCplx^(1-qComp)' -qcomp 0.6 -qmin 10 -qmax 51 -qdiff 4 -level 30 -aspect 320:180 -f mp4 -y /home/httpd/html/domain.com/public_html/stp/upload/905/temp_vid.mp4
Does anyone know wtf i need to do to make shit work? STP says the server techs need to fix it and the server techs say STP techs need to fix it leaving me pretty much fucked. Any help would be greatly appreciated.

Last edited by JD; 08-29-2010 at 07:26 PM..
JD is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-29-2010, 07:52 PM   #2
JD
Too lazy to set a custom title
 
Industry Role:
Join Date: Sep 2003
Posts: 22,651
bump-a-saurus rex
JD is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-29-2010, 07:54 PM   #3
fris
Too lazy to set a custom title
 
fris's Avatar
 
Industry Role:
Join Date: Aug 2002
Posts: 55,372
where is the error? thats juist the cmd line for the encode.
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


WP Stuff
fris is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-29-2010, 08:33 PM   #4
JD
Too lazy to set a custom title
 
Industry Role:
Join Date: Sep 2003
Posts: 22,651
Quote:
Originally Posted by fris View Post
where is the error? thats juist the cmd line for the encode.
That's what shows up in the Error column :X

And here's what I get in shell with process_video.php -debug -test

/usr/local/bin/ffmpeg -i "/home/httpd/html/domain.com/public_html/stp/upload/898/1.mp4" -threads 0 -acodec libfaac -ar 22050 -ab 128k -s 560x368 -padtop 40 -padbottom 40 -padcolor 000000 -vcodec libx264 -b 500k -r 25 -flags +loop -cmp +chroma -partitions +parti4x4+partp8x8+partb8x8 -me_method umh -subq 5 -trellis 1 -refs 1 -coder 1 -me_range 16 -g 300 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -bt 500k -maxrate 10M -bufsize 10M -rc_eq 'blurCplx^(1-qComp)' -qcomp 0.6 -qmin 10 -qmax 51 -qdiff 4 -level 30 -aspect 560:368 -f mp4 -y /home/httpd/html/domain.com/public_html/stp/upload/898/temp_vid.mp4

there was also this in shell

Compiler did not align stack variables. Libavcodec has been miscompiled
and may be very slow or crash. This is not a bug in libavcodec,
but in the compiler. You may try recompiling using gcc >= 4.2.
Do not report crashes to FFmpeg developers.
Total frames count: 14092
JD is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-29-2010, 09:57 PM   #5
JD
Too lazy to set a custom title
 
Industry Role:
Join Date: Sep 2003
Posts: 22,651
shapoopy!
JD is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-29-2010, 10:15 PM   #6
k0nr4d
Confirmed User
 
k0nr4d's Avatar
 
Industry Role:
Join Date: Aug 2006
Location: Poland
Posts: 9,228
Quote:
Originally Posted by JD View Post
That's what shows up in the Error column :X

And here's what I get in shell with process_video.php -debug -test

/usr/local/bin/ffmpeg -i "/home/httpd/html/domain.com/public_html/stp/upload/898/1.mp4" -threads 0 -acodec libfaac -ar 22050 -ab 128k -s 560x368 -padtop 40 -padbottom 40 -padcolor 000000 -vcodec libx264 -b 500k -r 25 -flags +loop -cmp +chroma -partitions +parti4x4+partp8x8+partb8x8 -me_method umh -subq 5 -trellis 1 -refs 1 -coder 1 -me_range 16 -g 300 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -bt 500k -maxrate 10M -bufsize 10M -rc_eq 'blurCplx^(1-qComp)' -qcomp 0.6 -qmin 10 -qmax 51 -qdiff 4 -level 30 -aspect 560:368 -f mp4 -y /home/httpd/html/domain.com/public_html/stp/upload/898/temp_vid.mp4

there was also this in shell

Compiler did not align stack variables. Libavcodec has been miscompiled
and may be very slow or crash. This is not a bug in libavcodec,
but in the compiler. You may try recompiling using gcc >= 4.2.
Do not report crashes to FFmpeg developers.
Total frames count: 14092
Run the command via SSH and see what it says. It's 100% for sure a server/ffmpeg problem. Think of it this way; If it was a problem in the coding of STP, there would be no way it would work on as many servers and sites as it has to this point.
k0nr4d is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-29-2010, 11:13 PM   #7
JD
Too lazy to set a custom title
 
Industry Role:
Join Date: Sep 2003
Posts: 22,651
Quote:
Originally Posted by k0nr4d View Post
Run the command via SSH and see what it says. It's 100% for sure a server/ffmpeg problem. Think of it this way; If it was a problem in the coding of STP, there would be no way it would work on as many servers and sites as it has to this point.
The stuff I posted is what came out of ssh :/

and here's the output of videotest.php (too big to post here)
http://pastebin.com/PrThAA1h

Last edited by JD; 08-29-2010 at 11:14 PM..
JD is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2010, 12:34 AM   #8
Godsmack
Confirmed User
 
Industry Role:
Join Date: Apr 2004
Location: The Netherlands
Posts: 4,525
Quote:
Originally Posted by JD View Post
i'm getting this error when encoding videos...



Does anyone know wtf i need to do to make shit work? STP says the server techs need to fix it and the server techs say STP techs need to fix it leaving me pretty much fucked. Any help would be greatly appreciated.
I am really sorry bro, we really want to help but this is just beyond us It has nothing to do with STP, i will try to get Bepe to help with this today as well, maybe that can speed up things a bit.
__________________
Download the much improved Free Tube Script adult/mainstream tube solution for FREE!
Godsmack is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2010, 12:35 AM   #9
Godsmack
Confirmed User
 
Industry Role:
Join Date: Apr 2004
Location: The Netherlands
Posts: 4,525
Quote:
Originally Posted by k0nr4d View Post
Run the command via SSH and see what it says. It's 100% for sure a server/ffmpeg problem. Think of it this way; If it was a problem in the coding of STP, there would be no way it would work on as many servers and sites as it has to this point.
Thanks Konrad
__________________
Download the much improved Free Tube Script adult/mainstream tube solution for FREE!
Godsmack is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2010, 01:16 AM   #10
k0nr4d
Confirmed User
 
k0nr4d's Avatar
 
Industry Role:
Join Date: Aug 2006
Location: Poland
Posts: 9,228
Quote:
Originally Posted by Godsmack View Post
Thanks Konrad
No problem, i'm no stranger to argueing with hosts over ffmpeg either
k0nr4d is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2010, 01:24 AM   #11
Godsmack
Confirmed User
 
Industry Role:
Join Date: Apr 2004
Location: The Netherlands
Posts: 4,525
Quote:
Originally Posted by k0nr4d View Post
No problem, i'm no stranger to argueing with hosts over ffmpeg either
:-) ffmpeg can bite soooo fucking hard..
__________________
Download the much improved Free Tube Script adult/mainstream tube solution for FREE!
Godsmack is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2010, 01:26 AM   #12
k0nr4d
Confirmed User
 
k0nr4d's Avatar
 
Industry Role:
Join Date: Aug 2006
Location: Poland
Posts: 9,228
Quote:
Originally Posted by Godsmack View Post
:-) ffmpeg can bite soooo fucking hard..
and let's not even get started on ffmpeg-php
k0nr4d is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2010, 01:37 AM   #13
Godsmack
Confirmed User
 
Industry Role:
Join Date: Apr 2004
Location: The Netherlands
Posts: 4,525
Quote:
Originally Posted by k0nr4d View Post
and let's not even get started on ffmpeg-php
Please, lets not
__________________
Download the much improved Free Tube Script adult/mainstream tube solution for FREE!
Godsmack is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2010, 05:44 PM   #14
JD
Too lazy to set a custom title
 
Industry Role:
Join Date: Sep 2003
Posts: 22,651
Quote:
Originally Posted by Godsmack View Post
I am really sorry bro, we really want to help but this is just beyond us It has nothing to do with STP, i will try to get Bepe to help with this today as well, maybe that can speed up things a bit.
Thanks
JD is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2010, 05:48 PM   #15
chronig
Registered User
 
Industry Role:
Join Date: Oct 2009
Posts: 2,653
I had this same problem with STP for a long time... frustrating as shit... host claimed stp was using an outdated version of ffmpeg that was calling outdated commands, while STP admins insisted it had to do with host. After installing 3 different version of ffmpeg, thought we had finally fixed the problem... but nope... thankfully the site is now sold (and I think the new owner prefers mechbunny)

The next time I create a tube site... if there is a next time, Ill ask the STP admins for a host recommendation... if it still doesnt work on a host of their choice, Ill probably explode... this shit used to frustrate the shit out of me (just read their support forums)
chronig is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks
Thread Tools



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.