-
Notifications
You must be signed in to change notification settings - Fork 9
Description
F:\Videos\TEMP>python finsta360.py -s .\VID_090732_00_006.insv -r .\VID_Referenz_00_009.insv -o .\output.insv
########################################
1) extracting reference moov from
.\VID_Referenz_00_009.insv
########################################
2) regenerate sample tables from mdat in
.\VID_090732_00_006.insv
########################################
3) rebuilding moov from the sample tables
Traceback (most recent call last):
File "F:\Videos\TEMP\finsta360.py", line 1015, in
finsta360(
File "F:\Videos\TEMP\finsta360.py", line 926, in finsta360
recover_moov_from_sample_tables(
File "F:\Videos\TEMP\finsta360.py", line 680, in recover_moov_from_sample_tables
copy_atom_box('uuid', None, f_moov, f_dst, only_header=False)
File "F:\Videos\TEMP\finsta360.py", line 494, in copy_atom_box
if atom_type != target_type: raise ValueError(f'{target_type} not found but {atom_type}')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: uuid not found but trak