diff options
author | Bob Igo <bob@stormlogic.com> | 2009-07-28 13:27:54 (GMT) |
---|---|---|
committer | Bob Igo <bob@stormlogic.com> | 2009-07-28 13:27:54 (GMT) |
commit | 8014c0b927b9d6490c84289309878d510dde1e30 (patch) | |
tree | f5b6644029f0f441c55e8a4ef2a6daf7950460ae /abs/core-testing/tweaker/bin | |
parent | 0f76841010966f1d4614d68fffbbf1e4dff13422 (diff) | |
download | linhes_pkgbuild-8014c0b927b9d6490c84289309878d510dde1e30.zip linhes_pkgbuild-8014c0b927b9d6490c84289309878d510dde1e30.tar.gz linhes_pkgbuild-8014c0b927b9d6490c84289309878d510dde1e30.tar.bz2 |
updated twk_general.pl for first integration test for userspace transcoders
Diffstat (limited to 'abs/core-testing/tweaker/bin')
-rwxr-xr-x | abs/core-testing/tweaker/bin/twk_general.pl | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/abs/core-testing/tweaker/bin/twk_general.pl b/abs/core-testing/tweaker/bin/twk_general.pl index 9043b6c..f181310 100755 --- a/abs/core-testing/tweaker/bin/twk_general.pl +++ b/abs/core-testing/tweaker/bin/twk_general.pl @@ -405,10 +405,12 @@ sub implement_option { change_or_make_setting('StartupSecsBeforeRecording', '120'); change_or_make_setting('TruncateDeletesSlowly', '1'); change_or_make_setting('UseOutputPictureControls', '1'); - change_or_make_setting('UserJob4', 'myth2mp3 -cut \"%DIR%\" \"%FILE%\"'); + change_or_make_setting('UserJob2', 'myth2x264 \"%DIR%/%FILE%\" \"%TITLE% - %SUBTITLE%\" \"%CHANID%\" \"%STARTTIME%\" \"%JOBID%\"'); + change_or_make_setting('UserJob3', 'myth2xvid \"%DIR%/%FILE%\" \"%TITLE% - %SUBTITLE%\" \"%CHANID%\" \"%STARTTIME%\" \"%JOBID%\"'); + change_or_make_setting('UserJob4', 'myth2mp3 \"%DIR%/%FILE%\" \"%TITLE% - %SUBTITLE%\" \"%CHANID%\" \"%STARTTIME%\"'); change_or_make_setting('UserJobDesc1', 'User Job #1'); - change_or_make_setting('UserJobDesc2', 'User Job #2'); - change_or_make_setting('UserJobDesc3', 'User Job #3'); + change_or_make_setting('UserJobDesc2', 'Transcode for iPod'); + change_or_make_setting('UserJobDesc3', 'Transcode to xvid'); change_or_make_setting('UserJobDesc4', 'Extract audio'); change_or_make_setting('UseOutputPictureControls','0'); # If this is set to '1' it can swap blue for red (and vice versa) on some nVidia GPUs change_or_make_setting('VCDPlayerCommand', 'mplayer-wrapper.pl vcd:\/\/ -cdrom-device %d -fs -zoom'); |