Darwin-Streaming-Server/Documentation/AboutQTFileTools.html

1 line
2.2 KiB
HTML
Raw Normal View History

<HTML> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252"> <TITLE>About QTFileTools</TITLE> </HEAD> <BODY LINK="#0000ff" VLINK="#800080"> <B><FONT SIZE=5><P ALIGN="CENTER">About QTFileTools</P> </FONT><P>&nbsp;</P> <P> QTFileTools are movie inspection utilities using the Darwin QTFileLib.</P> </B></U><P>QTBroadcaster<BR> QTFileInfo<BR> QTFileTest<BR> QTRTPFileTest<BR> QTRTPGen<BR> QTSampleLister <BR> QTTrackInfo<BR> </P> <B><P>QTBroadcaster</B>: </P> <P>Requires a target ip address, a source movie, one or more source hint track ids in movie, and an initial port. Every packet referenced by the hint track(s) is broadcasted to the specified ip address.</P> <B><P>QTFileInfo</B>: </P> <P>Requires a movie name. Displays each track id, name, create date, and mod date. If the track is a hint track, additional information is displayed: the total rtp bytes and packets, the average bit rate and packet size, and the total header percentage of the stream.</P> <B><P>QTFileTest</B>: </P> <P>Requires a movie name. Parses the Movie Header Atom and displays a trace of the output.</P> <B><P>QTRTPFileTest</B>: </P> <P>Requires a movie and a hint track id in the movie. Displays the RTP header (TransmitTime, Cookie, SeqNum, and TimeStamp) for each packet.</P> <B><P>QTRTPGen</B>: </P> <P>Requires a movie and a hint track id. Displays the number of packets in each hint track sample and writes the RTP packets to file "track.cache"</P> <B><P>QTSampleLister</B>: </P> <P>Requires a movie and a track id. Displays track media sample number, media time, Data offset, and sample size for each sample in the track.</P> <B><P>QTSDPGen</B>: </P> <P>Requires a list of 1 or more movies. Displays the SDP information for all of the hinted tracks in each movie. Use -f to save the SDP information to the file [movie].sdp in the same directory as the source movie.</P> <B><P>QTTrackInfo</B>: </P> <P>Requires a movie, sample table atom type, and track id. Displays the information in the sample table atom of the specified track. Supports "stco", "stsc", "stsz", "stts" as the atom type. </P> <P>Example: "./QTTrackInfo -T stco /movies/mystery.mov 3" dumps the chunk offset sample table in track 3.</P></BODY> </HTML>