There are rare (but sufficient) occasions when the downloader doesn't download a part of the stream (or fails to decode or fails to mux or something) that results in a wildly divergent (incomplete) mux with video and audio tracks differing wildly (luckily my MP4 well-formedness picks it up so I can re-download) but something ought to be done so that at least the failures aren't marked as "successful download" by SF, happens to me with both CWTV and Crunchyroll (the latter has been happening for ages). For example, re-downloading Wild cards from CWTV resulted in:
as can be seen, the video tracks in both cases are much shorter (in milliseconds) than the audio tracks.
Code:
:/mnt/export/CWTV/Wild Cards$ ~/scripts/chk_mp4 mp4a !D V=1165164 A=2548089 d=1382925: S01E101_The Infinity Thief.mp4 !D V=2012010 A=2547565 d=535555: S02E211_Bride and Doom.mp4
Comment