Difference between revisions of "Playback profiles"

From MythTV Official Wiki
Jump to: navigation, search
Line 5: Line 5:
 
Each profile is multiple set of display options that apply to different source resolutions in the recording.
 
Each profile is multiple set of display options that apply to different source resolutions in the recording.
  
Example:  CPU-- by default, has two setting groups:
+
==Examples==
<pre>
+
===CPU-- default settings===
+--------------------+-------------+
+
 
| value              | data        |
+
{| border=1 cellspacing=0 cellpadding=5
+--------------------+-------------+
+
|'''Resolution 1'''
| pref_priority      | 1          |
+
|-
| pref_cmp0          | > 0 0       |
+
|[[Resolution]] comparison
| pref_decoder      | ffmpeg     |
+
| > 0 0
| pref_videorenderer | xv-blit     |
+
|-
| pref_osdrenderer   | softblend   |
+
|[[Decoder]]
| pref_osdfade      | 1           |
+
|[[ffmpeg]] 
| pref_deint0       | bobdeint    |
+
|-
| pref_deint1        | linearblend |
+
|Video Renderer
| pref_filters       |             |
+
|[[xv-blit]] 
| pref_priority      | 2           |
+
|-
| pref_cmp0          | > 0 0      |
+
|[[OSD]] Renderer    
| pref_decoder      | ffmpeg      |
+
|softblend
| pref_videorenderer | quartz-blit |
+
|-
| pref_osdrenderer   | softblend   |
+
| [[OSD]] Fade     
| pref_osdfade      | 1          |
+
|On            
| pref_deint0        | linearblend |
+
|-
| pref_deint1        | linearblend |
+
| [[Deinterlace]]er        
| pref_filters      |             |
+
|[[bobdeint]]    
+--------------------+-------------+
+
|-
</pre>
+
|Secondary [[Deinterlace]]er     
 +
| [[linearblend]]
 +
|-
 +
| [[Filters]]        
 +
|       None     
 +
|-
 +
|'''Resolution 2'''
 +
|-
 +
| [[Resolution]] comparison
 +
| > 0 0       
 +
|-
 +
| [[Decoder]]   
 +
| [[ffmpeg]]      
 +
|-
 +
|Video Renderer
 +
| [[quartz]]-blit  
 +
|-
 +
|[[OSD]] Renderer    
 +
| [[softblend ]] 
 +
|-
 +
|[[OSD]] Fade   
 +
| On       
 +
|-
 +
|[[Deinterlace]]r   
 +
| [[linearblend]]
 +
|-
 +
|Secondary [[Deinterlace]]r 
 +
|[[linearblend]]
 +
|-
 +
|[[Filters]]     
 +
| None
 +
|}

Revision as of 14:39, 26 September 2007

Playback profiles are a way for MythTV to set individual settings for various types of media through the internal media player.

Three profiles come by default, CPU--, CPU+, CPU++. You may also create your own profile. These changes may only exist in SVN

Each profile is multiple set of display options that apply to different source resolutions in the recording.

Examples

CPU-- default settings

Resolution 1
Resolution comparison > 0 0
Decoder ffmpeg
Video Renderer xv-blit
OSD Renderer softblend
OSD Fade On
Deinterlaceer bobdeint
Secondary Deinterlaceer linearblend
Filters None
Resolution 2
Resolution comparison > 0 0
Decoder ffmpeg
Video Renderer quartz-blit
OSD Renderer softblend
OSD Fade On
Deinterlacer linearblend
Secondary Deinterlacer linearblend
Filters None