Main Menu

friends

Banner

Latest articles

list all open ports
29/12/2009 | mad mad mod

 The netstat command to list all open udp and tcp ports and the PID and name of the program to which each socket belongs is: # netstat -tulpn Use lsof to list ALL open files (directorie [ ... ]


Hello World in java
18/11/2009 | mad mad mod

This article describes how to write, compile and execute a "Hello World" program in java on Linux (Fedora).  1. the prerequisitesa text editor of your choice (e.g. vi)a java compiler (go to http: [ ... ]


Other Articles
Facebook MySpace Twitter Digg Delicious Stumbleupon Google Bookmarks 

Designed by:
SiteGround web hosting Joomla Templates
How to copy a video from a digital camcorder via FireWire to your harddisk E-mail
other Linux articles
I am using the dvgrab application to copy data from my camcorder to the computer but I think there are many other ways how you can do that.

 

install the packages

make sure you have installed the needed packages:

# rpm -qa|grep dvgrab
dvgrab-3.2-1.fc8

also make sure you have loaded the required kernel modules:

# lsmod |grep -i iee && lsmod |grep -i fire
ieee1394 72372 1 ohci1394
firewire_ohci 22341 0
firewire_core 34785 1 firewire_ohci
crc_itu_t 6080 1 firewire_core

 

grab it

 

switch your camera on, and run the following command:

 

# dvgrab film
send oops
Found AV/C device with GUID 0x0000850000f463a3
Capture Started

 

stop dvgrab with "Ctrl+C".

This will copy your data (unmodified!) to a file called "film001.dv". There are a gazillion options for dvgrab. Here are some good examples:

 

Backup DV to DVD (example from the man pages):

 

dvgrab --autosplit --size 1998 --csize 4400 --cmincutsize 10 foo-


Records  video data from the default IEEE1394 source, cuts it into chunks when a new recording starts or when  the  current file  exceeds  1998  megabytes, or the current collection of files exceeds 4400 megabytes. It also reduces the size of the smallest  file  made  due  to  a  collection  size  cut to 10 megabytes.

This option is perfect for backing up DV to DVD’s as 2 Gb  is around  the maximum file size that (the current) linux imple-mentation of the ISO9660 ilesystem can handle!
Comments (0)
Write comment
Your Contact Details:
Comment:
[b] [i] [u] [url] [quote] [code] [img]   
:D:angry::angry-red::evil::idea::love::x:no-comments::ooo::pirate::?::(
:sleep::););)):0
Security
Please input the anti-spam code that you can read in the image.

!joomlacomment 4.0 Copyright (C) 2009 Compojoom.com . All rights reserved."

 
mad mad mod, Powered by Joomla! and designed by SiteGround web hosting