STP/Video/Server guys help...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • JD
    Too lazy to set a custom title
    • Sep 2003
    • 22651

    #1

    STP/Video/Server guys help...

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

    /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, 06:26 PM.
  • JD
    Too lazy to set a custom title
    • Sep 2003
    • 22651

    #2
    bump-a-saurus rex

    Comment

    • fris
      I have to go potty
      • Aug 2002
      • 55826

      #3
      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.


      My Newest Theme

      Comment

      • JD
        Too lazy to set a custom title
        • Sep 2003
        • 22651

        #4
        Originally posted by fris
        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

        Comment

        • JD
          Too lazy to set a custom title
          • Sep 2003
          • 22651

          #5
          shapoopy!

          Comment

          • k0nr4d
            Confirmed User
            • Aug 2006
            • 9231

            #6
            Originally posted by JD
            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.
            Mechanical Bunny Media
            Mechbunny Tube Script | Mechbunny Webcam Aggregator Script | Custom Web Development

            Comment

            • JD
              Too lazy to set a custom title
              • Sep 2003
              • 22651

              #7
              Originally posted by k0nr4d
              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, 10:14 PM.

              Comment

              • Godsmack
                Confirmed User
                • Apr 2004
                • 4525

                #8
                Originally posted by JD
                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!

                Comment

                • Godsmack
                  Confirmed User
                  • Apr 2004
                  • 4525

                  #9
                  Originally posted by k0nr4d
                  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!

                  Comment

                  • k0nr4d
                    Confirmed User
                    • Aug 2006
                    • 9231

                    #10
                    Originally posted by Godsmack
                    Thanks Konrad
                    No problem, i'm no stranger to argueing with hosts over ffmpeg either
                    Mechanical Bunny Media
                    Mechbunny Tube Script | Mechbunny Webcam Aggregator Script | Custom Web Development

                    Comment

                    • Godsmack
                      Confirmed User
                      • Apr 2004
                      • 4525

                      #11
                      Originally posted by k0nr4d
                      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!

                      Comment

                      • k0nr4d
                        Confirmed User
                        • Aug 2006
                        • 9231

                        #12
                        Originally posted by Godsmack
                        :-) ffmpeg can bite soooo fucking hard..
                        and let's not even get started on ffmpeg-php
                        Mechanical Bunny Media
                        Mechbunny Tube Script | Mechbunny Webcam Aggregator Script | Custom Web Development

                        Comment

                        • Godsmack
                          Confirmed User
                          • Apr 2004
                          • 4525

                          #13
                          Originally posted by k0nr4d
                          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!

                          Comment

                          • JD
                            Too lazy to set a custom title
                            • Sep 2003
                            • 22651

                            #14
                            Originally posted by Godsmack
                            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

                            Comment

                            • chronig
                              Registered User
                              • Oct 2009
                              • 2653

                              #15
                              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)

                              Comment

                              Working...