From bc457a06c0135884a406ed4226ee6e4043af62e9 Mon Sep 17 00:00:00 2001 From: James Bunton Date: Sun, 11 Apr 2010 20:15:40 +1000 Subject: [PATCH] Use lowercase profile name for consistency --- encode.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/encode.py b/encode.py index e4bf6ee..04ebfe8 100755 --- a/encode.py +++ b/encode.py @@ -206,7 +206,7 @@ profiles = { extra=["-vf-add", "scale=320:-10"], ), - "N97xvid" : + "n97xvid" : Profile( commands=[Mencoder, MP4Box], default_opts={ @@ -220,7 +220,7 @@ profiles = { extra=["-vf-add", "scale=640:-10"], ), - "N97x264" : + "n97x264" : Profile( commands=[Mencoder, MP4Box], default_opts={ -- 2.39.2