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: unsupported video codec pdp_qt: ERROR: no usable video stream found.
i would probably have given up at this very point but got totally abscessed when it worked in *pure:dyne* 2.3.66 ! there i can load my mjpegs easily, codec is there everything is working (great job btw). since then i tried to match all relative libs and bins in my ubunty feisty with p:d, however it wouldn't solve the issue....
i had compiled all the parts from most recent sources, pdp-0.12.5 compiled against libquicktime-0.9.10:
danja@t43:~/work/PD-parts/libquicktime-0.9.10$ ./configure --enable-gpl --skip-- Configuration: libdv: Yes vorbis: Yes lame: Yes libjpeg: Yes libpng: Yes libavcodec: Yes gtk >= 2.4.0: Yes Alsa Yes GPL plugins Enabled faac Yes faad2 Yes x264 Yes
danja@t43:~/work/PD-parts/pdp-0.12.5-test-7$ ./configure --skip-- checking for lqt_decode_video in -lquicktime... yes checking for glXSwapBuffers in -lGL... yes checking for SDL_Init in -lSDL... yes target is linux used configure options: --enable-mmx=no --enable-quicktime=yes --enable-v4l=yes --enable-pwc=auto --enable-sdl=yes --enable-x=yes --enable-xv=yes --enable-glx=yes --enable-gsl=yes --enable-png=yes --enable-debug=no
also tried the current ubuntu packages of libquicktime and pd-extended from http://autobuild.puredata.info/auto-build/latest/ with no result. i have a clue that libquicktime is not making use of it's 'plugins' to load non-qt files, but i can't trace the problem... i really hate to convert my mjpegs in to .mov, please help me not to do it.
best, danja
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, at 8:35 PM, danja vasiliev wrote:
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: unsupported video codec pdp_qt: ERROR: no usable video stream found.
i would probably have given up at this very point but got totally abscessed when it worked in *pure:dyne* 2.3.66 ! there i can load my mjpegs easily, codec is there everything is working (great job btw). since then i tried to match all relative libs and bins in my ubunty feisty with p:d, however it wouldn't solve the issue....
i had compiled all the parts from most recent sources, pdp-0.12.5 compiled against libquicktime-0.9.10:
danja@t43:~/work/PD-parts/libquicktime-0.9.10$ ./configure --enable- gpl --skip-- Configuration: libdv: Yes vorbis: Yes lame: Yes libjpeg: Yes libpng: Yes libavcodec: Yes gtk >= 2.4.0: Yes Alsa Yes GPL plugins Enabled faac Yes faad2 Yes x264 Yes
danja@t43:~/work/PD-parts/pdp-0.12.5-test-7$ ./configure --skip-- checking for lqt_decode_video in -lquicktime... yes checking for glXSwapBuffers in -lGL... yes checking for SDL_Init in -lSDL... yes target is linux used configure options: --enable-mmx=no --enable-quicktime=yes --enable-v4l=yes --enable-pwc=auto --enable-sdl=yes --enable-x=yes --enable-xv=yes --enable-glx=yes --enable-gsl=yes --enable-png=yes --enable-debug=no
also tried the current ubuntu packages of libquicktime and pd-extended from http://autobuild.puredata.info/auto-build/latest/ with no result. i have a clue that libquicktime is not making use of it's 'plugins' to load non-qt files, but i can't trace the problem... i really hate to convert my mjpegs in to .mov, please help me not
to do it.best, danja
-- _|_ danja vasiliev ---(*)--- http://k0a1a.net/recent " ' " +31-64-2654486 --
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
¡El pueblo unido jamás será vencido!
im running ubuntu feisty 7.04, libquicktime plugins are in standard location:
danja@t43:~$ cat /etc/debian_version 4.0
danja@t43:~$ 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_faac.so lqt_ffmpeg.so lqt_mjpeg.so lqt_png.so lqt_videocodec.so lqt_dv.la lqt_faad2.la lqt_lame.la lqt_opendivx.la lqt_rtjpeg.la lqt_vorbis.la lqt_dv.so lqt_faad2.so lqt_lame.so lqt_opendivx.so lqt_rtjpeg.so lqt_vorbis.so
so i just did this and noting has changed...
danja@t43:~$ export LIBQUICKTIME_PLUGIN_DIR=/usr/local/lib/libquicktime danja@t43:~$ pd tk scaling is 1.22249724972 quicktime_delete_vcodec_stub called
the last line is what PD spits out when i try opening my mjpeg. mjpeg i make using MEncoder 2:1.0~rc1-0ubuntu9.1 like this: for i in $( ls ); do mencoder mf://$i/*.jpg -mf fps=6 -o $i.avi -ovc lavc -lavcopts vcodec=mjpeg; done
where else to look?
danja
Hans-Christoph Steiner wrote:
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, at 8:35 PM, danja vasiliev wrote:
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: unsupported video codec pdp_qt: ERROR: no usable video stream found.
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:
danja@t43:~$ cat /etc/debian_version 4.0
danja@t43:~$ 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_faac.so lqt_ffmpeg.so lqt_mjpeg.so lqt_png.so lqt_videocodec.so lqt_dv.la lqt_faad2.la lqt_lame.la lqt_opendivx.la lqt_rtjpeg.la lqt_vorbis.la lqt_dv.so lqt_faad2.so lqt_lame.so lqt_opendivx.so lqt_rtjpeg.so lqt_vorbis.so
so i just did this and noting has changed...
danja@t43:~$ export LIBQUICKTIME_PLUGIN_DIR=/usr/local/lib/libquicktime danja@t43:~$ pd tk scaling is 1.22249724972 quicktime_delete_vcodec_stub called
the last line is what PD spits out when i try opening my mjpeg. mjpeg i make using MEncoder 2:1.0~rc1-0ubuntu9.1 like this: for i in $( ls ); do mencoder mf://$i/*.jpg -mf fps=6 -o $i.avi -ovc lavc -lavcopts vcodec=mjpeg; done
where else to look?
danja
Hans-Christoph Steiner wrote:
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, at 8:35 PM, danja vasiliev wrote:
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: unsupported video codec pdp_qt: ERROR: no usable video stream found.
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...
danja@t43:~$ find /usr/lib | grep libavcodec /usr/lib/pkgconfig/libavcodec.pc /usr/lib/libavcodec.a /usr/lib/libavcodec.so.0d /usr/lib/libavcodec.so.0d.51.11.0 /usr/lib/libavcodec.so
danja@t43:~$ cat /usr/lib/pkgconfig/libavcodec.pc prefix=/usr exec_prefix=${prefix} libdir=${exec_prefix}/lib includedir=${prefix}/include
Name: libavcodec Description: FFmpeg codec library Version: 0d.51.11.0 Requires: vorbis vorbisenc ogg >= 1.1 libraw1394 libavutil = 0d.49.0.0 Conflicts: Libs: -L${libdir} -lavcodec -lm -lz -la52 -ldts -lgsm -lmp3lame -lvorbis -lvorbisenc -logg -logg -lxvidcore -lx264_pic -ldc1394_control -lraw1394 -lfaac -lfaad -ldl Cflags: -I${includedir} -I${includedir}/ffmpeg
danja
shift8 wrote:
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:
danja@t43:~$ cat /etc/debian_version 4.0
danja@t43:~$ 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_faac.so lqt_ffmpeg.so lqt_mjpeg.so lqt_png.so lqt_videocodec.so lqt_dv.la lqt_faad2.la lqt_lame.la lqt_opendivx.la lqt_rtjpeg.la lqt_vorbis.la lqt_dv.so lqt_faad2.so lqt_lame.so lqt_opendivx.so lqt_rtjpeg.so lqt_vorbis.so
so i just did this and noting has changed...
danja@t43:~$ export LIBQUICKTIME_PLUGIN_DIR=/usr/local/lib/libquicktime danja@t43:~$ pd tk scaling is 1.22249724972 quicktime_delete_vcodec_stub called
the last line is what PD spits out when i try opening my mjpeg. mjpeg i make using MEncoder 2:1.0~rc1-0ubuntu9.1 like this: for i in $( ls ); do mencoder mf://$i/*.jpg -mf fps=6 -o $i.avi -ovc lavc -lavcopts vcodec=mjpeg; done
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 box.
.hc
On Oct 16, 2007, at 9:06 PM, danja vasiliev wrote:
im running ubuntu feisty 7.04, libquicktime plugins are in standard location:
danja@t43:~$ cat /etc/debian_version 4.0
danja@t43:~$ 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_faac.so lqt_ffmpeg.so lqt_mjpeg.so lqt_png.so lqt_videocodec.so lqt_dv.la lqt_faad2.la lqt_lame.la lqt_opendivx.la lqt_rtjpeg.la lqt_vorbis.la lqt_dv.so lqt_faad2.so lqt_lame.so lqt_opendivx.so lqt_rtjpeg.so lqt_vorbis.so
so i just did this and noting has changed...
danja@t43:~$ export LIBQUICKTIME_PLUGIN_DIR=/usr/local/lib/ libquicktime danja@t43:~$ pd tk scaling is 1.22249724972 quicktime_delete_vcodec_stub called
the last line is what PD spits out when i try opening my mjpeg. mjpeg i make using MEncoder 2:1.0~rc1-0ubuntu9.1 like this: for i in $( ls ); do mencoder mf://$i/*.jpg -mf fps=6 -o $i.avi -ovc lavc -lavcopts vcodec=mjpeg; done
where else to look?
danja
Hans-Christoph Steiner wrote:
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, at 8:35 PM, danja vasiliev wrote:
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: unsupported video codec pdp_qt: ERROR: no usable video stream found.
-- _|_ danja vasiliev ---(*)--- http://k0a1a.net/recent " ' " +31-64-2654486 --
You can't steal a gift. Bird gave the world his music, and if you can
hear it, you can have it. - Dizzy Gillespie
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...
just reinstalled with http://autobuild.puredata.info/auto-build/2007-10-16/Pd-0.39.3-extended-ubun...
and get the same pdp_qt: WARNING: unsupported video codec
three feisty boxes i have around having same symptoms. i will try clean ubuntu install just to eliminate any other noise...
thanks, danja
Hans-Christoph Steiner wrote:
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-ubun...
Its working well for me on my Ubuntu Feisty box.
.hc
On Oct 16, 2007, at 9:06 PM, danja vasiliev wrote:
im running ubuntu feisty 7.04, libquicktime plugins are in standard location:
danja@t43:~$ cat /etc/debian_version 4.0
danja@t43:~$ 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_faac.so lqt_ffmpeg.so lqt_mjpeg.so lqt_png.so lqt_videocodec.so lqt_dv.la lqt_faad2.la lqt_lame.la lqt_opendivx.la lqt_rtjpeg.la lqt_vorbis.la lqt_dv.so lqt_faad2.so lqt_lame.so lqt_opendivx.so lqt_rtjpeg.so lqt_vorbis.so
so i just did this and noting has changed...
danja@t43:~$ export LIBQUICKTIME_PLUGIN_DIR=/usr/local/lib/libquicktime danja@t43:~$ pd tk scaling is 1.22249724972 quicktime_delete_vcodec_stub called
the last line is what PD spits out when i try opening my mjpeg. mjpeg i make using MEncoder 2:1.0~rc1-0ubuntu9.1 like this: for i in $( ls ); do mencoder mf://$i/*.jpg -mf fps=6 -o $i.avi -ovc lavc -lavcopts vcodec=mjpeg; done
where else to look?
danja
Hans-Christoph Steiner wrote:
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, at 8:35 PM, danja vasiliev wrote:
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: unsupported video codec pdp_qt: ERROR: no usable video stream found.
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 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-feisty-i386.debjust reinstalled with http://autobuild.puredata.info/auto-build/2007-10-16/Pd-0.39.3- extended-ubuntu-feisty-i386.deb
and get the same pdp_qt: WARNING: unsupported video codec
three feisty boxes i have around having same symptoms. i will try
clean ubuntu install just to eliminate any other noise...thanks, danja
Hans-Christoph Steiner wrote:
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 box.
.hc
On Oct 16, 2007, at 9:06 PM, danja vasiliev wrote:
im running ubuntu feisty 7.04, libquicktime plugins are in standard location:
danja@t43:~$ cat /etc/debian_version 4.0
danja@t43:~$ 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_faac.so lqt_ffmpeg.so lqt_mjpeg.so lqt_png.so lqt_videocodec.so lqt_dv.la lqt_faad2.la lqt_lame.la lqt_opendivx.la lqt_rtjpeg.la lqt_vorbis.la lqt_dv.so lqt_faad2.so lqt_lame.so lqt_opendivx.so lqt_rtjpeg.so lqt_vorbis.so
so i just did this and noting has changed...
danja@t43:~$ export LIBQUICKTIME_PLUGIN_DIR=/usr/local/lib/ libquicktime danja@t43:~$ pd tk scaling is 1.22249724972 quicktime_delete_vcodec_stub called
the last line is what PD spits out when i try opening my mjpeg. mjpeg i make using MEncoder 2:1.0~rc1-0ubuntu9.1 like this: for i in $( ls ); do mencoder mf://$i/*.jpg -mf fps=6 -o $i.avi -ovc lavc -lavcopts vcodec=mjpeg; done
where else to look?
danja
Hans-Christoph Steiner wrote:
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, at 8:35 PM, danja vasiliev wrote:
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: unsupported video codec pdp_qt: ERROR: no usable video stream found.
-- _|_ danja vasiliev ---(*)--- http://k0a1a.net/recent " ' " +31-64-2654486 --
'You people have such restrictive dress for women,’ she said,
hobbling away in three inch heels and panty hose to finish out
another pink-collar temp pool day. - “Hijab Scene #2", by Mohja Kahf
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 in my ubuntu 8-]
danja
Hans-Christoph Steiner wrote:
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.
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...
here is an example file of my struggle - http://k0a1a.net/snappy/13-08-2007/21.avi
i'm still hoping to find a solution, though getting really tired and want rather to work on my art than to look at gcc output...
thanks for your attention, danja
danja vasiliev wrote:
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 in my ubuntu 8-]
danja
Hans-Christoph Steiner wrote:
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.
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 2007 a les 12:54 +0200, en/na danja vasiliev va escriure:
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...
here is an example file of my struggle - http://k0a1a.net/snappy/13-08-2007/21.avi
i'm still hoping to find a solution, though getting really tired and want rather to work on my art than to look at gcc output...
thanks for your attention, danja
danja vasiliev wrote:
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 in my ubuntu 8-]
danja
Hans-Christoph Steiner wrote:
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.
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à lluisgomez@hangar.org wrote:
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 2007 a les 12:54 +0200, en/na danja vasiliev va escriure:
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...
here is an example file of my struggle - http://k0a1a.net/snappy/13-08-2007/21.avi
i'm still hoping to find a solution, though getting really tired and want rather to work on my art than to look at gcc output...
thanks for your attention, danja
danja vasiliev wrote:
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 in my ubuntu 8-]
danja
Hans-Christoph Steiner wrote:
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.
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
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 YUVJ420P. I'm wondering now would it work if i only change the colorspace... anyways, thanks for you advices everyone, i'm getting something to work here finally. however im still hoping to discover the "magical avi spell" of puredyne, i played with it a little and it reads dv footage and mp4 video, which ultimately cool.
danja
olsen wolf wrote:
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à lluisgomez@hangar.org wrote:
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 2007 a les 12:54 +0200, en/na danja vasiliev va escriure:
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...
here is an example file of my struggle - http://k0a1a.net/snappy/13-08-2007/21.avi
i'm still hoping to find a solution, though getting really tired and want rather to work on my art than to look at gcc output...
thanks for your attention, danja
danja vasiliev wrote:
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 in my ubuntu 8-]
danja
Hans-Christoph Steiner wrote:
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.
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 with AVIs, like
pure:dyne). I think you should try to convert your movie to a .MOV.
VLC makes it really easy with it's "wizard", under the "File" menu.
.hc
On Oct 17, 2007, at 6:54 AM, danja vasiliev wrote:
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.isohere is an example file of my struggle - http://k0a1a.net/snappy/13-08-2007/21.avi
i'm still hoping to find a solution, though getting really tired and want rather to work on my art than to look at gcc output...
thanks for your attention, danja
danja vasiliev wrote:
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 in my ubuntu 8-]
danja
Hans-Christoph Steiner wrote:
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.-- _|_ danja vasiliev ---(*)--- http://k0a1a.net/recent " ' " +31-64-2654486 --
Using ReBirth is like trying to play an 808 with a long stick. - David Zicarelli