beautypg.com

Google Flix Engine Linux Reference Manual User Manual

Page 477

background image

7.15 CGI

471

flix2_sample.cgi version 1.9

Instructions

  • In this sample you must choose a source file and an output file.

    If you leave all the other options blank then the sample will not call

    the corresponding Flix Engine function and the default will be used.

    When done please press the "Start Encode" button at the bottom of the page.

  • Mouse over a function name to see its default, if applicable.

  • Current source file directory: """

    print indir

    print """


Source File

"""

if os.path.exists(indir):

first = True

files = os.listdir(indir); files.sort()

print "";

else:

print "WARNING couldn’t open " + indir + " os.path.exists() failed
"

print """


Output File

Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen