Update of /cvsroot/freevo/freevo/src/tv/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv4747/plugins
Modified Files:
ivtv_record.py
Log Message:
Updating for current ivtv CVS, added bitrate_mode and use constant bitrate
by default.
Index: ivtv_record.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/plugins/ivtv_record.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** ivtv_record.py 8 Jun 2003 17:01:50 -0000 1.5
--- ivtv_record.py 7 Jul 2003 01:59:06 -0000 1.6
***************
*** 11,14 ****
--- 11,18 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.6 2003/07/07 01:59:06 rshortt
+ # Updating for current ivtv CVS, added bitrate_mode and use constant bitrate
+ # by default.
+ #
# Revision 1.5 2003/06/08 17:01:50 rshortt
# A workaround for a strange audio problem and print more codec info.
***************
*** 182,188 ****
codec = v.getCodecInfo()
codec.bitrate = config.IVTV_BITRATE
codec.bitrate_peak = config.IVTV_BITRATE
- # codec.bitrate_peak = config.IVTV_BITRATE + 1
codec.stream_type = config.IVTV_STREAM_TYPE
codec.gop_closure = 1
--- 186,192 ----
codec = v.getCodecInfo()
+ codec.bitrate_mode = 1
codec.bitrate = config.IVTV_BITRATE
codec.bitrate_peak = config.IVTV_BITRATE
codec.stream_type = config.IVTV_STREAM_TYPE
codec.gop_closure = 1
***************
*** 192,197 ****
print 'CODEC::aspect: %s' % codec.aspect
! print 'CODEC::audio: %s' % codec.audio
print 'CODEC::bfrmes: %s' % codec.bframes
print 'CODEC::bitrate: %s' % codec.bitrate
print 'CODEC::bitrate_peak: %s' % codec.bitrate_peak
--- 196,202 ----
print 'CODEC::aspect: %s' % codec.aspect
! print 'CODEC::audio_bitmask: %s' % codec.audio_bitmask
print 'CODEC::bfrmes: %s' % codec.bframes
+ print 'CODEC::bitrate_mode: %s' % codec.bitrate_mode
print 'CODEC::bitrate: %s' % codec.bitrate
print 'CODEC::bitrate_peak: %s' % codec.bitrate_peak
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog