From 9978c046b6dcca9db37e5f06c5bb514df57807fe Mon Sep 17 00:00:00 2001 From: Jason Michalski Date: Tue, 4 Dec 2007 17:14:28 -0600 Subject: [PATCH] Updated the sample values to be correct --- pyTivo.conf.dist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyTivo.conf.dist b/pyTivo.conf.dist index a4494d1..3af7d9c 100644 --- a/pyTivo.conf.dist +++ b/pyTivo.conf.dist @@ -27,7 +27,7 @@ ffmpeg=/usr/bin/ffmpeg #Valid: 720, 704, 544, 480, 352 #width=1440 #height=720 -ffmpeg_prams=-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 - +#ffmpeg_prams=-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 - ##Per tivo options # section named _tivo_TSN with the tsn in all caps @@ -39,7 +39,7 @@ ffmpeg_prams=-vcodec mpeg2video -r 29.97 -b %(video_br)s -maxrate %(max_video_br #height=720 #audio_br=320K #video_br=12Mi -#ffmpeg_prams=-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 - +#ffmpeg_prams=-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 - #audio_br=320K #video_br=12Mi -- 2.11.4.GIT