justinadams wrote: ↑Sat Dec 28, 2019 10:42 am
So i just wanted to do quick write-up about an issue I was having over the past couple of days trying to get Alita: Battle Angel setup and working with yusesope's player.
I was having an issue with mp4box throwing "incomplete box" errors and not playing in yusesope's player(playback failed, error), as if the file was incomplete or corrupted.
come to find out dvdfab had somehow messed up the output. this was discovered by using Mediainfo on the dvdfab output, which showed me "istruncated: yes"
did some more testing with ripping the disc multiple times, in multiple ways, with the same results.
then i noticed the "choose other titles" option in dvdfab. and low and behold there was a whole lot of other streams, several of which where smaller than the full thing.
Went through previewing the titles and they were all(aside from the big main title) parts of the whole.
so as an experiment, I found all the parts to make the whole. and once outputted none were truncated (good sign).
individually tested each file to make sure they worked with yusesope's player, and they did.
then with a little research on mp4box and found the it can actually combine (referred to as concatenates) multiple videos
so with this command and i was able to get the file up and functioning
mp4box -add video1.mp4 -cat video2.mp4 -cat video3.mp4 -cat video4.mp4 output.mp4
Now if you do need to use this make sure you input the files in the correct order.
and so far this has seemed to work just fine.