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
Hi! As you requested in my pull request, I've uploaded a sample video which is fixed correctly by ponchio's master, but when I run it on your master, the output is a broken video. Here are the files.
Running: ./untrunc ok.mp4 broken_sample.mp4
The original code produces the file I've renamed output_original.mp4, and this version produces output_corrupted.mp4.
Let me know if I can help!
The text was updated successfully, but these errors were encountered:
The problem is that the SPS Unit needs to be decoded before the slices are. I added default values for the SpsInfo but this is only a quick fix. Please try if it works for you now.
Hi! As you requested in my pull request, I've uploaded a sample video which is fixed correctly by ponchio's master, but when I run it on your master, the output is a broken video. Here are the files.
Running:
./untrunc ok.mp4 broken_sample.mp4
The original code produces the file I've renamed
output_original.mp4
, and this version producesoutput_corrupted.mp4
.Let me know if I can help!
The text was updated successfully, but these errors were encountered: