Re: [Mjpeg-users] quicktime a full resolution problem

2004-12-02 Thread Norayr Chilingaryan
Hello.
I have same problem, and it is interesting, don't You know, is fixed zoran
driver included in any linux distro, for example, in Fedora Core 3?
Thanks.


On Wed, 1 Dec 2004, Ronald S. Bultje wrote:

> On Mon, 2004-11-29 at 11:31, Pedro Hernansáez wrote:
> > lavrec -fq -ip -q80 -d1 capture.mov give me this error
> [..]
> > Internal: broken JPEG format
> [..]
> > from source, kernel 2.6.9-1"
> 
> Crap, that means they didn't notice my JPEG APP/COM marker patch (I
> think it's related to that). Use CVS of the zoran driver or wait for the
> stock kernel drivers to be fixed. I'll re-send it to LKML.
> 
> Ronald
> 
> -- 
> Ronald S. Bultje <[EMAIL PROTECTED]>
> 
> 
> 
> 
> ---
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now. 
> http://productguide.itmanagersjournal.com/
> ___
> Mjpeg-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/mjpeg-users
> 
> 



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
___
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users


Re: [Mjpeg-users] quicktime a full resolution problem

2004-12-02 Thread Ronald S. Bultje
On Thu, 2004-12-02 at 11:48, Norayr Chilingaryan wrote:
> I have same problem, and it is interesting, don't You know, is fixed zoran
> driver included in any linux distro, for example, in Fedora Core 3?

No, because my patch got lost upstream. I'll resend. It'll be fixed in
one of the next kernel updates of Fedora. Until then, don't use
Quicktime in combination -d1. Use AVI instead.

Ronald

-- 
Ronald S. Bultje <[EMAIL PROTECTED]>



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users


[Mjpeg-users] Shaking

2004-12-02 Thread E.Chalaron
Hi all
I vagly remember an anti shake filter at some stage. Is it available or did I 
dream it ?
Thanks
E.


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users


Re: [Mjpeg-users] Shaking

2004-12-02 Thread Steven M. Schultz

On Fri, 3 Dec 2004, E.Chalaron wrote:

> Hi all
> I vaguely remember an anti shake filter at some stage. Is it available or did 
> I 
> dream it ?

y4mstabilizer

Only in the CVS version at the moment.  If you run into problems or 
have questions the author (not myself ;)) lurks on the list.

Cheers,
Steven Schultz



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users


Re: [Mjpeg-users] Shaking

2004-12-02 Thread J Macropol
On Thu, 2004-12-02 at 13:29, Steven M. Schultz wrote:
> On Fri, 3 Dec 2004, E.Chalaron wrote:
> 
> > Hi all
> > I vaguely remember an anti shake filter at some stage. Is it available or 
> > did I 
> > dream it ?
> 
>   y4mstabilizer
> 
>   Only in the CVS version at the moment.  If you run into problems or 
>   have questions the author (not myself ;)) lurks on the list.


I'm here.

y4mstabilizer works best with progressive 444 data.  It still
works fine for making DVDs.  The recommended pipeline (as given in
"y4mstabilizer -h" is:

   ... | yuvdeinterlace | y4mscaler -v 0 -O src=src -O chromass=444 | \
   y4mstabilizer | y4mscaler -v 0 -O src=src -O chromass=430_MPEG2 | ...

It should work without the 444 conversion, but then the jumps are in
multiples of 2-4 pixels, which is annoying.  Interlaced has problems.

I built it because I have a ton of home videos taken in situations
where using a tripod would have been awkward or downright impossible
(e.g., sporting events).  It isn't perfect, but it does make them
more watchable.

I have a wishlist of features I would like to add sometime, if
I ever get the time:

1. Get interlaced video working.
2. Fractional pixel movements by bicubic interpolation.
   Then, the y4mscaler steps could be skipped, and there
   would be much less motion, at the expense of more CPU
   time used.  Does y4mscaler have anything useful here?
   A liby4mscaler, anyone?
3. Optionally model and correct for rotations, in addition
   to x/y translations.

James Macropol



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users


Re: [Mjpeg-users] Shaking

2004-12-02 Thread Steven M. Schultz


On Thu, 2 Dec 2004, J Macropol wrote:

> y4mstabilizer works best with progressive 444 data.  It still
> works fine for making DVDs.  The recommended pipeline (as given in
> "y4mstabilizer -h" is:
> 
>... | yuvdeinterlace | y4mscaler -v 0 -O src=src -O chromass=444 | \
>y4mstabilizer | y4mscaler -v 0 -O src=src -O chromass=430_MPEG2 | ...

^430^420^

of course :)

The stabilizer (for those who might wonder where it resides) in in
the lavtools/ rather than a directory of its own.

Cheers,
Steven Schultz



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users


[Mjpeg-users] Shaking /2

2004-12-02 Thread E.Chalaron
>
>   The stabilizer (for those who might wonder where it resides) in in
>   the lavtools/ rather than a directory of its own.

Anybody in particular ??? :)
Thanks all for answers and technical details
E


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users


[Mjpeg-users] dv-yv12 PAL

2004-12-02 Thread E.Chalaron
Hi all
Following the upgrade of my CVS I did :

./configure --with-quicktime=/usr/local/include/quicktime/ --with-dv-yv12

It came out with :

Quicktime / playback record : false
libDV PAL YV12 read support : false

Is this so important ? Being In a PAL country I am a bit puzzled about the 
second line
Regards
E


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users


[Mjpeg-users] CVS / compiling

2004-12-02 Thread E.Chalaron
Hi all
I eventually managed to upgrade files from sourceforge using CVS and compiled 
it properly with tthe yuv thing fixed... 
Now I have no trace of some binaries despite source being at the right place 
(y4mstabilizer, y4munsharp for say...)
I upgraded against a 1.6.2 unzipped tar ball..

Did I miss anything using CVS?
Thanks
E


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users


Re: [Mjpeg-users] dv-yv12 PAL

2004-12-02 Thread Steven M. Schultz

On Fri, 3 Dec 2004, E.Chalaron wrote:

> Hi all
> Following the upgrade of my CVS I did :
> 
> ./configure --with-quicktime=/usr/local/include/quicktime/ --with-dv-yv12

Hmmm, if you've installed libquicktime into the default $prefix
of /usr/local then you should not have to specify that option at
./configure time for mjpegtools since pkg-config will find 
libquicktime automatically.

And DON'T use the --with-dv-yv12 option - it's an obscure (probably
should be removed) option that's _sounds_ like it is what you might
want but it's not.  

> It came out with :
> 
> Quicktime / playback record : false

Quicktime didn't get detected ;(

You'll have to look in the config.log file to see what went wrong.
One possibility is that after installing the new libraries you
forgot to run "ldconfig" to rebuild the ld cache (ld.so.cache).

> libDV PAL YV12 read support : false

That's actually a Good Thing ;)

> Is this so important ? Being In a PAL country I am a bit puzzled about the 
> second line

You don't want it.  It's exporting a bit of arcana (internal DV
variant) that you don't want (it's caused grief in the past too). 

Cheers,
Steven Schultz



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users


Re: [Mjpeg-users] CVS / compiling

2004-12-02 Thread Steven M. Schultz

On Fri, 3 Dec 2004, E.Chalaron wrote:

> I eventually managed to upgrade files from sourceforge using CVS and compiled
> it properly with the yuv thing fixed... 

Was libquicktime detected?  If you've installed libquicktime then
if that is not found something isn't working.

> Now I have no trace of some binaries despite source being at the right place 
> (y4mstabilizer, y4munsharp for say...)

Look in $prefix/bin (/usr/local/bin by default) - you should see
all the new binaries there (and the new libraries in /usr/local/lib).
Be sure to run "ldconfig" after doing the install so that the loader
cache gets updated.

Depending what shell you're using (csh variant perhaps) you may need
to 'rehash' after installing the new binaries or the shell won't
know that 'y4mstabilizer' is present.

> I upgraded against a 1.6.2 unzipped tar ball..

That should be ok - the new binaries will overwrite the old ones if
you're installing into /usr/local/{bin,lib}

> Did I miss anything using CVS?

Did any errors (or unexpected log messages such as the ones you
mentioned earlier) happen?  Anomalies during the configure process
need to be looked at very closely before doing the 'make'.

Only thing I can think of is to make sure you run 'ldconfig' (as
root) after installing any new libraries.

Good Luck

Steven Schultz



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users


Re: [Mjpeg-users] CVS / compiling

2004-12-02 Thread E.Chalaron

Thanks Steven
Actually not all binaries are present under mjpeg_play directories.
The usual is here but not the last ones (y4munsharp), so before the last 
install stage and ldconfig I just want to make sure that everything is Ok.
My guess is that I have to resolve a lot of confilcts using cervisia... a bit 
of a pain actually...
I am on to it... will se what it gives, most likely a lack of experience with 
updating using cvs.

Cheers
E


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users