예제 #1
0
    def get_stream_dict(self):
#        source_cmd = self.get_source_cmd()
        source_cmd = self.abs_path
        stream_dict = m2ts.get_stream_info(
            self.cfg, source_cmd, self.eac3to_cache
        )
        return stream_dict
예제 #2
0
 def get_stream_info(self):
     """
     Run eac3to and cache the output data.
     """
     self["streams"] = m2ts.get_stream_info(
         self.cfg, self["abs_path"], self["eac3to_txt_path"]
     )
예제 #3
0
 def get_stream_dict(self):
     #        source_cmd = self.get_source_cmd()
     source_cmd = self.abs_path
     stream_dict = m2ts.get_stream_info(self.cfg, source_cmd,
                                        self.eac3to_cache)
     return stream_dict
예제 #4
0
 def read_streaminfo(self):
     self.stream_dict = m2ts.get_stream_info(self.cfg, self.abs_path,
                                             self.eac3to_cache)
예제 #5
0
 def get_stream_info(self):
     """
     Run eac3to and cache the output data.
     """
     self["streams"] = m2ts.get_stream_info(self.cfg, self["abs_path"],
                                            self["eac3to_txt_path"])
예제 #6
0
 def read_streaminfo(self):
     self.stream_dict = m2ts.get_stream_info(
         self.cfg, self.abs_path, self.eac3to_cache
     )