Good forum for help with ffmpeg/mplayer/mencoder?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jakez
    Confirmed User
    • Jan 2004
    • 5656

    #1

    Good forum for help with ffmpeg/mplayer/mencoder?

    Does anyone know a good place to get help with these?
    [email protected] - jakezdumb - 573689400

    Killuminati
  • fris
    Too lazy to set a custom title
    • Aug 2002
    • 55679

    #2
    what do you need help with?

    you will find tutors that will help you more than waiting for someone to answer in a forum

    http://www.catswhocode.com/blog/19-f...-for-all-needs
    Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

    Comment

    • Owner
      Confirmed User
      • Nov 2006
      • 905

      #3
      http://forum.doom9.org/index.php

      Comment

      • SmellyNose
        Confirmed User
        • Aug 2009
        • 206

        #4
        IRC is your best best. Probably irc.freenode.org #ffmpeg - 132 people
        I'm a PHP developer - 594086663 - [email protected]

        Comment

        • plsureking
          bored
          • Aug 2003
          • 4904

          #5
          http://www.scriptmantra.info/ffmpeg.html
          PornCMS / low cost paysite management with hosting

          Comment

          • Jakez
            Confirmed User
            • Jan 2004
            • 5656

            #6
            Originally posted by fris
            what do you need help with?
            I'm actually just trying to get a listing of video information onto a page, it's supposed to be just "ffmpeg -i file.flv" but I think that is only for ssh? I need something like:

            print exec("ffmpeg -i file.flv");
            But that doesn't work, I do have this:

            print exec("mplayer -identify file.flv -ao null -vo null -frames 0 2>/dev/null | grep ^ID_");
            But it will only print 1 value that I specify and not all the information.
            Last edited by Jakez; 02-19-2010, 06:09 AM.
            [email protected] - jakezdumb - 573689400

            Killuminati

            Comment

            • fuzebox
              making it rain
              • Oct 2003
              • 22352

              #7
              print shell_exec("ffmpeg -i file.flv 2>&1");

              Comment

              • Jakez
                Confirmed User
                • Jan 2004
                • 5656

                #8
                Originally posted by fuzebox
                print shell_exec("ffmpeg -i file.flv 2>&1");
                Is there anything more structured? I don't think something like that would look the same on every server no?
                [email protected] - jakezdumb - 573689400

                Killuminati

                Comment

                • UniqueD
                  Confirmed User
                  • Aug 2004
                  • 1022

                  #9
                  i use the system("ffmpeg -i file.mp4")

                  the ffmpeg-php extension is pretty usefull for stuff like this. Lets you grab specific attributes such as video bitrate, audio bitrate, framerate etc..

                  Comment

                  • Jakez
                    Confirmed User
                    • Jan 2004
                    • 5656

                    #10
                    I was hoping there was a way to have the info placed into an array or something, but I guess I can just grab text from that info and make my own.
                    [email protected] - jakezdumb - 573689400

                    Killuminati

                    Comment

                    • fris
                      Too lazy to set a custom title
                      • Aug 2002
                      • 55679

                      #11
                      use the php library fuck executing
                      Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

                      Comment

                      • quantum-x
                        Confirmed User
                        • Feb 2002
                        • 6863

                        #12
                        Originally posted by Jakez
                        I was hoping there was a way to have the info placed into an array or something, but I guess I can just grab text from that info and make my own.
                        As above: use http://ffmpeg-php.sourceforge.net/
                        PrettyInCash.com - BoozedGFs.com - TeenGFs.com - JizzGFs.com- MilfUploads.com -

                        Comment

                        Working...