Activity Stream
48,167 MEMBERS
6758 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Page 1 of 3 123 LastLast
Results 1 to 10 of 28
  1.     
    #1
    Member
    Website's:
    extremecoderz.com helpfultools.net

    Default [TUT] Create screencaps on linux

    We're going to use here mtn instead of mplayer which could not work on ur vps or server coz of something.

    What's the advantage of using it?

    • No gui required,
    • quite simple usage,
    • very fast time of getting caps 0,5-5 seconds (on standard settings)

    So here we go:
    Part I - Installation

    Update your repositories:
    Code: 
    vi /etc/apt/sources.list
    Ubuntu 9.10:
    purge everything from there and enter:
    Code: 
    deb http://archive.ubuntu.com/ubuntu karmic universe multiverse
    deb-src http://archive.ubuntu.com/ubuntu karmic universe multiverse
    deb http://us.archive.ubuntu.com/ubuntu/ karmic universe
    deb-src http://us.archive.ubuntu.com/ubuntu/ karmic universe
    deb http://us.archive.ubuntu.com/ubuntu/ karmic-updates universe
    deb-src http://us.archive.ubuntu.com/ubuntu/ karmic-updates universe
    deb http://us.archive.ubuntu.com/ubuntu/ karmic multiverse
    deb-src http://us.archive.ubuntu.com/ubuntu/ karmic multiverse
    deb http://us.archive.ubuntu.com/ubuntu/ karmic-updates multiverse
    deb-src http://us.archive.ubuntu.com/ubuntu/ karmic-updates multiverse
    deb http://security.ubuntu.com/ubuntu karmic-security universe
    deb-src http://security.ubuntu.com/ubuntu karmic-security universe
    deb http://security.ubuntu.com/ubuntu karmic-security multiverse
    deb-src http://security.ubuntu.com/ubuntu karmic-security multiverse
    For older versions read here:
    9.04: https://help.ubuntu.com/9.04/serverg...iguration.html
    8.10: https://help.ubuntu.com/8.10/serverg...iguration.html
    8.04: https://help.ubuntu.com/8.04/serverg...iguration.html

    Other distro?
    Hm well u gotta google

    Update everything
    Code: 
    sudo apt-get update
    sudo apt-get upgrade
    Install required stuff
    Code: 
    sudo apt-get install -y libgd2 libavcodec libavformat libavutil libswscale
    Download and unpack movie thumbnailer (mtn) binary:
    chmod and alias it!
    Code: 
    chmod 777 mtn
    
    vi /your_user_name/.bashrc
    add line:
    alias mtn='/your_destination_path/mtn'
    plus run that command in shell

    Ok installation done.


    Part II - Usage
    Now how it works?
    simple usage:
    Code: 
    mtn moviename.avi
    You'll get moviename_s.jpg as result

    Still u can get some errors with fonts it happens sometimes so use eg.:
    Code: 
    mtn moviename.avi -f /var/lib/defoma/gs.d/dirs/fonts/VeraBd.ttf
    or other font just make sure that u'll include absolute path to font file.

    Useful parameters:
    Code: 
    -b 0.80 - will skip screen cap if 80% of screen is blank
    -c x - use number instead of x, that's number of columns
    -j 90 - jpeg quality in %
    -r x - number of rows same as columns
    -T text - addtext above output image
    Need something different? Check help, just enter mtn and you'll get a lot more options.

    NOTE - want to get caps of all files in directory and subdirectories? use eg:
    mtn ./*.avi ./*/*.avi
    Got questions? Feel free to ask
    Avek Reviewed by Avek on . [How to] Create screencaps on linux We're going to use here mtn instead of mplayer which could not work on ur vps or server coz of something. What's the advantage of using it? No gui required, quite simple usage, very fast time of getting caps 0,5-5 seconds (on standard settings) So here we go: Rating: 5
    ExtremeCoderz support team member
    Animesuki fan

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    wscripts.net damnlolscript.com lulzjet.com
    thanks, will check it

  4.     
    #3
    The Wise One
    Website's:
    twilight.ws ddlrank.com
    Any way to make screenshots from every movie file (.avi) that's located within archives?
    I can always be contacted by sending a tweet @twilightws

  5.     
    #4
    Member
    thanks , wanted to use it well was lazy to check it

  6.     
    #5
    Member
    Website's:
    extremecoderz.com helpfultools.net
    Well u cannot make screencaps from packed files but u can eg. unpack them all and then as source use *.avi or path of folder with movies.
    ExtremeCoderz support team member
    Animesuki fan

  7.     
    #6
    Member
    I usually use the following parameters: -c5 -r10 -h 100 -f ~/Cyberbit.ttf -b 0.6 -D 6 -j 90 -g10

    Check http://moviethumbnail.sourceforge.net/usage.en.html for more info.

  8.     
    #7
    Member
    Website's:
    freedom2blog.com wrz4all.com
    Two great coderz from ExtremeCoderz are now on KWWH...nice

    thnx fr dis avek

    el_jentel1 <3 | WGTools.Com | dedicated fan of jayfella

  9.     
    #8
    Member
    Website's:
    warezall.com
    Thanks It works...

  10.     
    #9
    Member
    Nice post worked perfectly thanks

    *bookmarks for future reference*
    Signature too big, removed by staff.

  11.     
    #10
    Member
    Website's:
    extremecoderz.com helpfultools.net
    Glad u like it, note about subdirs added.
    ExtremeCoderz support team member
    Animesuki fan

Page 1 of 3 123 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How to Create and unpack .rar archive in Linux with GUI?
    By Gonzo1136 in forum Technical Help Desk Support
    Replies: 5
    Last Post: 1st Jan 2012, 12:51 PM
  2. Replies: 7
    Last Post: 26th Jul 2010, 08:33 AM
  3. screencaps
    By ivan1666 in forum Webmaster Resources
    Replies: 0
    Last Post: 2nd Apr 2010, 11:32 AM
  4. How to make Screencaps on HD1080p or 720p
    By plous_plous in forum Technical Help Desk Support
    Replies: 3
    Last Post: 9th Mar 2010, 02:00 AM
  5. Guide to creating Movie Screencaps
    By ? of ?? in forum Tutorials and Guides
    Replies: 2
    Last Post: 30th Aug 2009, 03:45 AM

Tags for this Thread

BE SOCIAL