You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.
Hello, I'm trying to repair a mov video and I have got this error:
Traceback:
C:\Users\jaime\Downloads\movrepair-master>python movrepair.py RE.MOV --repair DA.MOV
Output file: DA-fixed.MOV
Traceback (most recent call last):
File "C:\Users\jaime\Downloads\movrepair-master\movrepair.py", line 277, in <module>
sys.exit(main())
File "C:\Users\jaime\Downloads\movrepair-master\movrepair.py", line 267, in main
return repair_file(reference, broken, output, do_fix_metadata=not args.no_fix_metadata)
File "C:\Users\jaime\Downloads\movrepair-master\movrepair.py", line 194, in repair_file
atom = atom.to_atomd()
File "C:\Users\jaime\Downloads\movrepair-master\movio.py", line 165, in to_atomd
return MovAtomD(self.tag, self.read_data(), parent=parent)
File "C:\Users\jaime\Downloads\movrepair-master\movio.py", line 109, in read_data
raise MovFileError('reached EOF while reading "{}" atom data'.format(
movio.MovFileError: reached EOF while reading "♣♠9" atom data
OS: Windows 11
Python: 3.9
What can I do? Thanks in advance
The text was updated successfully, but these errors were encountered:
Hello, I'm trying to repair a mov video and I have got this error:
Traceback:
C:\Users\jaime\Downloads\movrepair-master>python movrepair.py RE.MOV --repair DA.MOV
Output file: DA-fixed.MOV
Traceback (most recent call last):
File "C:\Users\jaime\Downloads\movrepair-master\movrepair.py", line 277, in <module>
sys.exit(main())
File "C:\Users\jaime\Downloads\movrepair-master\movrepair.py", line 267, in main
return repair_file(reference, broken, output, do_fix_metadata=not args.no_fix_metadata)
File "C:\Users\jaime\Downloads\movrepair-master\movrepair.py", line 194, in repair_file
atom = atom.to_atomd()
File "C:\Users\jaime\Downloads\movrepair-master\movio.py", line 165, in to_atomd
return MovAtomD(self.tag, self.read_data(), parent=parent)
File "C:\Users\jaime\Downloads\movrepair-master\movio.py", line 109, in read_data
raise MovFileError('reached EOF while reading "{}" atom data'.format(
movio.MovFileError: reached EOF while reading "♣♠9" atom data
Hello, I'm trying to repair a mov video and I have got this error:
Traceback:
OS: Windows 11
Python: 3.9
What can I do? Thanks in advance
The text was updated successfully, but these errors were encountered: