anime-dl
anime-dl copied to clipboard
Issue in H.264 -> MP4 conversion in code.
h264: co located POCs unavailable
Possibly as a result of appending .ts files onto eachother.
solution: ffmpeg -i original.mp4 -c copy new.mp4
Perhaps we should have animeDL download a copy of FFMPEG to use to complete this.