LukasBommes / mv-extractor

Extract frames and motion vectors from H.264 and MPEG-4 encoded video.
MIT License
304 stars 60 forks source link

Add test case for B frames #71

Open LukasBommes opened 3 weeks ago

LukasBommes commented 3 weeks ago

The current test videos contain only I and P frames. Add a test video with I, P, and B frames and create an end to end test for this video.

Also add description into README with ffmpeg command, which was used to create the test video.