Hola,
I appear to have pdp and pidip compiled successfully. However, whenever I go to load a quicktime movie in pdp_qt I get the message like:
pdp_qt: opening /root/Test-Input/qmov/lessonone.mov pdp_qt: video stream found (435x268 pixels, 6 fps, 16 frames, rle codec) pdp_qt: WARNING: unsupported video codec pdp_qt: ERROR: no usable video streams found
...it doesn't matter which codec it is, they all seem to be unsupported. Could there be something I forgot to install, or that wasn't installed properly? I've got libquicktime, theora, ogg, vorbis, mp3lame and ffmpeg installed!
Best, Ed
-> -> --> ---> -----> --------> -------------> r3search + praktik EK5perimenz
___________________________________________________________ Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail http://uk.messenger.yahoo.com
Ed Kelly wrote:
Hola,
I appear to have pdp and pidip compiled successfully. However, whenever I go to load a quicktime movie in pdp_qt I get the message like:
pdp_qt: opening /root/Test-Input/qmov/lessonone.mov
seems like as soon as you go into pidip land, you have to run everything as root ;-)
pdp_qt: video stream found (435x268 pixels, 6 fps, 16 frames, rle codec) pdp_qt: WARNING: unsupported video codec pdp_qt: ERROR: no usable video streams found
is ltqplay and/or Gem able to play back your videos ?
mfg.ad.sa IOhannes
IOhannes m zmoelnig wrote:
Ed Kelly wrote:
Hola,
I appear to have pdp and pidip compiled successfully. However, whenever I go to load a quicktime movie in pdp_qt I get the message like:
pdp_qt: opening /root/Test-Input/qmov/lessonone.mov
seems like as soon as you go into pidip land, you have to run everything as root ;-)
??? that's so very stupid of you of spreading FUSS on all what is not Gem, i feel there's no community and i'm bored.
ciao, sevy
pdp_qt: video stream found (435x268 pixels, 6 fps, 16 frames, rle codec) pdp_qt: WARNING: unsupported video codec pdp_qt: ERROR: no usable video streams found
is ltqplay and/or Gem able to play back your videos ?
mfg.ad.sa IOhannes
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
OK, relax, I got it working! Thank you guys. Hopefully the next post will be about something a little more of interest.
Best, Ed
--- Yves Degoyon ydegoyon@free.fr wrote:
IOhannes m zmoelnig wrote:
Ed Kelly wrote:
Hola,
I appear to have pdp and pidip compiled
successfully.
However, whenever I go to load a quicktime movie
in
pdp_qt I get the message like:
pdp_qt: opening
/root/Test-Input/qmov/lessonone.mov
seems like as soon as you go into pidip land, you
have to run
everything as root ;-)
??? that's so very stupid of you of spreading FUSS on all what is not Gem, i feel there's no community and i'm bored.
ciao, sevy
pdp_qt: video stream found (435x268 pixels, 6
fps, 16
frames, rle codec) pdp_qt: WARNING: unsupported video codec pdp_qt: ERROR: no usable video streams found
is ltqplay and/or Gem able to play back your
videos ?
mfg.ad.sa IOhannes
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-> -> --> ---> -----> --------> -------------> r3search + praktik EK5perimenz
To help you stay safe and secure online, we've developed the all new Yahoo! Security Centre. http://uk.security.yahoo.com
Hello, I am trying to compile pidip on an amd64 machine with ubuntu5.10. things went rather smoothly once i found that libmagick6 was the one to use, but finally i get this error message:
g++ -export_dynamic -shared -o pidip.pd_linux modules/*.o system/*.o /usr/lib/libtheora.a /usr/lib/libogg.a /usr/lib/libvorbis.a /usr/lib/libvorbisenc.a -lbz2 -lz -ldl -lmp3lame -logg -lvorbis -lvorbisenc -L/usr/lib -lImlib2 -lfreetype -lz -L/usr/X11R6/lib -lX11 -lXext -ldl -lm -L/usr/X11R6/lib -lMagick -lMagick -llcms -ltiff -lfreetype -ljasper -ljpeg -lpng -ldpstk -ldps -lXext -lSM -lICE -lX11 -lbz2 -lxml2 -lz -lpthread -lm -lpthread -L/usr/lib -L/usr/X11R6/lib -lfreetype -lz -L/usr/lib /usr/bin/ld: /usr/lib/libtheora.a(libtheora_la-toplevel.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC /usr/lib/libtheora.a: ne peut lire les symboles: Mauvaise valeur collect2: ld a retourné 1 code d'état d'exécution make: *** [pidip.pd_linux] Erreur 1
I compiled all objects with the -fPIC flag though. gcc is 4.0.2 any idea?
best regards, vincent
ola,
i've seen that problem on a 64 bits machine already, it seems the compiler is right, the -fPIC must have been omitted when you compiled theora ( did you compile theora or install an ubuntu package ? )
think you have to find a way to force -fPIC into theora ( and then maybe for other objects or libraries or pdp itself )
suerte, sevy
vincent rioux wrote:
Hello, I am trying to compile pidip on an amd64 machine with ubuntu5.10. things went rather smoothly once i found that libmagick6 was the one to use, but finally i get this error message:
g++ -export_dynamic -shared -o pidip.pd_linux modules/*.o system/*.o /usr/lib/libtheora.a /usr/lib/libogg.a /usr/lib/libvorbis.a /usr/lib/libvorbisenc.a -lbz2 -lz -ldl -lmp3lame -logg -lvorbis -lvorbisenc -L/usr/lib -lImlib2 -lfreetype -lz -L/usr/X11R6/lib -lX11 -lXext -ldl -lm -L/usr/X11R6/lib -lMagick -lMagick -llcms -ltiff -lfreetype -ljasper -ljpeg -lpng -ldpstk -ldps -lXext -lSM -lICE -lX11 -lbz2 -lxml2 -lz -lpthread -lm -lpthread -L/usr/lib -L/usr/X11R6/lib -lfreetype -lz -L/usr/lib /usr/bin/ld: /usr/lib/libtheora.a(libtheora_la-toplevel.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC /usr/lib/libtheora.a: ne peut lire les symboles: Mauvaise valeur collect2: ld a retourné 1 code d'état d'exécution make: *** [pidip.pd_linux] Erreur 1
I compiled all objects with the -fPIC flag though. gcc is 4.0.2 any idea?
best regards, vincent
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
ola! ok this was the reason. one has to compile all library from www.xiph.org/downloads with ./configure -with-pic
best regards, vincent
Yves Degoyon wrote:
ola,
i've seen that problem on a 64 bits machine already, it seems the compiler is right, the -fPIC must have been omitted when you compiled theora ( did you compile theora or install an ubuntu package ? )
think you have to find a way to force -fPIC into theora ( and then maybe for other objects or libraries or pdp itself )
suerte, sevy
ola,
have a look at the ist archive before always asking the same questions.
the answer is : no, you don't have libquicktime installed properly.
ciao, sevy
Ed Kelly wrote:
Hola,
I appear to have pdp and pidip compiled successfully. However, whenever I go to load a quicktime movie in pdp_qt I get the message like:
pdp_qt: opening /root/Test-Input/qmov/lessonone.mov pdp_qt: video stream found (435x268 pixels, 6 fps, 16 frames, rle codec) pdp_qt: WARNING: unsupported video codec pdp_qt: ERROR: no usable video streams found
...it doesn't matter which codec it is, they all seem to be unsupported. Could there be something I forgot to install, or that wasn't installed properly? I've got libquicktime, theora, ogg, vorbis, mp3lame and ffmpeg installed!
Best, Ed
-> -> --> ---> -----> --------> -------------> r3search + praktik EK5perimenz
___________________________________________________________ Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail http://uk.messenger.yahoo.com
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list