microsoft / computervision-recipes

Best Practices, code samples, and documentation for Computer Vision.
MIT License
9.47k stars 1.17k forks source link

[ASK] the print that appears when I train R (2 + 1) D: [mpeg4 @ 0x5653a9a08900] Video uses a non-standard and wasteful way to store B-frames ('packed B-frames'). Consider using the mpeg4_unpack_bframes bitstream filter without encoding but stream copy to fix it #663

Open paden118 opened 2 years ago

paden118 commented 2 years ago

This print appears when I train R (2 + 1) D:

[mpeg4 @ 0x5653a9a08900] Video uses a non-standard and wasteful way to store B-frames ('packed B-frames'). Consider using the mpeg4_unpack_bframes bitstream filter without encoding but stream copy to fix it

I don't know what impact this has on training. How can I solve it?