Recommendations Needed: Simple Server-Side Video Encoding Script

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • XSAXS
    Confirmed User
    • Nov 2004
    • 652

    #1

    Recommendations Needed: Simple Server-Side Video Encoding Script

    So I have a folder full of mp4 videos on my server. (960x540 -- 3000kbps.)

    And I want to batch encode the vids into smaller versions for mobile users. (eg. 480x270 -- 800kbps.)

    What's the best script to handle this? I prefer a GUI, if possible, and would love to have the script crop thumbs for each video too.

    I don't need a full blown tube script, but will consider it if that's the only way to do it.
  • BSleazy
    Confirmed User
    • Aug 2002
    • 6721

    #2
    ffmpeg is what most everything uses as far as I know. no gui.
    icq 156131086

    Comment

    • XSAXS
      Confirmed User
      • Nov 2004
      • 652

      #3
      Originally posted by BSleazy
      ffmpeg is what most everything uses as far as I know. no gui.
      Yeah. I'm reading up on it, and everything seems to point back to ffmpeg. I was just hoping someone had a helper script to make it more user friendly.

      Comment

      Working...