Marginal / QLVideo

This package allows macOS Finder to display thumbnails, static QuickLook previews, cover art and metadata for most types of video files.
GNU General Public License v2.0
2.54k stars 88 forks source link

Removing QLVideo does not return thumbnail generation of .mp4 files to system quicklook plugin in OS 10.11 #30

Closed EightQuarterBit closed 8 years ago

EightQuarterBit commented 8 years ago

After installing QLVideo, mp4 files display as having an "MPEG-4 audio" kind when performing a "get info" from Finder, rather than the correct "MPEG-4 movie" kind.

Prior to installing QLVideo, OS 10.11 would create thumbnails and playable icon preview for .mp4 files with AAC audio and h.264 video codecs. Installing QLVideo disables this, and does not return the functionality after removing the quicklook plugin with the prescribed command, leaving the file kind as "MPEG-4 audio".

Marginal commented 8 years ago

QLVideo doesn't touch the file "kind" of .mp4 files (or .m4v files either).

You should be able to reset the "kind" of .mp4 files by telling Launch Services to rebuild its database. Copy the following and paste into a Terminal window: /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -kill -seed -domain system -domain network -domain local -domain user

However, if the mis-assignment of the .mp4 "kind" was caused by another app or plugin, and you still have that app or plugin installed on your system, then the above won't solve it.