GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   STP/Video/Server guys help... (https://gfy.com/showthread.php?t=984427)

JD 08-29-2010 07:25 PM

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.

JD 08-29-2010 07:52 PM

bump-a-saurus rex

fris 08-29-2010 07:54 PM

where is the error? thats juist the cmd line for the encode.

JD 08-29-2010 08:33 PM

Quote:

Originally Posted by fris (Post 17451175)
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 08-29-2010 09:57 PM

shapoopy!

k0nr4d 08-29-2010 10:15 PM

Quote:

Originally Posted by JD (Post 17451217)
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.

JD 08-29-2010 11:13 PM

Quote:

Originally Posted by k0nr4d (Post 17451317)
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

Godsmack 08-30-2010 12:34 AM

Quote:

Originally Posted by JD (Post 17451136)
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.

Godsmack 08-30-2010 12:35 AM

Quote:

Originally Posted by k0nr4d (Post 17451317)
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

k0nr4d 08-30-2010 01:16 AM

Quote:

Originally Posted by Godsmack (Post 17451409)
Thanks Konrad

No problem, i'm no stranger to argueing with hosts over ffmpeg either :1orglaugh

Godsmack 08-30-2010 01:24 AM

Quote:

Originally Posted by k0nr4d (Post 17451434)
No problem, i'm no stranger to argueing with hosts over ffmpeg either :1orglaugh

:-) ffmpeg can bite soooo fucking hard..

k0nr4d 08-30-2010 01:26 AM

Quote:

Originally Posted by Godsmack (Post 17451438)
:-) ffmpeg can bite soooo fucking hard..

and let's not even get started on ffmpeg-php

Godsmack 08-30-2010 01:37 AM

Quote:

Originally Posted by k0nr4d (Post 17451439)
and let's not even get started on ffmpeg-php

Please, lets not :1orglaugh

JD 08-30-2010 05:44 PM

Quote:

Originally Posted by Godsmack (Post 17451408)
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 :)

chronig 08-30-2010 05:48 PM

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)


All times are GMT -7. The time now is 04:27 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123