Saideira
Saideira

Reputation: 2404

debugging video encoding errors (stream analyzer)

I create videos programmatically via FFMPEG's API. The resulting files have issues with choppy playback, flickering, etc.

Are there any tools that can analyze audio/video for encoding errors? Or at least, dump the info for each frame (ie. PTS, frame type, etc).

Any other suggestions on troubleshooting this are greatly appreciated!

Upvotes: 1

Views: 1067

Answers (1)

triazotan
triazotan

Reputation: 2232

I think you are looking for MPEG stream analyzer and miss the "stream analyzer" keyword for google query ;) There are many solutions, I do not have much experience (I have used some during my university classes). A few examples I know of include:

I do not know whether there is complex solution available for commercial purposes for free. As I said, I may be mistaken due to my limited contact with such software, but you can check above stated and google for more.

Upvotes: 2

Related Questions