Re: [Mjpeg-users] qttoy4m

2009-10-07 Thread Burkhard Plaum
Hi,

Steven M. Schultz wrote:
[...]
 In the same kind of issue I cant eithe compile (or use the binaries) of
 y4mscaler with error loading libmjpegtools-1.7.so.0, where I had the
 feeling I was on 1.9 :-(
 
   Your system may be 1.9 but the binary that you're trying to run was
   built on a system that had 1.7 at the time of the build - you need
   the same version of the library that was linked against at the time
   the y4mscaler binary was built.

Yea, looks like an older version is installed in another prefix.
That's a common error people have, not only with mjpegtools.

Burkhard

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
Mjpeg-users mailing list
Mjpeg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mjpeg-users


Re: [Mjpeg-users] qttoy4m

2009-10-07 Thread Bernhard Praschinger
Hallo


E Chalaron wrote:
 Hi all
 I am sorry for what seems to be a recurent question but can not get the
 qtoy4m to compile.
 I remember this to be solved by adding the devel libs of libquicktime
 but this time it does not seem to work.
 
 Platform is opensuse 11.
 In the same kind of issue I cant eithe compile (or use the binaries) of
 y4mscaler with error loading libmjpegtools-1.7.so.0, where I had the
 feeling I was on 1.9 :-(
 I am a bit confused here ...
As Steven wrote we need more information. I have a Opensuse 11.0 x64 
here. And was able to compile both programs. y4mscaler should be rather 
easy to fix.

auf hoffentlich bald,

Berni the Chaos of Woodquarter

Email: shadowl...@utanet.at
www: http://www.lysator.liu.se/~gz/bernhard

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
Mjpeg-users mailing list
Mjpeg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mjpeg-users


[Mjpeg-users] qttoy4m / solved

2009-10-07 Thread E Chalaron




hi all
Thanks for your replies
Went for the obvious : libquicktime...
compiled mjpegtools from source and did a check on 

edou...@gascogne:~/mjpeg_play ./configure  config.txt
edou...@gascogne:~/mjpeg_play more config.txt | grep -i quick
checking for LIBQUICKTIME... no
configure: - Quicktime playback/recording : false
edou...@gascogne:~/mjpeg_play 

so already ... not a good sign to say the least.  :-[ 
Ha well let's install libquicktime-devel then ...
No such luck, Yast is preventing me to do so thanks to a depedency on
libdc1394_control_12-devel /ffmpeg which leads me to a cascade of
depedencies of various stuff ... 

Ok ... so downloaded libquicktime source to compile  and make fails
on some libtool  :o 


/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -I../include -I../include
-DLOCALE_DIR=\"/usr/local/share/locale\" -march=k8 -mtune=k8 -O3
-funroll-all-loops -fomit-frame-pointer -finline-functions -Wall
-Winline -Wmissing-declarations -Wdeclaration-after-statement
-fvisibility=hidden -MT audio.lo -MD -MP -MF .deps/audio.Tpo -c -o
audio.lo audio.c
../libtool: line 824: X--tag=CC: command not found
../libtool: line 857: libtool: ignoring unknown tag : command not found
../libtool: line 824: X--mode=compile: command not found
../libtool: line 991: *** Warning: inferring the mode of operation is
deprecated.: command not found
../libtool: line 992: *** Future versions of Libtool will require
--mode=MODE be specified.: command not found
../libtool: line 1135: Xgcc: command not found
../libtool: line 1135: X-DHAVE_CONFIG_H: command not found
../libtool: line 1135: X-I.: command not found
../libtool: line 1135: X-I..: command not found
../libtool: line 1135: X-I../include: No such file or directory
../libtool: line 1135: X-I../include: No such file or directory
../libtool: line 1135: X-DLOCALE_DIR="/usr/local/share/locale": No such
file or directory
../libtool: line 1135: X-march=k8: command not found
../libtool: line 1135: X-mtune=k8: command not found
../libtool: line 1135: X-O3: command not found
../libtool: line 1135: X-funroll-all-loops: command not found
../libtool: line 1135: X-fomit-frame-pointer: command not found
../libtool: line 1135: X-finline-functions: command not found
../libtool: line 1135: X-Wall: command not found
../libtool: line 1135: X-Winline: command not found
../libtool: line 1135: X-Wmissing-declarations: command not found
../libtool: line 1135: X-Wdeclaration-after-statement: command not found
../libtool: line 1135: X-fvisibility=hidden: command not found
../libtool: line 1135: X-MT: command not found
../libtool: line 1135: Xaudio.lo: command not found
../libtool: line 1135: X-MD: command not found
../libtool: line 1135: X-MP: command not found
../libtool: line 1135: X-MF: command not found
../libtool: line 1135: X.deps/audio.Tpo: No such file or directory
../libtool: line 1135: X-c: command not found
../libtool: line 1188: Xaudio.lo: command not found
../libtool: line 1193: libtool: compile: cannot determine name of
library object from `': command not found
make[2]: *** [audio.lo] Error 1
make[2]: Leaving directory
`/home/edouard/Desktop/libquicktime-1.1.3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/edouard/Desktop/libquicktime-1.1.3'
make: *** [all] Error 2
edou...@gascogne:~/Desktop/libquicktime-1.1.3


Went back to Yast and to the risk of seeing some corruption in the
system eventually accepted 20 different depedencies.
recompiled mjpegtools : works !! got my qttoy4m etc ...
coriander (for machine vision 1394) is still working (my biggest
concern).
So all good but wow ... what a pain.

Now y4mscaler... in an another thread.

Cheers
Edouard





--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference___
Mjpeg-users mailing list
Mjpeg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mjpeg-users


Re: [Mjpeg-users] qttoy4m / solved

2009-10-07 Thread Steven M. Schultz

On Thu, 8 Oct 2009, E Chalaron wrote:

> Ha well let's install libquicktime-devel then ...
> No such luck, Yast is preventing me to do so thanks to a depedency on
> libdc1394_control_12-devel /ffmpeg which leads me to a cascade of
> depedencies of various stuff ...

	Right - and while "package" system offer convenience you are also
	at the mercy of how the packager decides he/she wants to build/configure
	the package ;(

> Ok ... so downloaded libquicktime source to compile  and make fails
> on some libtool >:o

	And from the errors I'd guess something is very wrong with the
	libtool setup on your system.
> 
	You did run ./autogen.sh first I hope.

> -I../include -I../include   -DLOCALE_DIR=\"/usr/local/share/locale\"
> -march=k8 -mtune=k8 -O3 -funroll-all-loops -fomit-frame-pointer 
> -finline-functions -Wall -Winline -Wmissing-declarations
> -Wdeclaration-after-statement -fvisibility=hidden -MT audio.lo -MD -MP
> -MF .deps/audio.Tpo -c -o audio.lo audio.c
> ../libtool: line 824: X--tag=CC: command not found
> ../libtool: line 857: libtool: ignoring unknown tag : command not found
> ../libtool: line 824: X--mode=compile: command not found

	Those types of errors really make me suspicious of the libtool
	setup/installation.

> Went back to Yast and to the risk of seeing some corruption in the system
> eventually accepted 20 different depedencies.

	Very strange.  Other than gtk and a couple other libs for the gui portion
	of libquicktime there aren't that many dependencies (I thought).. On
	the other hand it sounds like your system was under-populated 
	software-wise ;)

> Now y4mscaler... in an another thread.

	And that is a puzzler too - that's a small number of C++ files and
	it doesn't even use autoconf.

	Good Luck (I think you need it :-))

	Cheers,
	Steven
--

Come build with us! The BlackBerry(R) Developer Conference in SF, CA

is the only developer event you need to attend this year. Jumpstart your

developing skills, take BlackBerry mobile applications to market and stay 

ahead of the curve. Join us from November 9 - 12, 2009. Register now!

http://p.sf.net/sfu/devconference___

Mjpeg-users mailing list

Mjpeg-users@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/mjpeg-users

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference___
Mjpeg-users mailing list
Mjpeg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mjpeg-users


Re: [Mjpeg-users] qttoy4m / solved

2009-10-07 Thread E Chalaron




Hi Steven

The libquicktime depedencies came with the install of libquicktime
devel.
Libtool from compiling libquicktime is still spiting out some errors I
wont even try to correct. It's way above my skills.
As for y4mscaler I think I am not out of troubles yet.

I am a bit worried actually, I am working with uncompressed quicktime
files and so far the only efficient way of denoising my super 8 scans
are either through a windows machine or by using qttoy4m piping in
yuvdenoise.
I just hope the lot will not disappear, yuvdenoise (and mjpegtools) has
no equivalent, or I dont think there is, under Linux and I cant really
spend time on clicking "Ok" for every single event under windows. 

Un der Linux the mencoder noise reduction is not that great to put it
nicely, greystoration is not compiling properly and is wy to slow,
cinelerra denoiser is a waste of code and time etc... 
Not that many options really apart from qttoy4m / yuvdenoise. So thanks
again for all the work done on mjpegtools.

cheers
E

Steven M. Schultz wrote:
On Thu, 8 Oct 2009, E Chalaron wrote:
 Ha well let's install libquicktime-devel then ...
 No such luck, Yast is preventing me to do so thanks to a depedency
on
 libdc1394_control_12-devel /ffmpeg which leads me to a cascade of
 depedencies of various stuff ... Right - and while "package"
system offer convenience you are also at the mercy of how the packager
decides he/she wants to build/configure the package ;(
 Ok ... so downloaded libquicktime source to compile  and make
fails
 on some libtool :o And from the errors I'd guess something is
very wrong with the libtool setup on your system.
 You did run ./autogen.sh first I hope.
 -I../include -I../include
-DLOCALE_DIR=\"/usr/local/share/locale\"
 -march=k8 -mtune=k8 -O3 -funroll-all-loops -fomit-frame-pointer
 -finline-functions -Wall -Winline -Wmissing-declarations
 -Wdeclaration-after-statement -fvisibility=hidden -MT audio.lo -MD
-MP
 -MF .deps/audio.Tpo -c -o audio.lo audio.c
 ../libtool: line 824: X--tag=CC: command not found
 ../libtool: line 857: libtool: ignoring unknown tag : command not
found
 ../libtool: line 824: X--mode=compile: command not found Those
types of errors really make me suspicious of the libtool
setup/installation.
 Went back to Yast and to the risk of seeing some corruption in the
system
 eventually accepted 20 different depedencies. Very strange. Other
than gtk and a couple other libs for the gui portion of libquicktime
there aren't that many dependencies (I thought).. On the other hand it
sounds like your system was under-populated software-wise ;)
 Now y4mscaler... in an another thread. And that is a puzzler too -
that's a small number of C++ files and it doesn't even use autoconf.
Good Luck (I think you need it :-)) Cheers, Steven
  

--

Come build with us! The BlackBerry(R) Developer Conference in SF, CA

is the only developer event you need to attend this year. Jumpstart your

developing skills, take BlackBerry mobile applications to market and stay 

ahead of the curve. Join us from November 9 - 12, 2009. Register now!

http://p.sf.net/sfu/devconference
  

___

Mjpeg-users mailing list

Mjpeg-users@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/mjpeg-users

  
  

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
  

___
Mjpeg-users mailing list
Mjpeg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mjpeg-users
  




--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference___
Mjpeg-users mailing list
Mjpeg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mjpeg-users


[Mjpeg-users] qttoy4m

2009-10-06 Thread E Chalaron
Hi all
I am sorry for what seems to be a recurent question but can not get the
qtoy4m to compile.
I remember this to be solved by adding the devel libs of libquicktime
but this time it does not seem to work.

Platform is opensuse 11.
In the same kind of issue I cant eithe compile (or use the binaries) of
y4mscaler with error loading libmjpegtools-1.7.so.0, where I had the
feeling I was on 1.9 :-(
I am a bit confused here ...

any help most appreciated.
Regards
Edward

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
Mjpeg-users mailing list
Mjpeg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mjpeg-users


Re: [Mjpeg-users] qttoy4m

2009-10-06 Thread Steven M. Schultz

On Wed, 7 Oct 2009, E Chalaron wrote:

 I am sorry for what seems to be a recurent question but can not get the
 qtoy4m to compile.

We can be recurring too - as in the recurring request for additional
information :)

What is the error - cut/paste or include the build/compile session.
Perhaps also include the config.log file created when you ran
./configure.

 I remember this to be solved by adding the devel libs of libquicktime
 but this time it does not seem to work.

It could be a different problem - very hard to tell what is going on
with can not get the qtoy4m to compile being the only info  we have.

Could be a pkg-config issue, could be a libquicktime packaging issue
(building from source avoids that issue at least), who knows?  

 Platform is opensuse 11.

Builds fine on 10.3 - haven't bothered with 11.  Also builds on OSX
10.6 in 64bit mode.

 In the same kind of issue I cant eithe compile (or use the binaries) of
 y4mscaler with error loading libmjpegtools-1.7.so.0, where I had the
 feeling I was on 1.9 :-(

Your system may be 1.9 but the binary that you're trying to run was
built on a system that had 1.7 at the time of the build - you need
the same version of the library that was linked against at the time
the y4mscaler binary was built.

Steven Schultz


--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
Mjpeg-users mailing list
Mjpeg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mjpeg-users