Hi and thanks for your assistance
Well sorry to be stubborn and a pain but I still can't get any codec to work. I had already tried all codecs but I re-tried them all again making sure to follow your suggestions. I used both Quicktime 6.5 Pro and Jitter to create the .mov files. I also experimented with argb and YUV. Always the same. Some examples below:
As well I experimented with other RC versions (RC5,6, and the newer .39 tests). Version RC7 would recognize most codecs as OK in the console, then crash after about 30 sec. The newer .39 test don't correctly load PDP/PiDiP. Info below as well:
I removed everything and reinstalled the OSX PD and X11. What can I try next?
------------------------------------RC8 codecs
pdp_qt: opening /Volumes/OS9/testcropPhoto_Jpeg~.mov pdp_qt: video stream found (352x240 pixels, 15 fps, 238 frames, jpeg codec)
pdp_qt: WARNING: unsupported video codec pdp_qt: ERROR: no usable video stream found. pdp_qt: opening /Volumes/OS9/testcropPhotoJpeg2.mov pdp_qt: video stream found (352x240 pixels, 15 fps, 238 frames, jpeg codec)
pdp_qt: WARNING: unsupported video codec pdp_qt: ERROR: no usable video stream found. pdp_qt: opening /Volumes/OS9/testcropSoren3KeyEvery.mov pdp_qt: video stream found (352x240 pixels, 15 fps, 238 frames, SVQ3 codec)
pdp_qt: WARNING: unsupported video codec pdp_qt: ERROR: no usable video stream found. pdp_qt: opening /Volumes/OS9/testcropSorenson.mov pdp_qt: video stream found (320x240 pixels, 15 fps, 238 frames, SVQ1 codec)
pdp_qt: opening /Volumes/OS9/uyvyJpeg.mov pdp_qt: video stream found (320x240 pixels, 30 fps, 617 frames, jpeg codec)
pdp_qt: WARNING: unsupported video codec pdp_qt: ERROR: no usable video stream found. pdp_qt: opening /Volumes/OS9/argbJpeg.mov pdp_qt: video stream found (320x240 pixels, 30 fps, 331 frames, jpeg codec)
pdp_qt: WARNING: unsupported video codec pdp_qt: ERROR: no usable video stream found.
etc. etc.
------------------------------ ----PD.39 test2 failures to load
iemabs: can't load library liblist: can't load library pdp: can't load library /Volumes/Pd-0.39.2-extended-test2/Pd-0.39.2-extended-test2.app/Contents/Resources/Scripts/../extra/pidip.pd_darwin: dlcompat: dyld: /Volumes/Pd-0.39.2-extended-test2/Pd- 0.39.2-extended-test2.app/Contents/Resources/Scripts/../bin/pd Undefined symbols: /Volumes/Pd-0.39.2-extended-test2/Pd-0.39.2-extended-test2.app/Contents/Resources/Scripts/../extra/pidip.pd_darwin
pidip: can't load library
On 4/17/06, Yves Degoyon ydegoyon@free.fr wrote:
ola,
try with a movie encoded in photo-jpeg, very few codecs in this version and the free quicktime, i regret it.
saludos, sevy
Dave Leith wrote:
Hi all
New to PD but I've got PD extended running on OSX (finally) without any startup errors. It's version RC8. Originally I had the missing font problem. The font I got from the PiDiP distribution (http://ydegoyon.free.fr/pidip.html) for OSX and installed it in the correct usr folder. So now PD starts up with out any errors.
Now have the following problem.
Quicktime movies load OK into Gem but refuse to load into pdp_qt or pd_yqt.
There is always the error (no matter what codec} pdp_qt: opening /Volumes/OS9/testcropmpega.mov pdp_qt: video stream found (352x240 pixels, 15 fps, 238 frames, mjpa codec) pdp_qt: WARNING: unsupported video codec pdp_qt: ERROR: no usable video stream found. pdp_qt: opening /Applications/MaxMSP 4.5/patches/media/bball.mov pdp_qt: video stream found (320x240 pixels, 15 fps, 68 frames, jpeg
codec)
pdp_qt: audio stream found (1 channels, 22050 Hz, 99262 samples, chunksize 1470) pdp_qt: WARNING: unsupported video codec pdp_qt: WARNING: unsupported audio codec pdp_qt: ERROR: no usable video stream found.
Thanks
PD-list@iem.at mailing list UNSUBSCRIBE and account-management ->
On Apr 18, 2006, at 10:50 AM, Dave Leith wrote:
Hi and thanks for your assistance
Well sorry to be stubborn and a pain but I still can't get any
codec to work. I had already tried all codecs but I re-tried them
all again making sure to follow your suggestions. I used both
Quicktime 6.5 Pro and Jitter to create the .mov files. I also
experimented with argb and YUV. Always the same. Some examples below:As well I experimented with other RC versions (RC5,6, and the
newer .39 tests). Version RC7 would recognize most codecs as OK in
the console, then crash after about 30 sec. The newer .39 test
don't correctly load PDP/PiDiP. Info below as well:I removed everything and reinstalled the OSX PD and X11. What can I
try next?
...ok, so I tried some old files that used to work with pdp_qt/
pdp_yqt, but they don't currently: I can only guess that the fink
version of libquicktime that I compiled the RC8 version of pdp/pidip
has screwed up something...
...however, you could always use open the file in gem with
[pix_film], then feed that into [pix_2pdp], process with pdp/pidip,
and finally return it to gem with [pdp2gem]...you're especially lucky
if you have the latest cvs of gem and pix_2pdp/pdp2gem, because I
recently made the YUV/YV12 conversions fully altivec'ed (as are
YUV2BGRA/BGRA2YUV)...
...another thing to note is that no matter what you use, you will get
better performance if your movies have dimensions that are multiples
of 16, like 320x240, 640x480, 336x224, etc...this will ensure the
altivec path, and generally makes the cpu and memory managers much
happier...
james
Well I had tried the pix_2pdp route already. This is what I get - please see below. Had a look inside the Pd-0.38.4-extended-RC8 OSX package and there is the pix_2pdp.pd_darwin object in extras. Is this easy to fix?
As well what would be the most straightforward way to replace the quicktime library? I do have a copy of pdp_pidip_osx.tar.gz.
/Applications/PureData/Pd-0.38.4-extended-RC8.app/Contents/Resources/Scripts/.. /extra/pix_2pdp.pd_darwin: dlcompat: dyld: /Applications/PureData/Pd- 0.38.4-extended-RC8.app/Contents/Resources/Scripts/../bin/pd Undefined symbols: /Applications/PureData/Pd-0.38.4-extended-RC8.app/Contents/Resources/Scripts/../extra/pix_2pdp.pd_darwin undefined reference to pix_2pdp ... couldn't create
Thanks (PS having a bit of a hard time getting gmail to follow the thread topics-sorry)
On 4/18/06, james tittle tigital@mac.com wrote:
On Apr 18, 2006, at 10:50 AM, Dave Leith wrote:
Hi and thanks for your assistance
Well sorry to be stubborn and a pain but I still can't get any codec to work. I had already tried all codecs but I re-tried them all again making sure to follow your suggestions. I used both Quicktime 6.5 Pro and Jitter to create the .mov files. I also experimented with argb and YUV. Always the same. Some examples below:
As well I experimented with other RC versions (RC5,6, and the newer .39 tests). Version RC7 would recognize most codecs as OK in the console, then crash after about 30 sec. The newer .39 test don't correctly load PDP/PiDiP. Info below as well:
I removed everything and reinstalled the OSX PD and X11. What can I try next?
...ok, so I tried some old files that used to work with pdp_qt/ pdp_yqt, but they don't currently: I can only guess that the fink version of libquicktime that I compiled the RC8 version of pdp/pidip has screwed up something...
...however, you could always use open the file in gem with [pix_film], then feed that into [pix_2pdp], process with pdp/pidip, and finally return it to gem with [pdp2gem]...you're especially lucky if you have the latest cvs of gem and pix_2pdp/pdp2gem, because I recently made the YUV/YV12 conversions fully altivec'ed (as are YUV2BGRA/BGRA2YUV)...
...another thing to note is that no matter what you use, you will get better performance if your movies have dimensions that are multiples of 16, like 320x240, 640x480, 336x224, etc...this will ensure the altivec path, and generally makes the cpu and memory managers much happier...
james
Hi Dave,
Here's another thought - doesn't solve your problem but could be used
to get your feet wet using pdp/pidip.
Convert your quicktimes to ogg video and use pdp_theorin~
This works nicely for me on OSX and Linux.
Best, p
On Apr 18, 2006, at 10:50 AM, Dave Leith wrote:
Hi and thanks for your assistance
Well sorry to be stubborn and a pain but I still can't get any
codec to work. I had already tried all codecs but I re-tried them
all again making sure to follow your suggestions. I used both
Quicktime 6.5 Pro and Jitter to create the .mov files. I also
experimented with argb and YUV. Always the same. Some examples below:As well I experimented with other RC versions (RC5,6, and the
newer .39 tests). Version RC7 would recognize most codecs as OK in
the console, then crash after about 30 sec. The newer .39 test
don't correctly load PDP/PiDiP. Info below as well:I removed everything and reinstalled the OSX PD and X11. What can I
try next?------------------------------------RC8 codecs
pdp_qt: opening /Volumes/OS9/testcropPhoto_Jpeg~.mov pdp_qt: video stream found (352x240 pixels, 15 fps, 238 frames,
jpeg codec)pdp_qt: WARNING: unsupported video codec pdp_qt: ERROR: no usable video stream found. pdp_qt: opening /Volumes/OS9/testcropPhotoJpeg2.mov pdp_qt: video stream found (352x240 pixels, 15 fps, 238 frames,
jpeg codec)pdp_qt: WARNING: unsupported video codec pdp_qt: ERROR: no usable video stream found. pdp_qt: opening /Volumes/OS9/testcropSoren3KeyEvery.mov pdp_qt: video stream found (352x240 pixels, 15 fps, 238 frames,
SVQ3 codec)pdp_qt: WARNING: unsupported video codec pdp_qt: ERROR: no usable video stream found. pdp_qt: opening /Volumes/OS9/testcropSorenson.mov pdp_qt: video stream found (320x240 pixels, 15 fps, 238 frames,
SVQ1 codec)pdp_qt: opening /Volumes/OS9/uyvyJpeg.mov pdp_qt: video stream found (320x240 pixels, 30 fps, 617 frames,
jpeg codec)pdp_qt: WARNING: unsupported video codec pdp_qt: ERROR: no usable video stream found. pdp_qt: opening /Volumes/OS9/argbJpeg.mov pdp_qt: video stream found (320x240 pixels, 30 fps, 331 frames,
jpeg codec)pdp_qt: WARNING: unsupported video codec pdp_qt: ERROR: no usable video stream found.
etc. etc.
----PD.39 test2 failures to load
iemabs: can't load library liblist: can't load library pdp: can't load library /Volumes/Pd-0.39.2-extended-test2/Pd-0.39.2-extended-test2.app/ Contents/Resources/Scripts/../extra/pidip.pd_darwin: dlcompat:
dyld: /Volumes/Pd-0.39.2-extended-test2/Pd-0.39.2-extended- test2.app/Contents/Resources/Scripts/../bin/pd Undefined symbols: /Volumes/Pd-0.39.2-extended-test2/Pd-0.39.2-extended-test2.app/ Contents/Resources/Scripts/../extra/pidip.pd_darwin pidip: can't load libraryOn 4/17/06, Yves Degoyon ydegoyon@free.fr wrote: ola,
try with a movie encoded in photo-jpeg, very few codecs in this version and the free quicktime, i regret it.
saludos, sevy
Dave Leith wrote:
Hi all
New to PD but I've got PD extended running on OSX (finally) without any startup errors. It's version RC8. Originally I had the missing font problem. The font I got from the PiDiP distribution (http://ydegoyon.free.fr/pidip.html ) for OSX and installed it in
the
correct usr folder. So now PD starts up with out any errors.
Now have the following problem.
Quicktime movies load OK into Gem but refuse to load into pdp_qt or pd_yqt.
There is always the error (no matter what codec} pdp_qt: opening /Volumes/OS9/testcropmpega.mov pdp_qt: video stream found (352x240 pixels, 15 fps, 238 frames, mjpa codec) pdp_qt: WARNING: unsupported video codec pdp_qt: ERROR: no usable video stream found. pdp_qt: opening /Applications/MaxMSP 4.5/patches/media/bball.mov pdp_qt: video stream found (320x240 pixels, 15 fps, 68 frames,
jpeg codec)
pdp_qt: audio stream found (1 channels, 22050 Hz, 99262 samples, chunksize 1470) pdp_qt: WARNING: unsupported video codec pdp_qt: WARNING: unsupported audio codec pdp_qt: ERROR: no usable video stream found.
Thanks
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/
listinfo/pd-list
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list