I am using Untrunct to repair video files through Docker. However, I am returning errors which I am not sure I understand.
I have tried using multiple 'good' (fully working) video files of varying length to compare the corrupted files to, yet I have not yet been successful.
docker run -v ~/Downloads/YOUR_FOLDER_WITH_VIDEOS/:/files -it synctree/untrunc /files/gh011265.mp4 /files/f279969024.mp4
Reading: /files/gh011265.mp4
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x139c340] decoding for stream 1 failed
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x139c340] decoding for stream 2 failed
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x139c340] decoding for stream 3 failed
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/files/gh011265.mp4':
Metadata:
major_brand : mp41
minor_version : 538120216
compatible_brands: mp41
creation_time : 2016-01-02 23:16:16
Duration: 00:00:00.70, start: 0.000000, bitrate: 32587 kb/s
Stream #0.0(eng): Video: h264 (High), yuvj420p, 1920x1440 [PAR 1:1 DAR 4:3], 31966 kb/s, 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc
Metadata:
creation_time : 2016-01-02 23:16:16
Stream #0.1(eng): Data: tmcd / 0x64636D74, 0 kb/s
Metadata:
creation_time : 2016-01-02 23:16:16
Stream #0.2(eng): Data: gpmd / 0x646D7067, 272 kb/s
Metadata:
creation_time : 2016-01-02 23:16:16
Stream #0.3(eng): Data: fdsc / 0x63736466, 15 kb/s
Metadata:
creation_time : 2016-01-02 23:16:16
avc1: no match because of nal type: 0
Found 0 packets
I am using Untrunct to repair video files through Docker. However, I am returning errors which I am not sure I understand.
I have tried using multiple 'good' (fully working) video files of varying length to compare the corrupted files to, yet I have not yet been successful.
Please see error below and thank you for any help on this: