When Mp4Handler is used to handle MP3 files, there is a warning: Notice: Undefined index: video in (MediaWiki path)/extensions/TimedMediaHandler/handlers/Mp4Handler/Mp4Handler.php on line 95.
isset ($metadata['video']) && should be added to the condition in that line.