Пример #1
0
 def __init__(self, file, offset, size, type, is_64, start):
     StreamAtomTree.__init__(self, file, offset, size, type, is_64, start)
     self.update_order = [
         "stsd", "stts", "stss", "ctts", "stsc", "stsz", "stco", "co64"
     ]
     self.stream_order = [
         "stsd", "stts", "stss", "ctts", "stsc", "stsz", "stco", "co64"
     ]
     self.copy = True
Пример #2
0
 def __init__(self, file, offset, size, type, is_64, start):
     StreamAtomTree.__init__(self, file, offset, size, type, is_64, start)
     self.update_order = ["stsd", "stts", "stss", "ctts", "stsc", "stsz", "stco", "co64"]
     self.stream_order = ["stsd", "stts", "stss", "ctts", "stsc", "stsz", "stco", "co64"]
     self.copy = True
Пример #3
0
 def __init__(self, file, offset, size, type, is_64, start):
     StreamAtomTree.__init__(self, file, offset, size, type, is_64, start)
     self.copy = True
Пример #4
0
 def __init__(self, file, offset, size, type, is_64, start):
     StreamAtomTree.__init__(self, file, offset, size, type, is_64, start)
     self.update_order = ["vmhd", "smhd", "dinf", "stbl"]
     self.stream_order = ["vmhd", "smhd", "dinf", "stbl"]
     self.copy = True
Пример #5
0
 def __init__(self, file, offset, size, type, is_64, start):
     StreamAtomTree.__init__(self, file, offset, size, type, is_64, start)
     self.update_order = ["mdhd", "hdlr", "minf"]
     self.stream_order = ["mdhd", "hdlr", "minf"]
     self.copy = True
Пример #6
0
 def __init__(self, file, offset, size, type, is_64, start):
     StreamAtomTree.__init__(self, file, offset, size, type, is_64, start)
     self.update_order = ["cmov", "mvhd", "trak", "tkhd"]
     self.stream_order = ["cmov", "mvhd", "trak", "tkhd"]
     self.copy = True
Пример #7
0
 def __init__(self, file, offset, size, type, is_64, start):
     StreamAtomTree.__init__(self, file, offset, size, type, is_64, start)
     self.copy = True
Пример #8
0
 def __init__(self, file, offset, size, type, is_64, start):
     StreamAtomTree.__init__(self, file, offset, size, type, is_64, start)
     self.update_order = ["vmhd", "smhd", "dinf", "stbl"]
     self.stream_order = ["vmhd", "smhd", "dinf", "stbl"]
     self.copy = True
Пример #9
0
 def __init__(self, file, offset, size, type, is_64, start):
     StreamAtomTree.__init__(self, file, offset, size, type, is_64, start)
     self.update_order = ["mdhd", "hdlr", "minf"]
     self.stream_order = ["mdhd", "hdlr", "minf"]
     self.copy = True
Пример #10
0
 def __init__(self, file, offset, size, type, is_64, start):
     StreamAtomTree.__init__(self, file, offset, size, type, is_64, start)
     self.update_order = ["cmov", "mvhd", "trak", "tkhd"]
     self.stream_order = ["cmov", "mvhd", "trak", "tkhd"]
     self.copy = True