So I'm trying to build some code that uses the FFMPEG libraries to read and display video packaged in an MPEG-2 Transport Stream encoded with H.264. I often find myself with intermittent problems playing the video.
However, I don't really know how to ensure that the source video is in fact free of problems.
Does anyone know where one might get some absolutely guaranteed-perfect video in that format that would make for a good bit of test data? Or what software would be best to use in order to encode it myself?
I don't particularly care about being tolerant of errors for this particular project, but if the video data is pristine I need to make sure I'm playing it correctly.
Thanks!