kino, is it working ?

Florin Andrei florin at andrei.myip.org
Wed Jan 4 23:23:44 UTC 2006


On Wed, 2006-01-04 at 22:26 +0100, Marcel Janssen wrote:

> I just bought a video camera today and wanted to try kino.
> Unfortunately kino keeps on hanging, even if I want to play a captured DV 
> file.

For capture I just use dvgrab and it works pretty well:

##########################################
#!/bin/sh

if [ ! $1 ]; then
  echo "Usage: $0 dirname"
  exit
fi
name=$1

mkdir -v ${name} || exit
pushd ${name}
mkdir -v dv || exit
pushd dv

dvgrab --autosplit --size 0 --format dv2 --opendml \
  --noavc --timestamp --buffers 200 ${name}-

popd
popd
##########################################

I also used Kino a little bit on files captured this way and it seemed
to work well, but I didn't do a lot of work.

> Has anyone got this working on a 64bit AMD ?

Well, my system is 32bit.

-- 
Florin Andrei

http://florin.myip.org/




More information about the fedora-list mailing list