centralelyon / ntt

http://ntt.readthedocs.io/
1 stars 1 forks source link

Use a consistant codec (fourcc) #16

Open romsson opened 10 months ago

romsson commented 10 months ago

We use many codecs (some don't work on a mac)

cv2.VideoWriter_fourcc(*"mp4v")

cv2.VideoWriter_fourcc("M", "J", "P", "G")

etc.

We need to include them as a parameter in the .env variable