Update of /cvsroot/freevo/freevo
In directory sc8-pr-cvs1:/tmp/cvs-serv12918

Modified Files:
        freevo_config.py 
Log Message:
Further suport for ivtv based cards.  Now you can set the bitrate to encode at or the 
stream type to use.


Index: freevo_config.py
===================================================================
RCS file: /cvsroot/freevo/freevo/freevo_config.py,v
retrieving revision 1.188
retrieving revision 1.189
diff -C2 -d -r1.188 -r1.189
*** freevo_config.py    1 Jun 2003 15:56:00 -0000       1.188
--- freevo_config.py    1 Jun 2003 16:05:40 -0000       1.189
***************
*** 761,764 ****
--- 761,778 ----
  TV_REC_OUTFMT = 'yuy2'
  
+ 
+ #
+ # Settings for ivtv based cards such as the WinTV PVR-250/350.
+ #
+ 
+ # bitrate in bps
+ IVTV_BITRATE = 4000000
+ 
+ # stream type
+ # Options are: 0 (mpeg2_ps), 1 (mpeg2_ts), 2 (mpeg1), 3 (mpeg2_pes_av),
+ #              5 (mpeg2_pes_v), 7 (mpeg2_pes_a), 10 (dvd)
+ IVTV_STREAM_TYPE = 0
+ 
+ 
  #
  # TV Channels. This list contains a mapping from the displayed channel name




-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to