[Mjpeg-users] generate a DVD? prepare data for dvdauthor?

2006-03-15 Thread Torsten Mohr
Hi, i try to burn a DVD made with some material that i've cut and edited. Nearly every page i've found describes how to get the data _from_ a DVD, not how to generate it _for_ a DVD. Also in the MJPEG-Howto there is only described how to create a VCD or SVCD, not for DVD. I'd like to prepare

[Mjpeg-users] creating a YUV stream from PNGs, distorted output with garbage

2006-03-14 Thread Torsten Mohr
Hi everybody, i try to generate an MPEG that is suitable for a background menu for a DVD. So i used a Perl script to generate some pictures: #! /usr/bin/perl -w use GD; my $n = 25; for(my $i = 0; $i $n; $i++) { my $img = GD::Image-new(720, 576); my $white = $img-colorAllocate(255, 255,

Re: [Mjpeg-users] Driver installation?

2005-11-02 Thread Torsten Mohr
Hi, thanks for the hint. But it looks like my card is damaged. As i think about replacing it now i thought i'd first ask here for recommendations. What card should i buy for digital video editing under Linux? i got the hint by private mail to clean the contacts of the PCI card. That

Re: [Mjpeg-users] Driver installation?

2005-11-01 Thread Torsten Mohr
Hi, Your card appears somewhat broken, the correct id is 0x7efe, not 0x7e7e (note how the highest bit of the last byte is missing). Try modprobe zr36067 card=2 to workaround failing autodetection; it may work, but it may just bail out randomly elsewhere if the card really is damaged. thanks

[Mjpeg-users] Driver installation?

2005-10-29 Thread Torsten Mohr
Hi, i have a DC10 card in my PC that i haven't used for a longer time. It is not configured to work at the moment. In /etc/modprobe.conf i've set char-major-81 to zr36067. When i now do modprobe -k zr36067 i get the message: FATAL: Error inserting zr36067 (/lib/modules/2.6.11.6/kernel

[Mjpeg-users] how to encode an MPEG from an AVI?

2005-07-26 Thread Torsten Mohr
Hi, i did not encode any MPEGs from an AVI for a longer time. I used to use mp2enc for that, but it seems it is not in the latest distribution i use any more. I think there were some license issues with this one, if i remember correct? What could i use best nowadays to encode an MPEG from an

[Mjpeg-users] Error initializing Audio: Audio task died.

2004-08-28 Thread Torsten Mohr
Hi, thanks for the hints to get the mjpeg tools to compile, now it works. I still have the problem that glav dies immediately because it can't open ALSA audio on my 2.6.7 with onboard sound-intel8x0. I took a look int audiolib.c to see what the problem could be. The message i get is: **ERROR:

Re: [Mjpeg-users] SuSE 9.1, glav dies, mp2enc missing

2004-08-17 Thread Torsten Mohr
Hi, 1. glav dies: [EMAIL PROTECTED]:/vid glav geschenk.avi ++: **ERROR: [lavplay] Error initializing Audio: Audio \ task died. Reason: Error mapping audio buffer - Input/output error ++: lavtools version 1.6.2 Does you sound card support mmap audio playback ? The error decription

[Mjpeg-users] SuSE 9.1, glav dies, mp2enc missing

2004-08-16 Thread Torsten Mohr
Hi, my system is based on german distribution SuSE 9.1, i use kernel 2.6.7. 1. glav dies: [EMAIL PROTECTED]:/vid glav geschenk.avi ++: **ERROR: [lavplay] Error initializing Audio: Audio \ task died. Reason: Error mapping audio buffer - Input/output error ++: lavtools version 1.6.2 [EMAIL

Re: [Mjpeg-users] Build VDR, Tuner needed

2004-04-22 Thread Torsten Mohr
look at ELV, Conrad and so on. Thanks, Torsten. Torsten Mohr wrote: Hi, Hallo i'd like to build a VDR based on my DC10 card. But that card has no tuner, so the idea is to either: - add an external tuner that selects the program to record. Can anybody recommend an external

Re: [Mjpeg-users] Build VDR, Tuner needed

2004-04-22 Thread Torsten Mohr
Hi, thanks for that hint. It looks like this project is not yet really stable, has anybody got some experiences with this? Best regards, Torsten. On Wed, Apr 21, 2004 at 01:22:13PM +0200, Torsten Mohr wrote: Hi, i'd like to build a VDR based on my DC10 card. But that card has

[Mjpeg-users] perl bindings for LAV-Tools and SDL

2003-11-23 Thread Torsten Mohr
Hi, i just uploaded the C++ wrapper and the perl bindings for lavtools: http://www.s.netic.de/tmohr/lavperl-0.3.0.tar.bz2 This one: - fixes a bug that prevented the previous version from working. - contains a pach for SDL_perl-1.20.0 that adds the a functionality to return a Surfaces data

[Mjpeg-users] which IEEE1394 card to buy, how to capture and convert to MJPEG

2003-02-26 Thread Torsten Mohr
Hi, i'd like to buy a FireWire Card to capture some video streams from my brand new miniDV camcorder. What would be a good card to buy, that has good support in Linux? I'd like to then capture video streams and convert them in a way that lets me process them with MJPEG tools. Can anybody give

[Mjpeg-users] xawtv DC10+

2003-01-23 Thread Torsten Mohr
Hi, when i try to watch the video source that comes from my DC10+ with xawtv-3.83 (just downloaded it, 3.76 didn't work either) i only see a mixture of green/violet. The settings (composite, PAL, overlay) seem correct to me. I use the zr36067 that came with my 2.4.19 kernel. Any settings i

[Mjpeg-users] Announce: some effect tools

2003-01-22 Thread Torsten Mohr
Hi, i just wrote some tools that use liblav to do some effects on AVI video streams that are captured with lavrec. Thay are available at: http://www.s.netic.de/tmohr/lavfilter.tar.bz2 The name is kind of misleading. The tools can do: - pngblend: blend two streams into a final one. -

[Mjpeg-users] lav_read_audio: how many samples for ONE frame?

2003-01-19 Thread Torsten Mohr
Hi, i try to do some video and audio effects on some AVI streams, i have some questions related to that, it would be great if someone could give me some hints. I just sampled an AVI stream with lavrec, audio in 16 bits, 1 channel, audio rate is 11025. When i open that stream and read out the

[Mjpeg-users] reading an AVI file, how to get the sound?

2003-01-15 Thread Torsten Mohr
Hi, in /usr/include/mjpegtools/lav_io.h there are several functions declared to access/read/write a file recorded with lavrec. I have used these functions to read/write lavrec files. But how do i access the samples that are related to a picture? As i understand it, there is video information