Changeset 3ad40a4ba3804591f901187cebe8ecbafeb0d092

Show
Ignore:
Timestamp:
01/10/08 14:07:27 (1 year ago)
Author:
William McBrine <wmcbrine@gmail.com>
git-committer:
William McBrine <wmcbrine@gmail.com> 1199995647 -0500
git-parent:

[65eec252abe28afdc0e726fd4839335d9a934281]

git-author:
William McBrine <wmcbrine@gmail.com> 1199995647 -0500
Message:

Dial back the volume for AC3; otherwise it clips.
(This should probably depend on the version of ffmpeg.)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • config.py

    rbd5f619 r3ad40a4  
    172172    #check for HD tivo and return compatible audio parameters 
    173173    if tsn and tsn[:3] in getHDtivos(): 
    174         return '-acodec ac3 -ar 48000' 
     174        return '-acodec ac3 -vol 128 -ar 48000' 
    175175    else: 
    176176        return '-acodec mp2 -ac 2 -ar 44100'