I need help watermarking some mp4's

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Morgan
    Too lazy to set a custom title
    • May 2002
    • 10520

    #1

    I need help watermarking some mp4's

    Trying to use Video Charge to watermark about 450+ .mp4's but the output is not showing the watermark. Be happy to pay someone for their time if they can show me why it's not working. Or if someone can show me a better way, that would be great. Also tried Watermark Master but keeps crashing.

    Or maybe I can just hire you to do it.
    PornstarPlatinum.com | TransErotica.com
  • candyflip
    Carpe Visio
    • Jul 2002
    • 43072

    #2
    I've done this for a bunch of people recently.

    If you just want to dump it off on someone and have it done right, drop me a line.

    Email is in my sig...I don't check ICQ all that often.

    Spend you some brain.
    Email Me

    Comment

    • Kenny B!
      Confirmed Abuser
      • Jun 2003
      • 5718

      #3
      Bump for you
      Kenny -at- YourPaysitePartner.com
      Skype: kennyb514

      Do business with us:
      Your Paysite Partner
      Kenny's Pennies
      Sticky Dollars
      Radical Cash
      Indie Bucks
      Stand Ahead


      Read My Ambush Interview Here

      Comment

      • dunhill
        Confirmed User
        • Jul 2013
        • 89

        #4
        Use ffmpeg and watermark all of them in a single command. Let me know if you need help and I'll show you for free

        Comment

        • signupdamnit
          Confirmed User
          • Aug 2007
          • 6697

          #5
          On Linux using ffmpeg:

          Code:
          for f in *.*; do ffmpeg -i "$f" -vf "movie=../watermark.png [watermark]; [in][watermark] overlay=main_w-overlay_w-5:main_h-overlay_h-5 [out]" -strict -2 -y out/"$f"; done
          where 'watermark.png' is the image you want to use as a watermark. This will watermark everything in the current directory on the bottom right corner. Also create a directory named 'out' under this directory and it will put the watermarked files there.
          Last edited by signupdamnit; 06-25-2014, 09:32 AM.

          You don't like my posts? Put me on ignore or fuck right off. I'll say what I want.

          Comment

          • Rattlehead
            Confirmed User
            • Mar 2003
            • 744

            #6
            Shoot an email to [email protected].
            He is awesome, fast and affordable. I send a lot of editing and transcoding to him to process.
            Wifey Cash - Official Program For Wifey's World

            Comment

            • wizzart
              scriptmaster
              • May 2006
              • 5246

              #7
              Bottom right corner

              ffmpeg –i inputvideo.avi -vf "movie=watermarklogo.png [watermark]; [in][watermark] overlay=main_w-overlay_w-10:main_h-overlay_h-10 [out]" outputvideo.flv
              BimboZone

              Comment

              • NaughtyRob
                Two fresh affiliate progs
                • Nov 2004
                • 29602

                #8
                Dumb question but this may also help others...., you guys that suggested the ffmpeg code...
                where do you put that command to make it work?
                [email protected]
                Skype: 17026955414
                Vacares Web Hosting - Protect Your Ass with Included Daily Backups

                Comment

                • dunhill
                  Confirmed User
                  • Jul 2013
                  • 89

                  #9
                  Originally posted by NaughtyRob
                  Dumb question but this may also help others...., you guys that suggested the ffmpeg code...
                  where do you put that command to make it work?
                  You need a dedicated/vps to install ffmpeg and run the command. Some hosts allow you to run it directly from php -- this is how some tube scripts get the duration and thumbs of the videos.

                  Comment

                  Working...