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

2022-10-19 Thread Janos G. Komaromi
Thanks. Yes, glav works with -a 0. As far as /dev/dsp is concerned I may have to recompile kernel to include oss drivers. I'll keep on working the sound part, but for my most immediate editing tasks sound output is not that important. Thanks again for all you support and also for Stephen's idea o

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-19 Thread Janos G Komaromi
Update: I've installed alsa-oss and now glav does not die. But it is still not working properly. Here is the command and terminal output: Quote: janos@andraslinux ~/tmp $ aoss glav output.avi ++: ++ WARN: [lavplay] Unable to set negative priority for audio thread. ++: ++ WARN: [lavplay] Pthread

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

2022-10-19 Thread Janos G Komaromi
Yes, it did. Although glav still died because of missing /dev/dsp. I remember from a few years ago that glav uses OSS not Alsa. Can you please help what to do next? On Tue, 18 Oct 2022 19:27:45 +0200 Bernhard Praschinger wrote: > Hallo, > > my fault. You have a .wav file an need to add that