Changeset 869

Show
Ignore:
Timestamp:
06/09/07 05:32:20 (2 years ago)
Author:
lilo_booter
Message:

+ Ensures non-audio providing inputs are conformed for the video server

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/jahtools/jcapture/jcapture_admin.py

    r829 r869  
    415415 
    416416        def start( self ): 
    417                 command = "jbatch_server --port=" + str( self.jbat_port ) + " --rpn pal-vcd.oml --conform filter:visualise colourspace=yuv420p image_size" 
     417                command = "jbatch_server --port=" + str( self.jbat_port ) + " --rpn pal-vcd.oml --conform filter:visualise colourspace=yuv420p image_size filter:conform" 
    418418                print command 
    419419                os.system( command )