Re: [Mjpeg-users] more telecine stuff

2005-01-26 Thread John Gay
On Wednesday 26 January 2005 20:55, Trent Piepho wrote: > On Wed, 26 Jan 2005, E.Chalaron wrote: > > Anyway I have another small thing here. > > A 400 ft reel of Super 8 comes to 28800 individual frames, which is > > obviously too much to handle for bash/cat > > Did you really take 28800 individual

Re: [Mjpeg-users] more telecine stuff

2005-01-26 Thread E.Chalaron
> ps: If it *is* black&white... try PGM images and the new "pnmtoy4m"! Thanks Matt, will give a go to it as Steven Shultz already did recommand it to me... yes some are B&W I was wondering if it would be possible to colour them though just for the technical challenge :-) E --

Re: [Mjpeg-users] more telecine stuff

2005-01-26 Thread Matto Marjanovic
>From: Trent Piepho <[EMAIL PROTECTED]> >Date: Wed, 26 Jan 2005 12:55:50 -0800 (PST) > >On Wed, 26 Jan 2005, E.Chalaron wrote: ... >> I know that >> find . -name \*.tga | xargs -n1 tgatoppm | ppmtoy4m | blabla > >Try this: >find . -name \*.tga | xargs -n1 cat | ppmtoy4m

Re: [Mjpeg-users] Kernel oops with mpeg2enc

2005-01-26 Thread Ronald S. Bultje
Hi Thomas, On Wed, 2005-01-26 at 22:07, Thomas Börkel wrote: > I got a kernel oops while mpeg2enc was running. When I tried the same > encoding again later (after reboot), the machine froze. That implies broken memory, or you've overclocked a but too much. Ronald -- Ronald S. Bultje <[EMAIL P

Re: [Mjpeg-users] freebsd port: "undefined reference to quicktime_read_audio"

2005-01-26 Thread Steven M. Schultz
On Wed, 26 Jan 2005, Sebastian Singer wrote: > O.K. did these symlinks, > I linked aclocal -> aclocal19 and aclocal-1.9 -> aclocal19 > At first a little light in the tunnel: "which automake" was not detected > before symlinking but afterwards, > (b.t.w. automake 1.9.4). > But: It had no effe

Re: [Mjpeg-users] more telecine stuff

2005-01-26 Thread Trent Piepho
On Wed, 26 Jan 2005, E.Chalaron wrote: > Anyway I have another small thing here. > A 400 ft reel of Super 8 comes to 28800 individual frames, which is obviously > too much to handle for bash/cat Did you really take 28800 individual pictures by hand? > I know that > find . -name \*.tga | xargs

[Mjpeg-users] [PATCH 24/34] media/zoran_driver: replace interruptible_sleep_on_timeout() with wait_event_interruptible_timeout()

2005-01-26 Thread Nishanth Aravamudan
Hi, Please consider applying. Description: Use wait_event_interruptible_timeout() instead of the deprecated interruptible_sleep_on_timeout(). Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc2-kj-v/drivers/media/video/zoran_driver.c 2005-01-24 09:3

Re: [Mjpeg-users] freebsd port: "undefined reference to quicktime_read_audio"

2005-01-26 Thread Sebastian Singer
On Tue, 25 Jan 2005 13:16:21 -0800 (PST) "Steven M. Schultz" <[EMAIL PROTECTED]> wrote: > > On Tue, 25 Jan 2005, Sebastian Singer wrote: > > > These are the errors: > > # autoconf259 > > configure.ac:18: error: possibly undefined macro: AM_INIT_AUTOMAKE > > configure.ac:19: error: possibly undef

Re: [Mjpeg-users] Color / No color

2005-01-26 Thread Bernhard Praschinger
Hallo > > > Captures produced by lavrec always end up in B/W. OTOH, I can take xawtv > > > and see my camcorders life feed in color! > > > > > > Specs: > > > lavrec -v2 -fa -iP -a0 -d2 record.avi > > Which input do you have selected in XAWTV ? > S-Video Just checking the S-Video In of my DC30+.

Re: [Mjpeg-users] more telecine stuff

2005-01-26 Thread Bernhard Praschinger
Hallo > > Anyway I have another small thing here. > > A 400 ft reel of Super 8 comes to 28800 individual frames, which is > > obviously > > too much to handle for bash/cat > I was waiting for that issue to come up ;) I have once a Problem with more than 20 frames in one direcotry. rm,

Re: [Mjpeg-users] pulldown or yuvfps

2005-01-26 Thread Bernhard Praschinger
Hallo > > Might be a interresting idea to be able to tell yuvfps you own > > resampling style. > > Doesn't it exist in Kino ? I don't know. I do not have a DV video source. So I don't need to use kino. > That could be another option for me, to convert the all lot in DV then use > the Fx slow dow

[Mjpeg-users] [PATCH 23/34] media/zoran_device: replace interruptible_sleep_on() with wait_event_interruptible()

2005-01-26 Thread Nishanth Aravamudan
Hi, Please consider applying. Description: Use wait_event_interruptible() instead of the deprecated interruptible_sleep_on(). Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc2-kj-v/drivers/media/video/zoran_device.c 2005-01-24 09:34:08.0 -0

Re: [Mjpeg-users] more telecine stuff

2005-01-26 Thread Roine Gustafsson
On Wednesday, Jan 26, 2005, at 06:04 Europe/Stockholm, E.Chalaron wrote: Thanks all for your advice. Will do something about parameters :-) like RTFM and behaving myself... Anyway I have another small thing here. A 400 ft reel of Super 8 comes to 28800 individual frames, which is obviously