Qtch
   HOME

TheInfoList



OR:

QTCH (.qtch) is a
filetype A file format is a standard way that information is encoded for storage in a computer file. It specifies how bits are used to encode information in a digital storage medium. File formats may be either proprietary or free. Some file formats ...
used by
QuickTime QuickTime is an extensible multimedia framework developed by Apple Inc., capable of handling various formats of digital video, picture, sound, panoramic images, and interactivity. Created in 1991, the latest Mac version, QuickTime X, is avai ...
to store audio or video files
streamed Streaming media is multimedia that is delivered and consumed in a continuous manner from a source, with little or no intermediate storage in network elements. ''Streaming'' refers to the delivery method of content, rather than the content it ...
from a server on the
client Client(s) or The Client may refer to: * Client (business) * Client (computing), hardware or software that accesses a remote service on another computer * Customer or client, a recipient of goods or services in return for monetary or other valuable ...
's computer hard drive.


File Format Description

The first 16 bytes are:
Hex                                             ; ASCII
00 00 00 50 71 74 63 68 00 00 00 02 00 00 00 02 ; ...Pqtch........
This file type seems to have been introduced with QuickTime Player 7.x. The file is normally stored in any sub-directories of the following location:
%USERPROFILE%\Local Settings\Application Data\Apple Computer\QuickTime\downloads
For example,
C:\Documents and Settings\Administrator\Local Settings\Application Data\Apple Computer\QuickTime\downloads\08\02\82580278-44f0f184-c8c435b8-526b4f79.qtch


Comparison with QuickTime Player 6.x

Previously, QuickTime Player 6.x would store these audio and video (a/v) streams as files on the hard drive that had auto generated names such as 59B8794Ad01. Unlike .qtch files, these files had the correct a/v magic number and could be played by an appropriate player. For example, the first 16 bytes of an m4v file are:
Hex                                             ; ASCII
00 00 00 20 66 74 79 70 4D 34 56 20 00 00 00    ; ... ftypM4V ...
Using the
Firefox Mozilla Firefox, or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. It uses the Gecko rendering engine to display web pages, which implements current and ...
browser the location of these files would be:
%USERPROFILE%\Local Settings\Application Data\Mozilla\Firefox\Profiles\\Cache\
For example,
C:\Documents and Settings\Administrator\Local Settings\Application Data\Mozilla\Firefox\Profiles\jb4efpu5.default\Cache\59B8794Ad01


File Format Comparison between QuickTime Player 6.x and QuickTime Player 7.x

Although the files have different headers their a/v payload can often be the same (see iTunes exception below). In this example the same a/v file was streamed from a server and stored on the hard drive using QuickTime Player 6.x and QuickTime Player 7.x respectively: The first 16 bytes of the file are totally different: ;QuickTime Player 6.x :
00 00 00 14 66 74 79 70 33 67 70 34 00 00 04 00 ; ....ftyp3gp4....
;QuickTime Player 7.x :
00 00 00 50 71 74 63 68 00 00 00 02 00 00 00 02 ; ...Pqtch........
However the a/v data starts at:
7D 57 3F 1A 9A D6 CE 94 95 59 D0 CE 02 C1 E2 92
From here both files are identical. To prove that the a/v information is intact within the .qtch file you can replace the .qtch file contents above this start a/v hex value with that from the QuickTime Player 6.x file and it will play normally.


Identifying embedded file types within qtch

It may be impossible to know the filetype embedded within a .qtch file without having a side-by-side comparison with the same file streamed using QuickTime Player 6.x (as above). Tools such as TrID/32 - File Identifier would, when analysing the file in the above example, only give you this information:
75.0% (.QTCH) QuickTime Cached data (9000/1)
It would not tell you the embedded file type. Currently{{when, date=March 2019 the only known way to establish the file type of a .qtch file is to employ a
packet sniffer A packet analyzer, also known as packet sniffer, protocol analyzer, or network analyzer, is a computer program or computer hardware such as a packet capture appliance, that can intercept and log traffic that passes over a computer network or p ...
and search for the stream's file type as it is received by the
network card A network interface controller (NIC, also known as a network interface card, network adapter, LAN adapter or physical network interface, and by similar terms) is a computer hardware component that connects a computer to a computer network. Ear ...
. For example, for QuickTime you would search for the leaf atom called ftyp. Even then knowledge would be required to build the correct header to the point of the actual a/v data start.


qtch files and iTunes

Although iTunes stores .qtch files in the same way as described above the a/v content appears to be
scrambled Scrambled eggs is a dish made from eggs (usually chicken eggs) stirred, whipped or beaten together while being gently heated, typically with salt, butter, oil and sometimes other ingredients. Preparation Only eggs are necessary to make scrambled ...
in some fashion so that a side-by-side comparison of the original file with the stored streamed file would find no match in the a/v data.


See also

*
List of file formats This is a list of file formats used by computers, organized by type. Filename extension it is usually noted in parentheses if they differ from the file format name or abbreviation. Many operating systems do not limit filenames to one extension s ...
*
QuickTime QuickTime is an extensible multimedia framework developed by Apple Inc., capable of handling various formats of digital video, picture, sound, panoramic images, and interactivity. Created in 1991, the latest Mac version, QuickTime X, is avai ...
*
streaming media Streaming media is multimedia that is delivered and consumed in a continuous manner from a source, with little or no intermediate storage in network elements. ''Streaming'' refers to the delivery method of content, rather than the content it ...
QuickTime Streaming software
QTCH QTCH (.qtch) is a filetype used by QuickTime to store audio or video files streamed from a server on the client's computer hard drive. File Format Description The first 16 bytes are: Hex ; ASCII ...
QTCH QTCH (.qtch) is a filetype used by QuickTime to store audio or video files streamed from a server on the client's computer hard drive. File Format Description The first 16 bytes are: Hex ; ASCII ...