Changeset 644796c86169fd365a409e91f3c2e71fd7c28f31

Show
Ignore:
Timestamp:
03/18/08 19:59:09 (10 months ago)
Author:
wgw <tjm1100@gmail.com>
git-committer:
wgw <tjm1100@gmail.com> 1205888349 -0500
git-parent:

[98b9ffc71eaddb30d0603c7a93bf88603b630b3c]

git-author:
wgw <tjm1100@gmail.com> 1205888349 -0500
Message:

expand help for new audio defaults

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/admin/templates/settings.tmpl

    r5be9ad6 r644796c  
    581581      </p> 
    582582 
    583       <p> <strong>Default Setting:</strong> 192K for SD TiVo's, 
    584 384K for HD TiVo's<br> 
    585  
    586       <strong>Valid Entries:</strong> Any valid Bit rate. 
    587 Up to 384K for SD TiVos. Up to 448K for HD TiVos.<br> 
     583      <p> <strong>Default Setting:</strong> 384K<br> 
     584 
     585      <strong>Valid Entries:</strong> Any valid Bit rate up to 448k.<br> 
    588586 
    589587      <strong>Required:</strong> No<br> 
     
    592590 
    593591      <strong>Description:</strong> This allows you to 
    594 choose the default audio bit rate used in transcoding. The 
    595 default is likely fine for most users. Users with HD units and high 
    596 quality videos to transcode will want to use higher value. Higher 
    597 values may slow down transcoding and will increase the file size. 
    598 Increased file sizes take up more room on the <a class="wiki" href="/wiki/TiVo">TiVo</a> and take longer to transfer 
    599 over the network.<br> 
     592choose the default audio bit rate used for transcoding. The 
     593default is likely fine for most users.  384k is the minimum 
     594recommended for ac3 audio. For S2 Tivos, you may want to lower 
     595this setting to 192k and set audio_ch=2 to slightly reduce the 
     596file size.  See audio_codec for more info.<br> 
    600597 
    601598      <strong>Example Settings:</strong> 192K, 384K, 448K. </p> 
     
    983980 
    984981      <strong>Description:</strong> Sets the number of audio channels 
    985 used by ffmpeg.  The default setting should work fine for most transfers 
    986 unless the default audio_codec is changed.<br> 
     982used by ffmpeg.  ffmpeg will retain the same number of 
     983channels as the source file by default.  The default setting should 
     984work fine for most transfers unless the default audio_codec is changed. 
     985Change this setting to 2 if you do not want to retain 5.1 audio.  A bug 
     986in ffmpeg will sometimes move the center audio channel to the left or 
     987right speaker.  Setting this option to 2, on an as needed basis, or 
     988permanently, will correct this at the loss of 5.1 audio.  But this 
     989should only be necessary on rare occasions where the source file is an 
     990mkv or xvid with ac3 5.1 audio bitrate above 448k.<br> 
    987991 
    988992      <strong>Example Settings:</strong> 2, 6 </p> 
     
    10021006      <strong>Skill:</strong> Advanced<br> 
    10031007 
    1004       <strong>Description:</strong> Sets the audio codec used by ffmpeg. 
    1005 pyTivo checks the audio codec and bitrate of the source and uses 
    1006 -acodec copy if it is compatible. Otherwise the Default Setting is 
    1007 used.  Allowing pyTivo to select -acodec copy whenever possible 
    1008 will generally produce the best results.  This will also prevent the  
    1009 center audio channel from being moved to the right front speaker 
    1010 by ffmpeg when transferring some mkv's and xvid's.<br> 
     1008      <strong>Description:</strong> Sets the audio codec used by 
     1009ffmpeg during transcoding. 
     1010pyTivo defaults to ac3 in order to retain 5.1 audio should the 
     1011source contain it.  pyTivo also checks the audio codec and bitrate 
     1012of the source and uses '-acodec copy' if it is compatible. Otherwise 
     1013the Default Setting is used.  Specifying an audio codec will disable 
     1014these features and pyTivo will re-encode all audio using the codec 
     1015specified.<br> 
     1016   
     1017Allowing pyTivo to select '-acodec copy' whenever possible will  
     1018generally produce the best results. This is meant to eliminate  
     1019garbled audio during transcoding when the source contains audio 
     1020glitches that cause ffmpeg to lose synchronization.  This will also  
     1021prevent the center audio channel from being moved to the right 
     1022front speaker by ffmpeg when transferring mkv's and xvid's with audio 
     1023bitrate of 448k or less.<br> 
     1024   
     1025You may want to change this setting to mp2 if you only have an S2, 
     1026or have specified a per tivo section for an S2, and do not wish to 
     1027retain 5.1 audio for possible transfer to an S3 Tivo or back to the 
     1028PC should the need arise.  This will slightly reduce the amount of 
     1029disk space used and allow for more recordings on an S2 Tivo.  
     1030In this case, you will want to specify audio_codec=mp2, audio_ch=2, 
     1031and audio_br=192k.  These are the settings normally used by the S2 
     1032for recordings.<br> 
    10111033 
    10121034      <strong>Example Settings:</strong> mp2, ac3 </p>