After installing djangocms-video with pip, and trying to add the codes, however, I don't know which files I should modify, as I can't see from your instructions. e.g. you may simply say:
you can provide additional template choices by adding a DJANGOCMS_VIDEO_TEMPLATES setting:
DJANGOCMS_VIDEO_TEMPLATES = [
('feature', _('Featured Version')),
]
but I don't know which file I should modify.
Can you please provide the file names and the relevant paths? Thanks.