root/indytube/trunk/indytube/indytube.conf

Revision 446, 1.5 kB (checked in by andy, 2 weeks ago)

add in svn:igore

Line 
1[encoder]
2BE_HOW_NICE=18
3CONVERT_THESE=['.avi','.qt','.mov','.mpeg','.mp4','.mpg','.asf','.wmv','.3gp','.m4v','.ogm','.ogg','.divx','flv']
4DO_ENCODING=True
5NUMBER_OF_PARALLEL_ENCODERS=1
6ENCODER_LOCKFILE_BASE=locks/plumidemo-encoder.lock
7POLLTIME=60
8
9
10[mencoder]
11MENCODER_LOCATION=/usr/bin/mencoder
12MENCODER_OPTIONS=-really-quiet -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts vcodec=flv:keyint=50:vbitrate=150:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 -vf scale=320:240 -srate 22050
13
14[ffmpeg2theora]
15CORTADO_LOCATION=http://demo.plumi.org/flowplayer/cortado-ovt-debug-0.2.2.jar
16FFMPEG2THEORA_COMMAND=ffmpeg2theora
17
18[flvtool2]
19FLVTOOL_LOCATION=/usr/bin/flvtool2
20
21[paths]
22BASE_DIRECTORY=/home/andy/src/EngageMedia/indytube/indytube-trunk/indytube/
23VIDEO_FILE_DIRECTORY=content/videos/
24FLV_FILE_DIRECTORY=content/transcoded/
25INCLUDE_FILE_DIRECTORY=content/html/
26TORRENT_DIRECTORY=content/torrents/
27INCLUDE_FILE_SUFFIX=.flv.inc
28INCLUDE_TEMPLATE=templates/include.template
29
30[urls]
31FLOWPLAYER_LOCATION=http://flv.plumi.org/flowplayer/FlowPlayer.swf
32VIDEO_SERVER_URL=http://flv.plumi.org/
33SPLASH_IMAGE_BASE=http://demo.plumi.org/flowplayer/
34SPLASH_IMAGE_FILE=indytube.jpg
35
36[logging]
37LOG_FILE=logs/plumi-wetube.log
38LOG_LEVEL=logging.DEBUG
39
40[zopetube-server]
41DOWNLOAD_QUEUE = http://localhost:8080/ztg-app/download/
42BITTORRENT_QUEUE = http://localhost:8080/ztg-app/bittorrent/
43TRANSCODING_QUEUE = http://localhost:8080/ztg-app/transcoding/
44
45[bittorrent]
46TRACKER_URL = http://bt.engagemedia.org:7171/announce
Note: See TracBrowser for help on using the browser.