View Issue Details

IDProjectCategoryView StatusLast Update
0000629fileGeneralpublic2025-03-06 00:38
Reporterspixi Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Product Version5.46 
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

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2025-03-06 00:38 spixi New Issue