You are not logged in.

#1 2003-12-21 20:11:54

red_over_blue
Member
Registered: 2003-07-19
Posts: 152

xvidcap

For the gtk2 interface, launch with gvidcap.

Here is a sample that I made:

http://26rca.zapto.org/misc/arch/test.mpeg

And, as everyone SHOULD be doing... here is the PKGBUILD:

pkgname=xvidcap
pkgver=1.1.2
pkgrel=1
pkgdesc="A small tool to capture things going on on an X-Windows display"
url="http://xvidcap.sourceforge.net/"
depends=('gtk2')
conflicts=()
backup=()
install=
source=(http://aleron.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('b50cc1dd78bdada6b38ca47542287c22')

build() {
    cd $startdir/src/$pkgname-$pkgver
    ./configure --prefix=/usr --with-gtk2 --with-forced-embedded-ffmpeg
    make || return 1
    make prefix=$startdir/pkg/usr install
}

Don't forget to post your PKGBUILD in your thread when you announce a new package in incoming.
see HERE for details

Offline

#2 2003-12-21 21:35:50

contrasutra
Member
From: New Jersey
Registered: 2003-07-26
Posts: 507

Re: xvidcap

Very cool, thanks.  big_smile

Similar topic: Do you know a program to automatically take a screenshot at certain intervals, and then upload it to an FTP server?

There are programs for windows, cant find one for linux.

I guess I could just write a small script using imagemagick, but that would require work.


"Contrary to popular belief, penguins are not the salvation of modern technology.  Neither do they throw parties for the urban proletariat."

Offline

#3 2003-12-21 22:21:34

red_over_blue
Member
Registered: 2003-07-19
Posts: 152

Re: xvidcap

You can use this.  I wrote it a while ago, it is not very sophisticated, I was only fooling around:

#!/bin/bash

mkdir test
cd test
pause=5
frames=2


echo "Starting aniscreen"
echo -e "nn"

for ((a=1000; a <= 999+frames ; a++))
do
        let "currentframe = a-999"
        echo "Capturing Frame" $currentframe "of" $frames "with" $pause "second pause"
        import -window root -resize 400x280 aniscreen-$a.gif
        sleep $pause
done

gifsicle --loopcount=forever --delay=50 --colors 256 `ls *.gif` > anim.gif


echo -e "nDONEn"

Don't forget to post your PKGBUILD in your thread when you announce a new package in incoming.
see HERE for details

Offline

#4 2003-12-22 01:41:22

contrasutra
Member
From: New Jersey
Registered: 2003-07-26
Posts: 507

Re: xvidcap

Yeah, I ended up just writing a script w/ imagemagick and "ftpput" and then just running it as a cron job.

Thanks though, yours is neat.


"Contrary to popular belief, penguins are not the salvation of modern technology.  Neither do they throw parties for the urban proletariat."

Offline

#5 2004-09-27 19:53:50

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: xvidcap

xvidcap ->extra/multimedia


The impossible missions are the only ones which succeed.

Offline

#6 2010-06-11 03:30:47

trusktr
Banned
From: .earth
Registered: 2010-02-18
Posts: 907
Website

Re: xvidcap

How do you get gvidcap? i've installed xvidcap but there is no gvidcap command..? I dont see another package either...?


joe@trusktr.io - joe at true skater dot io.

Offline

#7 2010-06-11 03:50:32

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,405
Website

Re: xvidcap

Woah!  Necro-bumping as its finest:  http://wiki.archlinux.org/index.php/For … Bumping.27

Closing

Online

Board footer

Powered by FluxBB