/** {@inheritDoc} */
 public String getVideoCodecName() {
   if (videoCodec == null) {
     return null;
   }
   return videoCodec.getName();
 }