Re: [Mjpeg-users] "Snow" around peoples...

2010-10-08 Thread Bernhard Praschinger
Hallo > I'm using mpeg2enc from inside Kino and I notice some small white points > flickering aroung the border of people, expecially if the background is > quite dark. This definitely doesn't happen if I export from Kino through > ffmpeg, nor if I play the DV movie with Kino or with any other pla

Re: [Mjpeg-users] "Snow" around peoples...

2010-10-09 Thread Bernhard Praschinger
Hallo >>> I call this thing "snow" because I really cannot find another word. >>> Sorry, I don't speak english! >> Do you know which commands are used to encode the video ? > Here are the default commands: What other commands are used ? And what command do you use for encoding? > mpeg2enc -v 0 -f

Re: [Mjpeg-users] [Mjpeg-developer] yuvdenoise performance patch

2010-10-10 Thread Bernhard Praschinger
Hallo > On Sat, 02 Oct 2010 07:12:39 +0200 Bernhard Praschinger >> There are still people that monitor the list :) >> My main problem is finding time to answer mails and do tests. > I see, same here. I didn't know whether the project was still alive, > since there'

Re: [Mjpeg-users] [SOLVED] Re: "Snow" around peoples...

2010-10-13 Thread Bernhard Praschinger
Hallo >> What other commands are used ? And what command do you use for encoding? > > They are the actual commands used, except for the bitrates and > interlace: I can get the command lines with "ps" but much easier > executing kino in a terminal (it dumps a lot of lines on the terminal). I did th

Re: [Mjpeg-users] [Mjpeg-developer] yuvdenoise performance patch

2010-10-14 Thread Bernhard Praschinger
Hallo > Oh yeah, this isn't on Linux. OSX probably has some kind of API for > checking if sse2 is available. Using CPUID isn't enough, because sse > requires OS support that might not be there. I.e., the cpu supports > sse2 but you're not actually able to use it. Probably not much of issue > o

Re: [Mjpeg-users] [Mjpeg-developer] yuvdenoise performance patch

2010-10-15 Thread Bernhard Praschinger
Hallo >> I tested your better version. And it compiles here on my linux and Intel >> osx box. I did also a quick test with the new version on the linux box. >> And it works well. >> >> So I would appreciate a feedback if it works on a mac. > > Thanks for looking into this, but I get: > > gcc -DHA

Re: [Mjpeg-users] [Mjpeg-developer] yuvdenoise performance patch

2010-10-15 Thread Bernhard Praschinger
Hallo Christian Ebert wrote: > * Trent Piepho on Friday, October 15, 2010 at 11:33:01 -0700 >> On Fri, Oct 15, 2010 at 10:58 AM, Christian Ebertwrote: >>> Index: yuvdenoise/main.c >>> === >>> RCS file: /cvsroot/mjpeg/mjpeg_play/yuvden

[Mjpeg-users] Tracker

2010-11-02 Thread Bernhard Praschinger
Hallo Last week a high number of spam (=Advertisement for things not related to the mjpegtools) was entered into the tracker of the mjpegtools. You still find some remains when you look at the project feed. The spam was removed from the tracker by the SF Staff. And I did change the tracker beha

Re: [Mjpeg-users] yuvdenoise

2010-11-14 Thread Bernhard Praschinger
Hallo E Chalaron wrote: > Hello all > Just a quick question : using mjpegtools through ffmpeg piping. > are they (or not) multi threaded ? > > ffmpeg -threads 2 -y -i - -f yuv4mpegpipe - | \ > yuvdenoise -t 2,8,8 -m 2,8,8 | > y4munsharp |\ > ffmpeg -y -threads 2 -i - -b 22k -vcodec dnxhd -thre

Re: [Mjpeg-users] yuvdenoise

2010-11-15 Thread Bernhard Praschinger
Hallo >> No - The heaviest hitting process is causing the bottle neck. Look at >> optimising this process to better utilise your machine, multithreading >> may help. There is no point optimising the low %CPU processes if >> this is the case. >> > > This is the case. > It seems to be yuvdenoise

Re: [Mjpeg-users] Error with Lavrec and BT848

2010-12-17 Thread Bernhard Praschinger
Hallo Please subscribe to the list, else you won't get all replys and your mails need to be approved by the mailinglist admin. matrobr...@libero.it wrote: > Hello everyone. > When I try to capture a video with my Conexant BT848 capture card, I get this > error: > > ** ERROR: [lavrec] Error queu

Re: [Mjpeg-users] R: Re: Error with Lavrec and BT848

2010-12-22 Thread Bernhard Praschinger
Hallo >> So please use a command like that: >> lavrec -f a -i P -g 352x288 -q 80 -a 0 -v 2 \ >> --software-encoding test.avi >> >> That records the video without the audio, to confirm that you don't have >> any problems with the audio card. >> You can than go up with the quality size and add sou

[Mjpeg-users] mjpegtools 2.0.0 RC1

2010-12-31 Thread Bernhard Praschinger
Hallo It took quite some time but finally there will be next version of the mjpegtools. The next version will be called 2.0.0 because the mjpegtools are already 10 years on Sourceforge, and so we start into our 2nd decade. Because of that the Major release number changed to 2. So please check

Re: [Mjpeg-users] question about performance

2011-01-06 Thread Bernhard Praschinger
Hallo entschuldigen Sie bitte meine direkte Kontaktaufnahme, aber ich habe Ihre Adresse in sourceforge gefunden und mich beschäftigen ein paar Fragen. Erst einmal ist es gut zu sehen, dass die Arbeiten an den mjpegtools weitergehen, vielen Dank dafür! Eigentlich bin ich ja nur projekt admin und

[Mjpeg-users] Problem with yuvdenoise and K8 CPU

2011-01-26 Thread Bernhard Praschinger
Hallo I got a error report from a user that tries to compile the mjpegtools on a AMD K8 Architecture on a Opensuse 11.3 I have attached the output of the configure script. When I try to compile yuvdenoise with optimizations for my barcelona CPU. Everything is ok but when I compile it for the

Re: [Mjpeg-users] animated screen shot

2011-01-28 Thread Bernhard Praschinger
Hallo tony.chamberl...@lemko.com wrote: > I needed to make an animated screen shot (e.g., like a movie) of my terminal > to send to someone. I found > http://linuxdevcenter.com/pub/a/linux/2004/03/04/screen_capture_movies.html > which works ok in general. It uses image magic "convert" to conver

Re: [Mjpeg-users] Manually setting host CPU for mjpegtools

2011-02-11 Thread Bernhard Praschinger
Hallo LRN wrote: > I'm building mjpegtools with mingw32 gcc 4.5.2 and msys. > When i configure it as-is, it detects my cpu as core2 (which is correct) > and compiles with -mcpu=core2 -mtune=core2 > It is commendable. However, i would like to compile a version that will > run on any more-or-less c

Re: [Mjpeg-users] Manually setting host CPU for mjpegtools

2011-02-11 Thread Bernhard Praschinger
Hallo >> LRN wrote: >>> I'm building mjpegtools with mingw32 gcc 4.5.2 and msys. >>> When i configure it as-is, it detects my cpu as core2 (which is correct) >>> and compiles with -mcpu=core2 -mtune=core2 >>> It is commendable. However, i would like to compile a version that will >>> run on any mo

Re: [Mjpeg-users] mjpegtools 2.0.0 RC1

2011-05-14 Thread Bernhard Praschinger
Hallo I know some things take really long here. [...] > Hi Berni, > I was trying to find a summation of the changes that have been made, but > had a bit of difficulty finding a README. Can you give us a summary of > what is different in the new version? I did update the ChangeLog and BUGS file w

[Mjpeg-users] mjpegtools 2.0.0 released

2011-05-22 Thread Bernhard Praschinger
Hallo I have put the mjpegtools 2.0.0 Release online. You can donwlod it in the file area on Sourceforge: http://sourceforge.net/projects/mjpeg/files/mjpegtools/ Since the release of the RC-1 a lot of small patches and fixes were included. I did just put the compressed source RPM online, and t

[Mjpeg-users] mjpeg 2.0.0 update

2011-05-27 Thread Bernhard Praschinger
Hallo as promised in the last mail I have put a RPM &devel Package online on SF. I have compiled it on the 32bit OpenSuse 11.4 It should work on similair systems. Hannes has compiled the mjpegtools with mingw, that build works on Windows based systems. If someone compiles the mjpegtools on a

Re: [Mjpeg-users] building mjpegtools rpm on non-SUSE systems

2011-06-18 Thread Bernhard Praschinger
Chris Caudle wrote: > Hello, > I was trying to rebuild the mjpegtools source rpm on a Fedora system, and > the build complained that > > "File not found: > /home/chris/rpmbuild/BUILDROOT/mjpegtools-2.0.0-1.x86_64/usr/bin/testrec" > > Is there supposed to be a testrec file included in the src rpm

[Mjpeg-users] lavrec changes

2011-07-09 Thread Bernhard Praschinger
Hallo I have added a patch from rstam to the cvs. The patch enables software based recording from devices based on a EM28xx cheipset. This devices are connected by USB, and are boxes like the DVC100 Pinnacle Dazzle Please download the current CVS, and test it. auf hoffentlich bald, Berni the

Re: [Mjpeg-users] Hello, pb with lavtools with new kernel

2011-07-16 Thread Bernhard Praschinger
Hallo > first, sorry il my english not so good (i'm french) > Since v4l1 interface has been removed from new kernels, the lavtools > very useful tools lavrec in not useable with a zoran dc10plus. > it's because the use of ioctls from v4l1 like this : > > (ioctl(settings->video_fd, VIDIOCSCHAN, &vc

Re: [Mjpeg-users] file broken?

2011-07-27 Thread Bernhard Praschinger
Hallo Jerry Wei wrote: > Hi all , > I download "mjpegtools-2.0.0ext-mingw-bin.tar.bz2" from SourceForge, > and I use command as follow: > > # tar jxvfp mjpegtools-2.0.0ext-mingw-bin.tar.bz2 > > but I got some errors: > > bin/ > bin/anytovcd.sh > bin/jpeg2yuv.exe > tar: Skipping to next header >

[Mjpeg-users] lavrec update

2011-08-15 Thread Bernhard Praschinger
Hallo I have added a patch from rstam to the CVS which enables lavrec to record from EM28XX USB driver based cards like the Pinnacle DVC100 (V4L2). This is needed when trying to capture full res PAL 704x576 movies, as stripes are appearing on the screen. With this patch the stripes are lessene

Re: [Mjpeg-users] [PATCH 40/62] media: irq: Remove IRQF_DISABLED

2011-09-10 Thread Bernhard Praschinger
Hallo Yong Zhang wrote: > This flag is a NOOP and can be removed now. > > Signed-off-by: Yong Zhang > --- Thanks for the patch, but without the patch from Klaus Stengel you find here http://sourceforge.net/mailarchive/message.php?msg_id=27536928 the zoran driver won't work properly on any modern

Re: [Mjpeg-users] Help reading Muxing TS

2011-11-14 Thread Bernhard Praschinger
Hallo sam wrote: > *Dear Friend ,* > > I am a professor , i want to do it for my research project for > students.partial please help me. > > I want to Multiplex n number of TS using *mplex*, i got downloaded from > *mjpeg.sourceforge.ne *t and installed , > how to mux

Re: [Mjpeg-users] Query on mplex MPTS to SPTS

2011-11-22 Thread Bernhard Praschinger
Hallo > /*I am downloaded mplex , to mux n number of programs to single ts out , > means mpts to spts , i have done but i cant see any PID values in TSReader > and StreamXpert Software , also cant ply the videos in VLC Player , but i > can able to play video by giving ProgramID in mplayer , can pl

Re: [Mjpeg-users] lav2yuv scene detection

2012-01-16 Thread Bernhard Praschinger
Hallo > I found out that lav2yuv has an option for automatic scene detection: > "-S list.el Output a scene list with scene detection". I've installed > last version of mjpegtools, but the option is missing. I wonder what I > should do to use the option and how exactly scene detection works in > l

Re: [Mjpeg-users] lav2yuv scene detection

2012-01-18 Thread Bernhard Praschinger
Hallo > I've used > http://sourceforge.net/projects/mjpeg/files/mjpegtools/2.0.0/mjpegtools-2.0.0.tar.gz, > installed it by command `./configure&& make&& sudo make install` and > got error "error while loading shared libraries: > libmjpegutils-2.0.so.0: cannot open shared object file: No such f

Re: [Mjpeg-users] DVB Multiplexing Help Required , Using Mplex or Caster

2012-06-29 Thread Bernhard Praschinger
Hallo sam wrote: > Dear All, > > Can any one help me on DVB Multiplexing using Mplex or caster. Do you have something special in your mind ? mplex has no special preset for output of DVB it you are looking for that. I don't know if DVB requires something special, if you have some pointers what y

Re: [Mjpeg-users] encoding mp4 to mpeg2 DVD format

2012-09-28 Thread Bernhard Praschinger
Hallo JD wrote: > mjpegtools-2.0.0-1.fc16.i686 > > My question is if mpeg2enc is able to convert > mp4 videos to mpeg2 dvd format. This is how I am invoking it: > > $ mpeg2enc --no-constraints -o video_12.dvd < $PWD/Video_12.mp4 > INFO: [mpeg2enc] SETTING EXTENDED MMX for MOTION! > INFO:

Re: [Mjpeg-users] encoding mp4 to mpeg2 DVD format

2012-09-30 Thread Bernhard Praschinger
Hallo Well for the first try doing it by hand can be helpful. > Well after a few hours of running the script: > #!/bin/ksh > [ $# -lt 2 ] && echo 'Usage: $0 ' && exit 1 > mkfifo stream.yuv > cat stream.yuv | mpeg2enc -f 8 -o video.m2v & > mplayer -nosound -noframedrop -vo yuv4mpeg $1 > > # The t

[Mjpeg-users] mjpegtools release candidate

2012-11-05 Thread Bernhard Praschinger
Hallo I have put a release candidate online. Just the tar and source RPM. If you want to test other RPM/dep Files please send a mail. I try that we get also a Windows (mingw) version again. The last release was quite some time ago. I wanted to make a release candidate before summer, but a lot o

[Mjpeg-users] mjpegtools 2.0.1RC1

2012-11-07 Thread Bernhard Praschinger
Hallo Hannes Domani did provide a windows build for the Release Candidate like he did for the last releases. It seem that a few persons did already find the Windows version and download it. So feel free to test it too. auf hoffentlich bald, Berni the Chaos of Woodquarter Email: shadowl...@uta

Re: [Mjpeg-users] The MJPEG/Linux square project inactivity?

2012-11-08 Thread Bernhard Praschinger
Hallo Martin Samuelsson wrote: > > From: Bernhard Praschinger [shadowl...@utanet.at] > > > I still wonder why the project hast so many downloads. I can't > > imagine why the mjpegtools are downloaded that often but I'm > > still somewhat proud of it. >

[Mjpeg-users] Project Upgrade

2012-12-26 Thread Bernhard Praschinger
Hallo I have upgraded the mjpegtools project to the new forge called allura. You find details about the differences here: https://sourceforge.net/p/allura/wiki/Features/ The upgrade should not cause any troubles, if you encounter problem please drop a note. auf hoffentlich bald, Berni the Cha

Re: [Mjpeg-users] Calculating psnr with mjpeg tool

2013-02-06 Thread Bernhard Praschinger
Hallo Azizpour, Milad wrote: > Dear Mr.Praschinger, > > Is MJPEG tool capable of calculating PSNR? How is it possible? > Thank you in advance for your assistance. > > best regard, > Milad Azizpour The mjpegtools do not provide a PSNR directly. You have to use some additional tool. I have added

Re: [Mjpeg-users] lavrec and DC10 (zr36067) - used to work but doesn't any more

2013-03-21 Thread Bernhard Praschinger
Hallo mksoft wrote: >>> I have a miro DC10 and liked to use it for recording video. I remember >>> it definitely working with lavrec as I converted at least two VHS tapes >>> to DVD with it (using composite input). >>> >>> Unfortunately, things changed. lavrec suddenly was missing from the >>> lat

Re: [Mjpeg-users] support for >8 bit video

2013-03-24 Thread Bernhard Praschinger
Hallo > Does the mjpegtools support 9, 10 and 16 bit video? > > I noticed this post in ffmpeg repository > > http://git.videolan.org/?p=ffmpeg.git;a=commit;h=f7f6aaf988c224a10ad9ad67d7f7864746880c76 > > mentioning yuv4mpeg: support 9/10/16 bit pixel formats > Is this also supported in mjpegtools?

Re: [Mjpeg-users] lavrec and DC10 (zr36067) - used to work but doesn't any more

2013-03-25 Thread Bernhard Praschinger
Hallo mksoft wrote: >> I know that this just working around the problem that lavrec does not >> support v4l2. By now we didn't find anybody that would change lavrec. ;) > > I'm pretty sure that this is far beyond my programming skills but still > I feel tempted to ask: > > How much effor is that e

Re: [Mjpeg-users] Adding subtitles using mplex, or any other utility

2013-04-21 Thread Bernhard Praschinger
Hallo Sorry for the long delay, but I was offline for quite some time. > I have been using mplex to "stitch together" m2v and mp2 files into an > editable stream. > > First I use Projectx to clean up a Humax .ts file, then I use mplex to > multiplex them back together. A typical command line I wo

Re: [Mjpeg-users] Adding subtitles using mplex, or any other utility

2013-04-22 Thread Bernhard Praschinger
Hallo >>> Please, what is the best and easiest way to do this? >> I guess the people from the dvdauthor, or project X mailinglist can >> provide better help. > It's been some time since I added subtitles to a movie - and I didn't > include many, so creating the pictures by hand and writing the > s

[Mjpeg-users] mjpegtools 2.1.0 Released

2013-09-21 Thread Bernhard Praschinger
Hallo The 2.1.0 release of the mjpegtools is finally available (thanks to the bad and rainy weather). There are some fixes included since the last release candidate. The tarball is the same version as you can get from the CVS, the compiled RPM is a x64 package compiled on a opensuse 12.3, so i

[Mjpeg-users] mjpegtools for Windows

2013-09-27 Thread Bernhard Praschinger
Hallo I have just uploaded the mjpegtools version built for Windows OS in 64 and 32 bit flavour. Thanks to Hannes, he compiled the current release and the versions before. auf hoffentlich bald, Berni the Chaos of Woodquarter Email: shadowl...@utanet.at www: http://www.lysator.liu.se/~gz/bernha

Re: [Mjpeg-users] [patch] [media] zoran: remove duplicate ZR050_MO_COMP define

2014-06-12 Thread Bernhard Praschinger
ion > http://p.sf.net/sfu/hpccsystems > ___ > Mjpeg-users mailing list > Mjpeg-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/mjpeg-users Kind Regards Bernhard Praschinger Docwriter, probably the last mjpegtool

Re: [Mjpeg-users] [patch] [media] zoran: remove duplicate ZR050_MO_COMP define

2014-06-23 Thread Bernhard Praschinger
Hallo Markus Künne wrote: >> I haven't had a question related to a zoran based card's in years. So >> I'm quite sure there are not much users out there that use a zoran based >> video cards in a up to date environment. >> >> Because of that I would really suggest that somebody removes the whole >>

Re: [Mjpeg-users] [patch] [media] zoran: remove duplicate ZR050_MO_COMP define

2014-07-05 Thread Bernhard Praschinger
Hallo I did remove some mailinglists because I think that it is not important for them. Anyway I'm surprised that someone still seems to has such a card built into the computer. >> More than 15 years have passed since the first working module for a >> zoran chipset based PCI card existed. Well

Re: [Mjpeg-users] lavplay buffer error

2016-10-27 Thread Bernhard Praschinger
Hallo Sorry for the delay. jankomEarthlink wrote: > glav or lavplay used to work for me. Now that I have cleaned up my > system (very old, Fedora-3 but with 2.6.32.71 kernel) lavplay is not > working. I have recompiled mjpegtools-1.9.0, configured --with-x and b4 > compiling configure says no sof

Re: [Mjpeg-users] lavplay does not work - your answer in mjpegusers mailing list

2016-11-06 Thread Bernhard Praschinger
Hallo > It has been a few years since I last used the mailing list. Answering to the Mailinglist is easy, just replay. And it will be forwared to the list. > I have an older desktop computer that originally had a Fedora-3 > installation on it. I use this computer to learn and play with > Linux/U

Re: [Mjpeg-users] lavplay does not work

2016-11-10 Thread Bernhard Praschinger
Hallo Janos G. Komaromi wrote: > Trying answering directly to mailing list: It did work. >> I'm not sure about the older mjpegtools version's. It should check for >> libjpeg, and you should see a similar output when you run configure: >> checking for jpeg_start_compress in -ljpeg... yes >> >> Whe

Re: [Mjpeg-users] lavplay does not work

2016-12-05 Thread Bernhard Praschinger
Hallo jankomEarthlink wrote: > Sorry for the late reaction and thanks. I was traveling. No Problem. > Bernhard Praschinger wrote: >> You can change the check in the configure script: > This really helped. Not changing the script, but studying and trying > to understand the ent

Re: [Mjpeg-users] lavplay does not work

2016-12-17 Thread Bernhard Praschinger
Hallo Janos G. Komaromi wrote: > On 12/05/2016 01:02 PM, Bernhard Praschinger wrote: >> You can use the -U/--use-write Option and see if that helps. > Does not help, all I hear is a pop in the beginning, then nothing. See > my command and output below: > [apu@andraslinux ~]$ gl

Re: [Mjpeg-users] lavplay does not work

2017-05-08 Thread Bernhard Praschinger
Hallo I try to combine your mails into one. >>> What was the setting when you did record the audio signal ? I >>> would guess that it was mono and 8Bit Samples and 44.1kHz >>> samplerate. I haven't seen such a setup long time ago. It can be >>> that lavplay/glav have problems (=bug) playing such

Re: [Mjpeg-users] lavplay does not work

2017-05-13 Thread Bernhard Praschinger
Hallo I send that mail to the mjpe-users list too. I forgot that in the last mail. Janos G Komaromi wrote: > Thanks, Berni for your investigation and for your quick response. > I was not so quick because of very busy past few days. No problem. >> I did as first test: >> lav2wav record.avi >reco

Re: [Mjpeg-users] lavplay does not work

2017-09-08 Thread Bernhard Praschinger
s that the video file is in avi container with mjpeg video codec and with pcm_s16le audio codec as reported by ffprobe Janos - very happy with mjpegtools, and thanks to all developers On 05/14/2017 02:19 PM, Janos G Komaromi wrote: Hi, On 05/14/2017 01:06 AM, Bernhard Praschinger wrote: T

[Mjpeg-users] CVS readonly, switch to SVN

2017-10-20 Thread Bernhard Praschinger
Hallo the SF staff wrote, that they will stop CVS commits at the November 30th. You can find the whole information here: https://sourceforge.net/p/forge/documentation/CVS/ You can currently view the content of the CVS archive, and should still be able to check it out. We: Gernot, Steven an

Re: [Mjpeg-users] [PATCH] media: zoran: move to dma-mapping interface

2018-04-25 Thread Bernhard Praschinger
Hallo Christoph Hellwig wrote: On Wed, Apr 25, 2018 at 09:08:13AM +0200, Arnd Bergmann wrote: That probably also means it can use dma_mmap_coherent instead of the handcrafted remap_pfn_range loop and the PageReserved abuse. I'd rather not touch that code. How about adding a comment about the

Re: [Mjpeg-users] True cbr for MPEG 1

2019-05-30 Thread Bernhard Praschinger
Hallo I need to create MPEG 1 video that is flagged and truly 1500 cbr. I have tried many things. I can submit settings but I wanted to ensure first that cbr is truly still supported. It is supported and it should work. Using the -u/--cbr option and -b some-value to get a constant bitrate str

Re: [Mjpeg-users] bringing back media/zoran driver

2019-09-26 Thread Bernhard Praschinger
and a DC30 at home. Regards, Bernhard Praschinger ___ Mjpeg-users mailing list Mjpeg-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Re: [Mjpeg-users] capture card not working with nvidia driver

2019-10-04 Thread Bernhard Praschinger
Hallo My older machine with a cheap bttv capture card works well with nv module driving GFORCE 2 MX card. Framebuffer and tiny penguin at boot up shows, xawtv, glav, etc. works well for video capture and editing. Recently I installed the proprietary nvidia driver (92.43.23). I had to recompil

Re: [Mjpeg-users] capture card not working with nvidia driver

2019-10-23 Thread Bernhard Praschinger
Hallo The name of the missing so: nouveau makes me think that libgl tries to load something mesa related. I have the file on my opensuse in the RPM Package: Mesa-dri-nouveau (Mesa DRI plug-in for 3D acceleration via Nouveau) Maybe CentOS has also a package that provides the library. When I r

Re: [Mjpeg-users] Lubuntu doesn't seem to recognize IOmega Buz capture card

2021-02-06 Thread Bernhard Praschinger
Hallo, Some thought's about what you try to accomplish. Sorry for the longer delay. I have a Zoran based capture card that Lubuntu doesn't seem to recognize.  Here is what I have done so far.  I'm new to linux so please take that into consideration with you instructions. 1. lspci | grep Z

Re: [Mjpeg-users] Lubuntu doesn't seem to recognize IOmega Buz capture card

2021-02-22 Thread Bernhard Praschinger
Hallo William Lum wrote: Responses inline in Red. Thanks for your help. The color vanishes when I do a text only reply. >Some thought's about what you try to accomplish. Sorry for the longer >delay. > > I have a Zoran based capture card that Lubuntu doesn't seem to > > recog

Re: [Mjpeg-users] Lubuntu doesn't seem to recognize IOmega Buz capture card

2021-03-21 Thread Bernhard Praschinger
Hallo, sorry I was offline for quite a while. You write in the subject that you have a Iomega Buz card, but the lspci output say's ZR36057. Which was used in the DC10/DC30. Does your card have a SCSI interface connector and a 15 pin connector on the backplane ? The buz was the most problematic

Re: [Mjpeg-users] Lubuntu doesn't seem to recognize IOmega Buz capture card

2021-03-27 Thread Bernhard Praschinger
le in /var/log) any hint about the zoran and the driver would be very helpful. On Sun., Mar. 21, 2021, 11:33 a.m. Bernhard Praschinger, mailto:shadowl...@utanet.at>> wrote: Hallo, sorry I was offline for quite a while. You write in the subject that you have a Iomega Buz car

[Mjpeg-users] mjpegtools Beta 2.2.0 online

2021-03-27 Thread Bernhard Praschinger
Hallo, since the last release of the mjpegtools a lot of patches were were sent to the mjpeg-users list. Steven did fix a lot of things. So if you are interested take a look at the Beta you can find here: https://sourceforge.net/p/mjpeg/Code/HEAD/tree/tags/BETA_2_2_0/mjpeg_play/ You need to ch

Re: [Mjpeg-users] Lubuntu doesn't seem to recognize IOmega Buz capture card

2021-04-22 Thread Bernhard Praschinger
saa7185 modprobe zr36060 You might need to replace the modprobe with insmod, and add .ko to the module name. On 3/27/21, Bernhard Praschinger wrote: Hallo, William Lum wrote: Yes my card does have the SCSI connector for the external drive which I don't use and the 15 pin for the breakout

Re: [Mjpeg-users] Lubuntu doesn't seem to recognize IOmega Buz capture card

2021-06-07 Thread Bernhard Praschinger
mod saa7185.ko insmod: ERROR: could not load module saa7185.ko: No such file or directory ubuntu@ubuntu:~$ insmod zr36060.ko insmod: ERROR: could not load module zr36060.ko: No such file or directory Thoughts? On 4/22/21, Bernhard Praschinger wrote: Hallo, William Lum wrote: Hi, I looked in

[Mjpeg-users] mjpegtools new Release 2.2.1

2021-09-09 Thread Bernhard Praschinger
Hallo, You probably remember the last release of the mjpegtools back in 2013. Over the years since the release a lot of patches came in. CVS was replaced by SVN. Feel free to download either the source tar.gz and compile the mjpegtools yourself from here: https://sourceforge.net/projects/mjp

[Mjpeg-users] BUILD REGRESSION

2022-07-05 Thread Bernhard Praschinger
Hallo, I don't know who did change the the setting, but the last 2 weeks a few mails with the subject BUILD REGRESSION were sent from the l...@intel.com to the mjpeg-users mailinglist. There is currently another with the subject: [linux-next:master] BUILD REGRESSION, waiting for a decision.

Re: [Mjpeg-users] glav error opening .avi file + mailing list addition

2022-09-29 Thread Bernhard Praschinger
Hallo, I have not been doing video stuff for a few years, but now as a retiree I wanted to digitize my old videos from magnetic tapes. I have a neat gizmo that creates an .avi file from VHS video and stereo inputs on a micro sd card. The created .avi file plays well with vlc. That kind of devic

Re: [Mjpeg-users] glav error opening .avi file

2022-10-05 Thread Bernhard Praschinger
WTO document 4.1 through 4.3 but still don't know how to edit my "ezcap0001.avi" video file with glav. PLease, explain - Janos P.S. tried other opensource linux video editors on my Gentoo machine, but openshot does not run, and could not compile flowblade yet. I like the simplicity o

Re: [Mjpeg-users] glav error opening .avi file

2022-10-07 Thread Bernhard Praschinger
ail address, a mailserver on my fitlet machine where I try glav, etc. On Thu, 06 Oct 2022 08:06:19 -0400 "Janos G. Komaromi" wrote: ---- Forwarded Message From: Bernhard Praschinger To: Janos G. Komaromi , MJPEG-tools user list Subject: Re: [Mjpeg-users] glav error opening

Re: [Mjpeg-users] glav error opening .avi file

2022-10-08 Thread Bernhard Praschinger
u for your help - Janos One thing comes into my mind, it might be that the configure script checks if the mjpegtools libraries are available and only activates it automatic if it finds them the Option that force yuv4mpeg is: --enable-yuv4mpeg. On Sat, 8 Oct 2022 06:29:22 +0200 Bernhard P

Re: [Mjpeg-users] glav error opening .avi file

2022-10-16 Thread Bernhard Praschinger
Hallo, Sorry for the delay. When you want to convert the file so you can edit it with glav, you need to change the commands a little bit so glav understand the AVI. You need to create a intermediate AVI file: mkfifo stream.yuv cat stream.yuv │ yuvscaler -O SVCD │ yuv2lav -q 90 -f a -o video_

Re: [Mjpeg-users] glav error opening .avi file

2022-10-18 Thread Bernhard Praschinger
WAV header"? My audio.wav file is 1.1 GiB On Sun, 16 Oct 2022 10:38:41 +0200 Bernhard Praschinger wrote: Hallo, Sorry for the delay. When you want to convert the file so you can edit it with glav, you need to change the commands a little bit so glav understand the AVI. You need to create a i

Re: [Mjpeg-users] glav error opening .avi file

2022-10-19 Thread Bernhard Praschinger
Hallo, the workaround I did use was playing back the file without sound. So a command like that should work: glav -a 0 output.avi If that works you can go. If the /dev/dsp does not exist try loading the kernel module snd-pcm-oss using a command like that: modprobe snd-pcm-oss You should find

Re: [Mjpeg-users] glav error opening .avi file

2022-10-22 Thread Bernhard Praschinger
S - please add my other email address ja...@andraslinux.jgklinux.jankom.net to members of your mailing list. On Wed, 2022-10-19 at 19:33 +0200, Bernhard Praschinger wrote: Hallo, the workaround I did use was playing back the file without sound. So a command like that should work: glav -a 0 output.a

Re: [Mjpeg-users] glav error opening .avi file

2022-10-22 Thread Bernhard Praschinger
Hallo, I digged it up from a older mail: Stream #0:0: Video: mpeg4 (Advanced Simple Profile) (XVID / 0x44495658), yuv420p, 800x592 [SAR 1:1 DAR 50:37], 896 kb/s, 30 fps, 30 tbr, 30 tbn, I'm not sure what kind source you have: because the size is with 800x592 a little bit strange. That is neithe

Re: [Mjpeg-users] glav error opening .avi file

2022-11-18 Thread Bernhard Praschinger
cd dowHallo, Janos G. Komaromi wrote: Sorry, I'm back again. I still would like to do my video editing with glav and sound. Consequently I did a lot of research and Gentoo Forum message exchanges about alsa and OSS. I tried to resolve the issue without turning to this mailing list community. Her

Re: [Mjpeg-users] kvcd or tmpgenc better with same filesize

2004-01-12 Thread Bernhard Praschinger
Hallo > What do you think makes a better encoding from excellent sources: the > kvcd or tmpgenc matrix, if the result should have the _same_ filesize. > With kvcd you can use higher bitrates. I have to encode a movie with > more than 2 hrs at a bitrate between 4000-4500kbps. If you have high quali

Re: [Mjpeg-users] Converting DVD from PAL to NTSC

2004-01-12 Thread Bernhard Praschinger
Hallo > yuvscaler -O SIZE_720x480 | \ If you create a DVD you could use -O DVD too. > mpeg2enc -f 9 -q 7 -b 5000 -n n -o enc.m2v > > That is a combination that never works "-q 1 -b 5000" > > In the" Creating MPEG2 Videos" is a subsection: "Which values should be > > used for VBR Encoding" t

Re: [Mjpeg-users] Converting DVD from PAL to NTSC

2004-01-15 Thread Bernhard Praschinger
Hallo > On Tue, 2004-01-13 at 13:14, Andrew Stevens wrote: > > > > The final result was a smooth flowing image (on my DVD player) with a > > > > bit less quality than the original - it's a bit blotchy in certain > > > > scenes. The original Dolby Digital (2 channel) sound was preserved. > > > > >

Re: [Mjpeg-users] DVD PAL frame sizes?

2004-01-15 Thread Bernhard Praschinger
Hallo > I've been basing my CG trials on a Linux Journal article. Fine :-) > It states that the proper size for PAL video is 720 X 576 and NTSC is > 720 X 480 For full size video. > I've been creating some animations based on the 720 X 576 size, but the images > seem extremely grainy to me. Als

Re: [Mjpeg-users] mjpegtools 1.6.2-RC4 available!

2004-01-17 Thread Bernhard Praschinger
Hallo > > "man mpeg2enc": > > - still has "-H|--keep-hf" in the summary, but "-h|--keep-hf" in the > > detailed section > > That's Bernhard's area - the sgml sources for the manpages aren't > in the main tree so editing them is pointless. The master sources > need to be

Re: [Mjpeg-users] Options give better video

2004-01-17 Thread Bernhard Praschinger
Hallo > When transcoding movies to (non-standard compliant) > SVCD, very often I get file sizes less than what > was target. Then I try to better use the disk space > trying to enhance the video quality. For instance, > in the last movie I encoded, I have used > > $ mpeg2enc -v 0 -I 0 -f 5 -b 280

Re: [Mjpeg-users] joining lots of MPEGs together

2004-01-18 Thread Bernhard Praschinger
Hallo > I am trying to join together a LOT of smaller MPEGs together. > > I can use VCDIMAGER to do this up to 98 files. > And that works great. > > But, what about more than 98 files? Maybe the vcdimager peaople have a answer. But in think I remember that you can only have 98 titles per track

Re: [Mjpeg-users] Lav2mpeg All Green

2004-01-20 Thread Bernhard Praschinger
Hallo > In mjpegtools-1.6.1.92 on SuSE 8.2 > I am using lav2mpeg -mpeg1 to for digital video avi files to mpeg and they are > coming out green. > > This did not happen with earlier version of mjpegtools converting the same > files. > Any help greatly appreciated Could you please rerun the encodi

Re: [Mjpeg-users] mjpegtools 1.6.2-RC4 available!

2004-01-20 Thread Bernhard Praschinger
Hallo > > > It's the precision of the DC component. Most commercial DVDs > > > use -D 10 but mpeg2enc defaults to 9 to save a few bits. A > > > value of 11 is only valid at the next MPEG-2 profile/level so it's not a > > > currently meaningful value to use. > > > > Just added i

Re: [Mjpeg-users] Lav2mpeg All Green

2004-01-21 Thread Bernhard Praschinger
Hallo > Further to my last message it seems if I have -o output.mpg argument that > lav2mpeg will not encode but if I have no -o arg it encodes green. The log is > below. See it says multiplexing bailing. This is a lie. In fact the result > was a file in the pwd named capture009.mpg and the mpv an

Re: [Mjpeg-users] Vertical stripes

2004-01-22 Thread Bernhard Praschinger
Hallo > I can see light vertical stripes in bright scenes in my encoded result. > I can't see them in the original AVI (Xvid). How large ist the stripe ? Do you scale (guessed from the -Z option) the picture ? If yest does it also happen when you don't scale it ? That it would be from scaling.

Re: [Mjpeg-users] Lav2mpeg All Green

2004-01-22 Thread Bernhard Praschinger
Hallo > > Can you encode you fils on the command line without using the lav2mpeg > > script. > > You command looks like that than: > > lav2wav capture.avi | mp2enc -b 224 -r 44100 -o capture.mp2 > > lav2yuv capture.avi | yuvscaler -o VCD | mpeg2enc -f 1 -4 1 -2 1 -o > > capture.m1v > > mplex -f 1

Re: [Mjpeg-users] lav2yuv input.avi | yuvplay => green and broken

2004-01-27 Thread Bernhard Praschinger
Hallo > I am trying to make a VCD from a DV tape I recorded from TV using a > Sony DCR-PC104E. I'm in PAL country :). I'm using kino to grab the > movie, and I save it as a DV type 2 .avi file. When I view this > file using xine, it looks ok. > > When I use the following pipe, I get

Re: [Mjpeg-users] Error when converting to dvd-mpeg

2004-01-27 Thread Bernhard Praschinger
Hallo For some strange reason I just got your mail. :-/ Seem's that I start hating my provider because the mailserver seems to work 5 mintues every hour . > I want to create a DVD-compliant mpeg-file, (i use dvdauthor), and > i tried with > lav2yuv priol_amr.eli | yuvdenoise -F -l 2| mpeg2enc

Re: [Mjpeg-users] audio bitrate for DVD

2004-01-28 Thread Bernhard Praschinger
Hallo > I have burnt a couple of DVDs with various audio bitrates (96,128,224) in mp2. > Some are misbehaving, jumping frames and so. > > -b 8000 is used with -f 8 for the video, along with -V for mplex > -r 48000 as sampling freq. You should not need the -V when you use the -f 8 when mplexing.

Re: [Mjpeg-users] Create an audio only VCD/SVCD using mjpegtools?

2004-01-28 Thread Bernhard Praschinger
Hallo > Anyone tried this. My old DVD player won't support MP3 playback and I want > to build a single disk for a party with a couple of hours worth of audio. > > Ideally I want individual tracks so that I can simply hit random, but if > that won't work then a sequence of VCD/SVCD/DVD movies with

Re: [Mjpeg-users] jpeg-mmx compiling error (fwd)

2004-01-31 Thread Bernhard Praschinger
Hallo > I am trying to install jpeg-mmx in order for installing the mjpegools > later, but after ./configure i get this error while make: > > nasm -f elf -o fdct_mmx.o fdct_mmx.s > nasm -f elf -o quant_mmx.o quant_mmx.s > gcc -O6 -I. -c -o fdctdata.o fdctdata.c > gcc -O6 -I. -c -o jquant_x8

Re: [Mjpeg-users] Linux Video Studio

2004-02-02 Thread Bernhard Praschinger
Hallo > Recently I updated my old system to a recent SuSE 9.0. Unfortunately, Linux > Video Studio does not work any longer. > > I was building the mjpeg tools 1.6.1.92 without any problems. They work as > they should. I can record (lavrec) and play the material (lavplay, glav). > When trying to

  1   2   3   4   5   6   7   8   9   10   >