As a user with videos in different formats, I would like to have a "codec" search filter so that I can easily filter them by the detected video codec e.g. codec:avc1.
In addition, these changes add automatic GPU detection for accelerated video transcoding. For this, the /dev/nvidia0 device must exist and the NVIDIA_DRIVER_CAPABILITIES environment variable must be set and contain "video". Detection for other GPU types may follow, but will require additional work.
As a user with videos in different formats, I would like to have a "codec" search filter so that I can easily filter them by the detected video codec e.g.
codec:avc1.In addition, these changes add automatic GPU detection for accelerated video transcoding. For this, the
/dev/nvidia0device must exist and theNVIDIA_DRIVER_CAPABILITIESenvironment variable must be set and contain "video". Detection for other GPU types may follow, but will require additional work.