Esempio n. 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
Esempio n. 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
Esempio n. 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
Esempio n. 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
Esempio n. 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
Esempio n. 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
Esempio n. 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
Esempio n. 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
Esempio n. 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
Esempio n. 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