View Issue Details

IDProjectCategoryView StatusLast Update
0000629fileGeneralpublic2025-04-06 20:34
Reporterspixi Assigned Tochristos  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Product Version5.46 
Fixed in VersionHEAD 
Summary0000629: Add MIME type application/x-qtskin
DescriptionQuickTime Player 5 introduced skinned movies, which are actually XML files with the .MOV file extension containing a reference to the actual video file, the content region (transparency mask) and the drag region (mask where the video should be draggable using the mouse cursor).

You can detect the files by
1. file extension = .MOV
2. data type = XML
3. processing instruction <?quicktime type="application/x-qtskin"?> (which comes after the xml declaration)

Example file:
<?xml version="1.0"?>
<?quicktime type="application/x-qtskin"?>
<skin>
<movie src="movie.mov"/>
<contentregion src="contentregion.tif"/>
<dragregion src="dragregion.tif"/>
</skin>
TagsNo tags attached.

Activities

christos

2025-04-06 20:34

manager   ~0004205

Added, thanks!

Issue History

Date Modified Username Field Change
2025-03-06 00:38 spixi New Issue
2025-04-06 20:34 christos Assigned To => christos
2025-04-06 20:34 christos Status new => assigned
2025-04-06 20:34 christos Status assigned => resolved
2025-04-06 20:34 christos Resolution open => fixed
2025-04-06 20:34 christos Fixed in Version => HEAD
2025-04-06 20:34 christos Note Added: 0004205