Flash Metadata Batch Help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Boobgirl
    Confirmed User
    • Sep 2005
    • 447

    #1

    Flash Metadata Batch Help

    I have both Yamdi and FLVtool2 on my server and I want to be able to batch encode all of my flash files with metadata for streaming. I don't know the command for either of these programs to do a batch run? Any help?
    Dawn Allison
    www.dawnsplace.com
    www.dpdollars.com
  • NaughtyRob
    Two fresh affiliate progs
    • Nov 2004
    • 29602

    #2
    Maybe ask your host? They may do it for you.
    [email protected]
    Skype: 17026955414
    Vacares Web Hosting - Protect Your Ass with Included Daily Backups

    Comment

    • munki
      Do Fun Shit.
      • Dec 2004
      • 13393

      #3
      bash script it...

      I have the simplest tastes. I am always satisfied with the best.” -Oscar Wilde

      Comment

      • Boobgirl
        Confirmed User
        • Sep 2005
        • 447

        #4
        Originally posted by munki
        bash script it...
        example?
        Dawn Allison
        www.dawnsplace.com
        www.dpdollars.com

        Comment

        • munki
          Do Fun Shit.
          • Dec 2004
          • 13393

          #5
          Originally posted by Boobgirl
          example?
          Code:
          mencoder $1 -of lavf -ovc lavc -lavcopts vcodec=flv:vbitrate=800:acodec=libfaac:abitrate=96 -srate 44100 -oac lavc -vf scale=640:480 -o $2
          flvtool2 -Uv $2 $3
          rm $2
          example flvtool2 injection using mencoder outputs...

          I have the simplest tastes. I am always satisfied with the best.” -Oscar Wilde

          Comment

          Working...