[mythtv] tiny patch - mpeg2 bitrate slider increments of 100 instead of 500

Roy Hooper rhooper at toybox.ca
Sun Sep 28 20:14:12 EDT 2003


The attached patch changes the increment in the MPEG2 profiles to be 
increments of 100 instead of 500.   The patch lets people not have to 
edit the DB directly.

I have found that 4500 with a max of 5200 produces nicely sized 2.1gb 
files suitable for fitting two (unchopped) recordings on a DVD.

Roy

-------------- next part --------------
Index: libs/libmythtv/recordingprofile.cpp
===================================================================
RCS file: /var/lib/mythcvs/mythtv/libs/libmythtv/recordingprofile.cpp,v
retrieving revision 1.43
diff -r1.43 recordingprofile.cpp
373c373
<         SliderSetting(1000,16000,500) {
---
>         SliderSetting(1000,16000,100) {
386c386
<         SliderSetting(1000,16000,500) {
---
>         SliderSetting(1000,16000,100) {


More information about the mythtv-dev mailing list