Cheetah
Main Page
Related Pages
Namespaces
Namespace List
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
$
a
b
c
d
e
f
h
i
l
m
o
p
r
s
t
u
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
flash
modules
video_comments
inc
header.inc.php
Go to the documentation of this file.
1
<?
php
2
8
if
(
empty
(
$GLOBALS
[
'sModule'
]))
$GLOBALS
[
'sModule'
] =
"video_comments"
;
9
$GLOBALS
[
'sModuleUrl'
] =
$GLOBALS
[
'sModulesUrl'
] .
$GLOBALS
[
'sModule'
] .
"/"
;
10
$GLOBALS
[
'sFilesDir'
] =
"files/"
;
11
$GLOBALS
[
'sFilesUrl'
] =
$GLOBALS
[
'sModuleUrl'
] .
$GLOBALS
[
'sFilesDir'
];
12
$GLOBALS
[
'sFilesPath'
] =
$GLOBALS
[
'sModulesPath'
] .
$GLOBALS
[
'sModule'
] .
"/"
.
$GLOBALS
[
'sFilesDir'
];
13
$GLOBALS
[
'sServerApp'
] =
"video"
;
14
$GLOBALS
[
'sStreamsFolder'
] =
"streams/"
;
15
$GLOBALS
[
'aConvertTmpls'
] = array(
16
"playX264"
=>
$GLOBALS
[
'sFfmpegPath'
] .
" -y -i #input# -b:v #bitrate#k -vcodec libx264 -s #size# #audio_options# #output#"
,
17
"play"
=>
$GLOBALS
[
'sFfmpegPath'
] .
" -y -i #input# -r 25 -b:v #bitrate#k -s #size# #audio_options# #output#"
,
18
"image"
=>
$GLOBALS
[
'sFfmpegPath'
] .
" -y -i #input# #size# -ss #second# -vframes 1 -an -f image2 #output#"
,
19
);
php
$GLOBALS
$GLOBALS['sModuleUrl']
Definition:
header.inc.php:9
empty
Attr AllowedRel this is empty
Definition:
Attr.AllowedRel.txt:7
Generated by
1.8.20