Re: [Freevo-users] bttv/mencoder quality problem

2004-02-04 Thread Jaap Struyk
Op zo 01-02-2004, om 10:54 schreef Fabio Papa:

> 320:480, and then scale to 320:240, so scaling only in
> one direction, saving cpu cycles. Better yet would be
> capturing at 320:576 (full pal) and then scale to
> whatever. 

Someway that doesn't work and gives a very disturbed picture, maybe it's
a problem with the card.
Anyway, I'll try everything over again with v4l2 to see if something
improves.
thanks for you help...
-- 
Groetjes Japie
http://japie.deserver.nl

Gnu/Linux
2.4.20-wolk4.9s i686

Win98 is called Win98 because you need to update at least 98% of your
hardware before it can be installed
;^)



---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] bttv/mencoder quality problem

2004-02-01 Thread Fabio Papa
> your info plus this link gave the answer,
> http://www.artech365.com/winvdr/bestresolution.htm
> I took  a capture resolution of 320x240 so I didn't
> had to rescale to
> save cpu power.
> After reading the above link I captured at 640x480
> and scaled it
> afterwards to 320x240 and I have splended (almost)
> quality,
> deinterlacing wasn't nessesary...
Ok, since you found out where the problem was, I can
give you one more advice: your problem got solved by
doubling the number of lines captured (480 vs 240),
but the other change (640 vs 320) is irrelevant. It's
ok to capture directly to whatever horizontal res you
want, since that's analogic signal, but the number of
lines matters. Bottom line: you could try capturing at
320:480, and then scale to 320:240, so scaling only in
one direction, saving cpu cycles. Better yet would be
capturing at 320:576 (full pal) and then scale to
whatever. 
 

> Anyway tanks for giving me the solution!
> -- 
> Groetjes Japie
> 
> 
> 
>
---
> The SF.Net email is sponsored by EclipseCon 2004
> Premiere Conference on Open Tools Development and
> Integration
> See the breadth of Eclipse activity. February 3-5 in
> Anaheim, CA.
> http://www.eclipsecon.org/osdn
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
>
https://lists.sourceforge.net/lists/listinfo/freevo-users 

__
Yahoo! Mail: 6MB di spazio gratuito, 30MB per i tuoi allegati, l'antivirus, il filtro 
Anti-spam
http://it.yahoo.com/mail_it/foot/?http://it.mail.yahoo.com/


---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] bttv/mencoder quality problem

2004-01-31 Thread Jaap Struyk
Op za 31-01-2004, om 17:46 schreef Jaap Struyk:
> Op za 31-01-2004, om 12:04 schreef Fabio Papa:
> 
> > You don't even scale?

your info plus this link gave the answer,
http://www.artech365.com/winvdr/bestresolution.htm
I took  a capture resolution of 320x240 so I didn't had to rescale to
save cpu power.
After reading the above link I captured at 640x480 and scaled it
afterwards to 320x240 and I have splended (almost) quality,
deinterlacing wasn't nessesary...
Anyway tanks for giving me the solution!
-- 
Groetjes Japie



---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] bttv/mencoder quality problem

2004-01-31 Thread Jaap Struyk
Op za 31-01-2004, om 12:04 schreef Fabio Papa:

> You don't even scale?

No, I attached my capture script. (I use a script so I don't have to
restart freevo everytime I change something)
-- 
Groetjes Japie
#!/bin/bash
#
# $1=frequenty, $2=seconds and $3=outputfilename

#/bin/echo q | /usr/bin/mplayer tv:// -tv driver=v4l:input=0:norm=PAL:freq=$1 -ao null -vo null
#sleep 5
#/usr/bin/mp1e -s640x480 -b3.0 -B224 -S44.1 -a0 -palsa -r6,0 -v -n 00:00:$2 -o $3.mpg &

#mencoder tv:// -tv driver=v4l:input=0:norm=PAL:freq=$1:saturation=-15:hue=-25:contrast=0:brightness=-15:width=320:height=240:device=/dev/video0:adevice=/dev/dsp0:audiorate=44100:forceaudio:forcechan=2 \
#-oac lavc -ovc lavc -lavcopts acodec=mp2:abitrate=224:vcodec=mpeg1video:keyint=25:mbd=2:vrc_minrate=64:vrc_maxrate=3000:vrc_buf_size=320:aspect=4/3:intra_matrix=8,9,12,22,26,27,29,34,9,10,14,26,27,29,34,37,12,14,18,27,29,34,37,38,22,26,27,31,36,37,38,40,26,27,29,36,39,38,40,48,27,29,34,37,38,40,48,58,29,34,37,38,40,48,58,69,34,37,38,40,48,58,69,79:inter_matrix=16,18,20,22,24,26,28,30,18,20,22,24,26,28,30,32,20,22,24,26,28,30,32,34,22,24,26,30,32,32,34,36,24,26,28,32,34,34,36,38,26,28,30,32,34,36,38,40,28,30,32,34,36,38,42,42,30,32,34,36,38,40,42,44 \
#-vf denoise3d=4:3:6 -ofps 25 -endpos $2 -o $3.mpeg

mencoder tv:// -tv driver=v4l:input=0:norm=PAL:freq=$1:saturation=-25:hue=-35:contrast=0:brightness=-15:width=320:height=240:device=/dev/video0:adevice=/dev/dsp0:audiorate=44100:forceaudio:forcechan=2:buffersize=64 \
-oac lavc -ovc lavc -lavcopts acodec=ac3:abitrate=96:vcodec=mpeg4:vbitrate=1800:keyint=25 \
-vf pp=lb -ffourcc divx -ofps 25 -endpos $2 -o $3.avi


Re: [Freevo-users] bttv/mencoder quality problem

2004-01-31 Thread Fabio Papa
 --- Jaap Struyk <[EMAIL PROTECTED]> ha scritto: > Op
vr 30-01-2004, om 21:05 schreef Fabio Papa:
> 
> > Are you using any filter, during capture? 
> 
> With those images not, I tryed mencoder's pp=lb, but
> that doesn't
> improve.
> The only options I use are
> saturation=-25:hue=-35:contrast=0:brightness=-15

You don't even scale? That's a filter too...
In any case, if you are scaling interlaced content,
mind that you can only scale deinterlaced images, so
deinterlacing must be the first filter on the list,
like:
-vf pp=lb,scale=xxx:yyy
and not the other way around. That's very important.
In any case, post your complete capture command. I'll
see if I find something suspect.

> 
> > Because that
> > seems like filters working on interlaced videos
> > That's not ossible. However, you can separate the
> two
> > fields and treat them as a single image, and then
> > recompose the original interlaced frame. Tell me
> if
> > you want details.
> 
> Please...
> -- 
> Groetjes Japie
> http://japie.deserver.nl
> 
> Gnu/Linux
> 2.4.20-wolk4.9s i686
> 
> Win98 error 005: Mouse not found. Click left mouse
> button on ok to continue.
> ;^)
> 
> 
> 
>
---
> The SF.Net email is sponsored by EclipseCon 2004
> Premiere Conference on Open Tools Development and
> Integration
> See the breadth of Eclipse activity. February 3-5 in
> Anaheim, CA.
> http://www.eclipsecon.org/osdn
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
>
https://lists.sourceforge.net/lists/listinfo/freevo-users 

__
Yahoo! Mail: 6MB di spazio gratuito, 30MB per i tuoi allegati, l'antivirus, il filtro 
Anti-spam
http://it.yahoo.com/mail_it/foot/?http://it.mail.yahoo.com/


---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] bttv/mencoder quality problem

2004-01-31 Thread Jaap Struyk
Op vr 30-01-2004, om 21:05 schreef Fabio Papa:

> Are you using any filter, during capture? 

With those images not, I tryed mencoder's pp=lb, but that doesn't
improve.
The only options I use are
saturation=-25:hue=-35:contrast=0:brightness=-15

> Because that
> seems like filters working on interlaced videos
> That's not ossible. However, you can separate the two
> fields and treat them as a single image, and then
> recompose the original interlaced frame. Tell me if
> you want details.

Please...
-- 
Groetjes Japie
http://japie.deserver.nl

Gnu/Linux
2.4.20-wolk4.9s i686

Win98 error 005: Mouse not found. Click left mouse button on ok to continue.
;^)



---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] bttv/mencoder quality problem

2004-01-30 Thread Fabio Papa
 --- Jaap Struyk <[EMAIL PROTECTED]> ha scritto: 
> Hello,
> 
> I've been trying to get a proper recording with
> mencoder for a while
> now, and can't seem to get it right.
> I get horizontal colored stripes all the time.
> I've put some jpg's in
> http://japie.deserver.nl/ftp/mencoder_tv/ is
> somebody knows the problem or has a clue, please
> help me out...
> I'am using 2.4.24 with standard v4l bttv driver,
> card=24.
> b.t.w. with mp1e there are no stripes.
Hi,
Are you using any filter, during capture? Because that
seems like filters working on interlaced videos.
That's not ossible. However, you can separate the two
fields and treat them as a single image, and then
recompose the original interlaced frame. Tell me if
you want details.


> -- 
> Groetjes Japie
> 
> 
> 
>
---
> The SF.Net email is sponsored by EclipseCon 2004
> Premiere Conference on Open Tools Development and
> Integration
> See the breadth of Eclipse activity. February 3-5 in
> Anaheim, CA.
> http://www.eclipsecon.org/osdn
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
>
https://lists.sourceforge.net/lists/listinfo/freevo-users 

__
Yahoo! Mail: 6MB di spazio gratuito, 30MB per i tuoi allegati, l'antivirus, il filtro 
Anti-spam
http://it.yahoo.com/mail_it/foot/?http://it.mail.yahoo.com/


---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] bttv/mencoder quality problem

2004-01-30 Thread Jaap Struyk
Hello,

I've been trying to get a proper recording with mencoder for a while
now, and can't seem to get it right.
I get horizontal colored stripes all the time.
I've put some jpg's in http://japie.deserver.nl/ftp/mencoder_tv/ is
somebody knows the problem or has a clue, please help me out...
I'am using 2.4.24 with standard v4l bttv driver, card=24.
b.t.w. with mp1e there are no stripes.
-- 
Groetjes Japie



---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users