It's actually not alot of extra compression I guess for Long GOP, from what I've found out. Although it may possibly transcode now to alot smaller size possibly. I'm still learning about it, but if you analyze the mpeg it is different, 30 frames per GOP, and also the compression difference may be there but just a minimal amount. So something to play around with and see if different bitrates or transcoding does anything interesting.
Thanks, Chris On Fri, Dec 03, 2004 at 05:35:11PM -0500, tommy wrote: > tommy wrote: > > >Chris Kennedy wrote: > > > >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 > > > > I think I got it right, the code is below, but it has no effect on my > recordings at all. > > #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 > > > > > ------------------------------------------------------- > 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
