Re: [PD] advise on making mjpeg, pdp and libquicktime happy

2007-10-17 Thread danja vasiliev
hi olsen, thanks a lot for your transcode suggestion! strangely enough it was the only way for me to get the right file format. as i see now, the format that [pdp_qt] expects needs to be "jpeg codec, colormodel YUV420P" that in my experience only transecode creates. all other methods use mjpeg and

Re: [PD] advise on making mjpeg, pdp and libquicktime happy

2007-10-17 Thread Hans-Christoph Steiner
Hmm, I wonder what magic the pure:dyne people used? It would be very good to incorporate that into Pd-extended. Luckily we are meeting on the 22nd to discuss that :D. I notice your movie is an AVI, libquicktime is for Quicktime format, i.e .mov (but I guess you can also getting working wi

Re: [PD] advise on making mjpeg, pdp and libquicktime happy

2007-10-17 Thread olsen wolf
hi danja i tried: transcode -f 12 -y mov -F jpeg -i 21.avi -o 21.mov & it works on ubuntu feisty with Pd version 0.39.3-extended & libquicktime0 version 0.9.7-1ubuntu2 & hopefully helps you best olsen On 10/17/07, Lluis Gómez i Bigordà <[EMAIL PROTECTED]> wrote: > > let's try thisone ::: > > ht

Re: [PD] advise on making mjpeg, pdp and libquicktime happy

2007-10-17 Thread Lluis Gómez i Bigordà
let's try thisone ::: http://hangar.org/wikis/lab/pd/pdvjtools/src/videogrid/videos/ i encode it using ffmpeg + mjpegtools on Ubuntu/linux ... something like this ... ffmpeg -i myfile.avi -vcodec mjpeg output.mov lavtrans -o final.mov -f q output.mov good luck!, ll. El dc 17 de 10 del 200

Re: [PD] advise on making mjpeg, pdp and libquicktime happy

2007-10-17 Thread danja vasiliev
no, still my mjpegs cant be loaded in PD. regardless all my attempts and fiddling with versions of libquicktime, pd and pdp i can't get similar functionality to PD installation in current Pure:Dyne. http://royalrabbit.goto10.org/rl/NL_waag.org/testing/iso/puredyne-2.3.66-DVD-RC1.iso here is an exa

Re: [PD] advise on making mjpeg, pdp and libquicktime happy

2007-10-16 Thread danja vasiliev
that worked, always worked actually... (sorry didn't mentioned it) my problem is that the files i have can be loaded too, in pure:dyne. pdp run out is this: --- pdp_qt: video stream found (640x480 pixels, 6 fps, 987 frames, MJPG codec) pdp_qt using colormodel YUV420P --- i'm lost, i want the same

Re: [PD] advise on making mjpeg, pdp and libquicktime happy

2007-10-16 Thread shift8
looks like mjpeg in this case is provided by libavcodec that is then used by mencoder - make sure that chain is working right would be my recommendation Wed, 2007-10-17 at 03:06 +0200, danja vasiliev wrote: > im running ubuntu feisty 7.04, libquicktime plugins are in standard > location: > > [EMA

Re: [PD] advise on making mjpeg, pdp and libquicktime happy

2007-10-16 Thread Hans-Christoph Steiner
Try the included MJPEG movie and see if that works, it's in /usr/ local/lib/pd/doc/media/midr-mjpeg.mov. IIRC, libquicktime doesn't like all kinds of MJPEG, only certain kinds. .hc On Oct 16, 2007, at 9:41 PM, danja vasiliev wrote: > i compiled libquicktime myself just to make sure the issue

Re: [PD] advise on making mjpeg, pdp and libquicktime happy

2007-10-16 Thread danja vasiliev
i compiled libquicktime myself just to make sure the issue is not in the .deb version of it, however there was no change. now i'm back to everything from ubuntu repos but result is just the same... i was using http://autobuild.puredata.info/auto-build/latest/Pd-0.40.3-extended-20071016-ubuntu-feist

Re: [PD] advise on making mjpeg, pdp and libquicktime happy

2007-10-16 Thread danja vasiliev
well, as i said i create those mjpeg avis using mencoder and i can play them using mplayer too - so i'd assume the chain libavcodec-mencoder is doing fine... [EMAIL PROTECTED]:~$ find /usr/lib | grep libavcodec /usr/lib/pkgconfig/libavcodec.pc /usr/lib/libavcodec.a /usr/lib/libavcodec.so.0d /usr/l

Re: [PD] advise on making mjpeg, pdp and libquicktime happy

2007-10-16 Thread Hans-Christoph Steiner
I am curious why you are compiling libquicktime yourself? If you use the .deb package, it should install everything you need, including libquicktime: http://autobuild.puredata.info/auto-build/2007-10-16/Pd-0.39.3- extended-ubuntu-feisty-i386.deb Its working well for me on my Ubuntu Feisty

Re: [PD] advise on making mjpeg, pdp and libquicktime happy

2007-10-16 Thread danja vasiliev
im running ubuntu feisty 7.04, libquicktime plugins are in standard location: [EMAIL PROTECTED]:~$ cat /etc/debian_version 4.0 [EMAIL PROTECTED]:~$ ls /usr/local/lib/libquicktime/ lqt_audiocodec.la lqt_faac.la lqt_ffmpeg.la lqt_mjpeg.la lqt_png.la lqt_videocodec.la lqt_audiocodec.so lqt_

Re: [PD] advise on making mjpeg, pdp and libquicktime happy

2007-10-16 Thread Hans-Christoph Steiner
Which version of GNU/Linux are you running? Your quicktime plugins might be in a different place than Pd-extended expects. You can set it using the LIBQUICKTIME_PLUGIN_DIR env var, so something like: export LIBQUICKTIME_PLUGIN_DIR=/path/to/your/libquicktime/plugins .hc On Oct 16, 2007, a

[PD] advise on making mjpeg, pdp and libquicktime happy

2007-10-16 Thread danja vasiliev
hello dear all, pardon me for cross posting this but the issue seems to be somewhat awkward - for the last several days i was trying to get [pdp_qt] take my mjpeg video files but was miserably failing: --- pdp_qt: video stream found (640x480 pixels, 6 fps, 897 frames, MJPG codec) pdp_qt: WARNING: