On Wed, Dec 01, 2004 at 11:20:36PM -0500, tommy wrote:
> Chris Kennedy wrote:
>
> >So here's the way to change that in ivtv-streams.c around line #490 or
> >so, something for those wanting really small file sizes and don't mind
> >a little less quality at times (I think, needs testing :-), I think it
> >
> >
Interesting, try to change the value that was 0 back to 0, like this, maybe
that setting did that. It is good here with that changed, but let me know,
right now I'm just doing tests with cat/dd which probably Myth isn't going
to do well because it wouldn't understand that possibly if trying to check the
frames and GOPs to be normal (which actually in the Mpeg standard it isn't
really set how big gops have to be I think, seems they are really flexible like
this, it seems pretty crazy to me it's working as well as it is right now
(think that means it's a good codec).
#if 0
/* assign bitrates */
ivtv_vapi(itv, IVTV_API_ASSIGN_BITRATES, 5,
itv->codec.bitrate_mode, /* mode */
itv->codec.bitrate, /* bps */
itv->codec.bitrate_peak / 400, /* peak/400 */
0, 0x70); /* encoding buffer, ckennedy */
/* assign gop properties */
ivtv_vapi(itv, IVTV_API_ASSIGN_GOP_PROPERTIES, 2,
itv->codec.framespergop, itv->codec.bframes);
#else
ivtv_vapi(itv, IVTV_API_ASSIGN_BITRATES, 5,
itv->codec.bitrate_mode, /* mode */
itv->codec.bitrate, /* bps */
itv->codec.bitrate_peak / 400, /* peak/400 */
0, 0xe0); /* encoding buffer, ckennedy */
/* assign gop properties */
ivtv_vapi(itv, IVTV_API_ASSIGN_GOP_PROPERTIES, 2,
30, 3);
#endif
> not sure how valid my testing would be as I'm still running
> ivtv-0.2.0-rc2f, but I thought I'd give this a shot... Once this patch
> was applied all recordings seem to run at roughly 1.5-2x speed...
>
> hih?
>
>
> -------------------------------------------------------
> 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/
> _______________________________________________
> ivtv-devel mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/ivtv-devel
--
---
Chris Kennedy / [EMAIL PROTECTED]
Engineer KMOS-TV/KTBG-FM
Broadcasting Services Department
Central Missouri State University
-------------------------------------------------------
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/
_______________________________________________
ivtv-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/ivtv-devel