Anyone from here is a ffmpeg expert?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • R3nato
    Registered User
    • Jun 2007
    • 78

    #1

    Anyone from here is a ffmpeg expert?

    Hello,

    I need a help from a ffmpeg expert. I want the ffmpeg to start encoding after 20 seconds of video. So basically to cut the start of the video. Any of you knows to command I have to add in ffmpeg command line?

    Thanks and waiting for your answers
    Fap Tube XXX - probably the best tube from my room!
  • hand-held
    Confirmed User
    • Sep 2006
    • 136

    #2
    https://trac.ffmpeg.org/wiki/Seeking
    Pimp pimp... hooray! Pimp pimp... hooray!

    Comment

    • R3nato
      Registered User
      • Jun 2007
      • 78

      #3
      I know that site, but practicaly that makes image frames. I need to cut the first 20 seconds of the movie.
      Fap Tube XXX - probably the best tube from my room!

      Comment

      • hand-held
        Confirmed User
        • Sep 2006
        • 136

        #4
        -ss is just the start time, so -ss 20 will start your encode 20 seconds in.
        Pimp pimp... hooray! Pimp pimp... hooray!

        Comment

        • R3nato
          Registered User
          • Jun 2007
          • 78

          #5
          $ffmpeg_command = "-acodec libfaac -ss 25 -keyint_min 20 -r 20 -vcodec libx264 -crf 22 -b 1000k -bt 1000k -y -v 0 -bf 16 -threads 0"; //settings for ffmpeg encoding

          I added but is not starting the encode in 20 seconds
          Fap Tube XXX - probably the best tube from my room!

          Comment

          • daviking
            Confirmed User
            • Apr 2007
            • 290

            #6
            i use this in a bat file on pc:
            md new
            for %%a in ("*mp4") do ffmpeg -ss 20 -t 20 -i "%%a" -vcodec copy -movflags faststart -acodec copy "new\%%~na.mp4"
            pause

            Comment

            • sarettah
              see you later, I'm gone
              • Oct 2002
              • 14321

              #7
              Originally posted by R3nato
              $ffmpeg_command = "-acodec libfaac -ss 25 -keyint_min 20 -r 20 -vcodec libx264 -crf 22 -b 1000k -bt 1000k -y -v 0 -bf 16 -threads 0"; //settings for ffmpeg encoding
              You have -ss 25 in that command string, so the encoding should start 25 seconds in using that.

              .
              All cookies cleared!

              Comment

              • R3nato
                Registered User
                • Jun 2007
                • 78

                #8
                Should start but is not starting. Starts from 0

                Hot teen surprises stud during her virgin sex with her naughty antics
                Fap Tube XXX - probably the best tube from my room!

                Comment

                • candyflip
                  Carpe Visio
                  • Jul 2002
                  • 43069

                  #9
                  I'm not an expert. I just use this:

                  iFFmpeg

                  Spend you some brain.
                  Email Me

                  Comment

                  • NemesisEnforcer
                    Confirmed User
                    • Aug 2003
                    • 2122

                    #10
                    Originally posted by candyflip
                    I'm not an expert. I just use this:

                    iFFmpeg
                    ... or myFFmpeg
                    The Only Time When Success Comes Before Work Is In A Dictionary.

                    Did you ever notice: When you put the 2 words 'The' and 'IRS' together it spells 'Theirs.'

                    Comment

                    Working...