Changeset a52b1b5645584a83e55a3ad287dd2974612bf769

Show
Ignore:
Timestamp:
11/17/07 23:54:27 (1 year ago)
Author:
Jason Michalski <armooo@armooo.net>
git-committer:
Jason Michalski <armooo@armooo.net> 1195365267 -0600
git-parent:

[10fc438ed2ae7321f1d65c2e91e980c24ea29397]

git-author:
Jason Michalski <armooo@armooo.net> 1195365267 -0600
Message:

Fixed default FFMPEG template

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Config.py

    r179402f ra52b1b5  
    5151        return config.get('Server', 'ffmpeg_prams', raw = True) 
    5252    except NoOptionError: #default 
    53         return '-i %(in_file)s -vcodec mpeg2video -r 29.97 -b %(video_br)s -maxrate %(max_video_br)s -bufsize %(buff_size)s %(aspect_ratio)s -comment pyTivo.py -ac 2 -ab %(audio_br)s -ar 44100 -f vob -' 
     53        return '-vcodec mpeg2video -r 29.97 -b %(video_br)s -maxrate %(max_video_br)s -bufsize %(buff_size)s %(aspect_ratio)s -comment pyTivo.py -ac 2 -ab %(audio_br)s -ar 44100 -f vob -' 
    5454 
    5555def getValidWidths():