video editing and raw file software required

Stuff that has yet to be sorted into a category.
Post Reply
Message
Author
User avatar
stowpirate
Posts: 69
Joined: Sun 18 Mar 2007, 19:46

video editing and raw file software required

#1 Post by stowpirate »

Are there any links to pet files for kino or similar video editing software? Also looking for ufraw or similar pet software?

User avatar
gary101
Posts: 555
Joined: Sun 08 Oct 2006, 09:51
Location: Boston, Lincs. UK

#2 Post by gary101 »

Double post sorry :oops:
Last edited by gary101 on Sun 30 Nov 2008, 18:48, edited 1 time in total.

User avatar
gary101
Posts: 555
Joined: Sun 08 Oct 2006, 09:51
Location: Boston, Lincs. UK

#3 Post by gary101 »

Hi

I don't now if this will help but I believe Dougal compiled Kino for puppy quite a while ago.

This thread makes mention of it and has info on al sorts of video editing programs
http://www.murga-linux.com/puppy/viewtopic.php?t=2425

All the best

Gary

GeoffS
Posts: 427
Joined: Fri 24 Feb 2006, 08:39
Location: Australia

#4 Post by GeoffS »

FatDog includes Kino - http://www.murga-linux.com/puppy/viewtopic.php?t=28068

Cheers
Geoff

User avatar
gray
Posts: 316
Joined: Fri 23 Feb 2007, 22:42
Location: Adelaide - South Australia

Kino

#5 Post by gray »

I have a version of Kino 1.3 for puppy 4.

Try http://download.tuxfamily.org/nop

User avatar
WB7ODYFred
Posts: 169
Joined: Sun 14 Dec 2008, 02:15
Location: Oregon & Washington

Kino_1.3 installed NOP dot pup. No dvgrap

#6 Post by WB7ODYFred »

Hello Puppy KinoDV friends,

I have the raw1394 module installed
modprobe raw1394

Module Size Used by
ohci1394 31792 0
raw1394 26716 4
ieee1394 89272 2 ohci1394,raw1394
parport_pc 32068 1

modprobe raw1394

Code: Select all

Setup Raw1394 Devices
http://www.murga-linux.com/puppy//viewtopic.php?t=32110&sid=f96b1bafbf3130f0d56a0f2e7aa299a0


> The first step seems to be to ensure all related 1394 modules are
> loaded, and they are all loaded.
So they should be created with:
mknod /dev/raw1394 c 171 0
mknod /dev/video1394 c 172 0 

So I suppose you did something like this:
/sbin/modprobe raw1394
/sbin/modprobe dv1394

chmod 666 /dev/raw1394

where is the program dvgrab. What else do I need to download / install to make Kino 1.3 happy to run and capture video from my Samsung SC-D372 NTSC miniDV video camera.

I have used Kino previously in the past with Linux under a knoppix or MEPIS linux install.

email WB7ODYFred at yahoo dot com

Thanks for you help. I am just missing some little switch or something.

I have downloaded and tried compiling from the sources, but the configure is complaining about not finding a file that exists and is in the proper place.

Code: Select all

# pwd
/root/Downloads/Kino/libraw1394-2.0.0
# make
make  all-recursive
make[1]: Entering directory `/root/Downloads/Kino/libraw1394-2.0.0'
Making all in src
make[2]: Entering directory `/root/Downloads/Kino/libraw1394-2.0.0/src'
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I    -g -O2 -MT main.lo -MD -MP -MF .deps/main.Tpo -c -o main.lo main.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I -g -O2 -MT main.lo -MD -MP -MF .deps/main.Tpo -c main.c  -fPIC -DPIC -o .libs/main.o
In file included from raw1394_private.h:6,
from main.c:36:
fw.h:27:33: error: linux/firewire-cdev.h: No such file or directory
In file included from raw1394_private.h:6,
from main.c:36:
fw.h:117: error: field 'reset' has incomplete type
make[2]: *** [main.lo] Error 1
make[2]: Leaving directory `/root/Downloads/Kino/libraw1394-2.0.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/Downloads/Kino/libraw1394-2.0.0'
make: *** [all] Error 2
                                  
SEE below,  the firewire-cdev.h  file exists in the include directory.                                  
# pwd
/root/Downloads/Kino/libraw1394-2.0.0
# ls /usr/src/linux/include/linux/fire*
/usr/src/linux/include/linux/firewire-cdev.h
/usr/src/linux/include/linux/firewire-constants.h
# 
I am trying to build the libraw1394 so that I can install it.
Maybe that would fix the missing libraw1394 problem..

How did you solve getting KINO 1.3 to run under Puppy Linux 4.1.1.?
Fred asks. Send me a private email or post here. Thank you.

User avatar
WB7ODYFred
Posts: 169
Joined: Sun 14 Dec 2008, 02:15
Location: Oregon & Washington

Kino 1.3, might be a camera, firewire card, or cable prblm

#7 Post by WB7ODYFred »

26-January-2009 the fix was to move the IEEE1394 PCI firewire card from PCI slot 3 to PCI slot 1 closest to the CPU. This seems to changes IRQ levels or something different with hardware PCB circuit traces going
to a different PCI Slot number.

# ./dvgrab -i
Error: no camera exists
After moving the PCI card, here is the good result.when plugging the
firewire cable into the miniDV camera and then turning on the camera into the player mode.

# ./dvgrab -i
Found AV/C device with GUID 0x0000f00000006953
Going interactive. Press '?' for help.
q=quit, p=play, c=capture, Esc=stop, h=reverse, j=backward scan, k=pause
l=forward scan, a=rewind, z=fast forward, 0-9=trickplay, <space>=play/pause
Capture Started:08:02 "" sec
"dvgrab-001.dv": 33.65 MiB 294 frames timecode 00:30:18.11 date 2008.11.08 16:52:12
Capture Stopped
"Playing Paused" 00:30:18:26 "" sec
#

dmesg | tail -5
ieee1394: Current remote IRM is not 1394a-2000 compliant, resetting...
ieee1394: Node added: ID:BUS[0-00:1023] GUID[0000f00000006953]
ieee1394: Node changed: 0-00:1023 -> 0-01:1023
NOTE: The dv1394 driver is unsupported and may be removed in a future Linux release. Use raw1394 instead.

# lsmod | grep 1394
dv1394 18748 0
raw1394 26716 0
video1394 17852 0
ohci1394 31792 2 dv1394,video1394
ieee1394 89272 4 dv1394,raw1394,video1394,ohci1394
#

i# lsmod | grep 1394
video1394 17852 0
ohci1394 31792 1 video1394
raw1394 26716 0
ieee1394 89272 3 video1394,ohci1394,raw1394
#
# ls -l /dev/raw*
crw-rw-rw- 1 root video 171, 0 2008-12-14 07:28 /dev/raw1394

What does the output of your use of "dvgrab" say when it sees
a miniDV camcorder?

The Camera display changes and displays a "DV" on screen and I hear
a musical sound when connecting and disconnecting the firewire cable.

dmesg | tail -20

eth0: link down
agpgart: Found an AGP 3.5 compliant device at 0000:00:00.0.
agpgart: Device is in legacy mode, falling back to 2.x
agpgart: Putting AGP V2 device at 0000:00:00.0 into 4x mode
agpgart: Putting AGP V2 device at 0000:01:00.0 into 4x mode
ieee1394: raw1394: /dev/raw1394 device initialized
usb 1-1: USB disconnect, address 3
hub 2-0:1.0: unable to enumerate USB device on port 1
usb 1-1: new low speed USB device using uhci_hcd and address 4
usb 1-1: configuration #1 chosen from 1 choice
input: A4Tech PS/2+USB Mouse as /devices/pci0000:00/0000:00:10.0/usb1/1-1/1-1:1.0/input/input6
input: USB HID v1.10 Mouse [A4Tech PS/2+USB Mouse] on usb-0000:00:10.0-1
video1394: Installed video1394 module
kjournald starting. Commit interval 5 seconds
EXT3 FS on sdb5, internal journal
EXT3-fs: mounted filesystem with ordered data mode.


I see these two lines relevant lines.

ieee1394: raw1394: /dev/raw1394 device initialized
video1394: Installed video1394 module



# ls -l /sys/bus/ieee1394/drivers
total 0
drwxr-xr-x 2 root root 0 2008-12-17 19:41 nodemgr
drwxr-xr-x 2 root root 0 2008-12-17 19:41 raw1394
drwxr-xr-x 2 root root 0 2008-12-18 02:33 video1394
# ls -l /sys/bus/ieee1394/drivers/raw1394
total 0
--w------- 1 root root 4096 2008-12-17 21:54 bind
-r--r--r-- 1 root root 4096 2008-12-17 21:54 device_ids
lrwxrwxrwx 1 root root 0 2008-12-17 21:54 module -> ../../../../module/raw1394
-r--r--r-- 1 root root 4096 2008-12-17 21:54 name
--w------- 1 root root 4096 2008-12-17 21:54 uevent
--w------- 1 root root 4096 2008-12-17 21:54 unbind
# ls -l /sys/bus/ieee1394/drivers/video1394
total 0
--w------- 1 root root 4096 2008-12-18 02:34 bind
-r--r--r-- 1 root root 4096 2008-12-18 02:34 device_ids
lrwxrwxrwx 1 root root 0 2008-12-18 02:34 module -> ../../../../module/video1394
-r--r--r-- 1 root root 4096 2008-12-18 02:34 name
--w------- 1 root root 4096 2008-12-18 02:34 uevent
--w------- 1 root root 4096 2008-12-18 02:34 unbind
# ls -l /sys/bus/ieee1394/devices
total 0
#

IWhat other change should I be looking for when the camera is plugged
in? I thought I would see a short message in the output from "dmesg"

What output do you get when you plug a miniDV camera into your computers firewire connector?

My camera does not seem to be recognized on Puppy Linux 4.1.1

Fred

ps. The Fix was to move the Firewire IEEE1394 card from PCI slot 3 to PCI slot 1. This position change of the PCI slot would move the PCI IRQ lines to a different IRQ ( maybe). That simple changed fixed the problem of the Camera not being detected. Now the AVC controls Work and the digital video downloaded superbly.

See the resulting video at http://fredsfirewood.blip.tv
A Video Interview of Amateur Radio Operator long haul trucker who talks around the world and has QSL cards to prove his contacts with foreign Amateur Radio Operators.

Thanks Barry and puppy linux supporters. :D
Attachments
AVC_Preference_with_Camera_on_Cable_Connected.png
I Have the miniDV camera in the player mode with the firewire cable connected.


start Kino
Select Edit menu --&gt; Preferences
click on IEEE1394 tab.

You should see the avc selection button with the &quot;0000f00000006953&quot; number inscribed.
(97.69 KiB) Downloaded 477 times
Last edited by WB7ODYFred on Tue 24 Feb 2009, 22:36, edited 3 times in total.

nancy reagan
Posts: 544
Joined: Thu 22 Jan 2009, 14:20

VIDEOPUP

#8 Post by nancy reagan »

Videopup is a wonderful pup crammed full with all kinds of editing software.


http://murga-linux.com/puppy/viewtopic.php?t=36847

Post Reply