I tried to make a moive of protein structure in PyMOL. However, when I stored the movie for future use, the PyMOL reminded that the encoders were not installed. How to install these encoders in PyMOL? Thanks!
You can use miniconda (I recommend this) than anaconda.
I prefer you to use open-source version of PyMOL.
After miniconda installed, let's make a new environment for the PyMOL, type (and ENTER) these commands in your Anaconda Prompt (Windows) or Terminal (Linux / macOS)
conda create -n pymol python=3.7
conda activate pymol
conda install -c conda-forge pymol-open-source
conda install -c conda-forge ffmpeg
conda install -c schrodinger mpeg_encode
I think you do not need install convert module, ffmpeg is enough. I hope this can answer your question.
Note. There is Windows whl version of PyMOL that include ffmpeg module, use this source: https://www.lfd.uci.edu/~gohlke/pythonlibs/#pymol-open-source
In linux, it depends the distro that you use (Ubuntu, RHEL/CentOS, etc), you can install directly ffmpeg