QuickTime 7 Player: About A/V Controls


 
Thread Tools Search this Thread
Operating Systems OS X (Apple) OS X Support RSS QuickTime 7 Player: About A/V Controls
# 1  
Old 10-14-2008
QuickTime 7 Player: About A/V Controls

QuickTime 7 Player features a new window called A/V Controls that allows you to control aspects of the audio and video being played—from the Window menu, choose Show A/V Controls. With these controls, you can easily adjust the sound balance and volume, and make changes to the bass and treble response. A handy slider lets you set playback speed from 1/2x to 3x the normal speed. And by using the new Jog Shuttle, you can adjust the speed at which you search through individual movie frames.

More from Apple OS X Support ...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Linux

Unable to install VLC media player or any other player in SL 6.3 distro

Hi, I am unable to install VLC or any other media players in my SL 6.3 distro. I am using yum utility to install the packages, but i am getting the below error messages, --> Processing Dependency: libpng15.so.15()(64bit) for package: vlc-core-2.0.3-1.fc18.x86_64 --> Processing... (1 Reply)
Discussion started by: vel4ever
1 Replies

2. Shell Programming and Scripting

awk with multiple controls

Hi guys, I have a file which is like this 020-10136044 07-11-26 15:31:22 TRXRMP TCMAGT82TCM LHFE1G76006AK3 020-10136044 07-11-26 15:31:25 CIMFSU TCMAGT82TCM RCS LHFE2G6H006AGP 020-10136055 07-11-26 08:43:21 TRXRMP TCMAGT82TCM LHFE2G6H005QV9 020-10136055 07-11-26 15:31:27... (3 Replies)
Discussion started by: sickboy
3 Replies

3. UNIX for Dummies Questions & Answers

Solaris 10 Resource Controls

I've always been accustomed to setting certain kernel parameters in the /etc/system file. However, with Solaris 10, they have created the resource control utility to set these values. I've set the value for project.max-shm-memory to 4gb with the following command: prctl -n... (2 Replies)
Discussion started by: here2learn
2 Replies

4. UNIX for Dummies Questions & Answers

Print Controls for DG Unix

Hi: We are trying to use UNIX Print Controls for our ERP Package. We have currently set up escape codes on some ERP Users for specific reports. However we would like to try to control this using DG Unix functionality that allows different printers to be set up for one physical printer. Example,... (0 Replies)
Discussion started by: baddi
0 Replies
Login or Register to Ask a Question
qtdefaults(1)						    BSD General Commands Manual 					     qtdefaults(1)

NAME
qtdefaults -- access the QuickTime Preferences SYNOPSIS
qtdefaults read LegacyAudioCodecsEnabled qtdefaults read LegacyVideoCodecs [<codec>] qtdefaults read InstalledLegacyVideoCodecs qtdefaults read TransportSettings qtdefaults read MimeSettings qtdefaults read MediaKeys [category] qtdefaults reset DownloadCache qtdefaults reset TransportSettings qtdefaults reset MimeSettings qtdefaults reset LegacyVideoCodecs qtdefaults write LegacyAudioCodecsEnabled <yes | no> qtdefaults write LegacyVideoCodecs <videocodec> <enabled | disabled> qtdefaults write MediaKeys <category> <key> qtdefaults write TransportSettings <protocol> <port> qtdefaults delete MediaKeys <category> <key> DESCRIPTION
qtdefaults allows users to read, write, reset and delete QuickTime user preferences from a command line shell. The commands are as follows: read LegacyAudioCodecsEnabled Prints whether legacy audio codecs are enabled for use in the export settings. read LegacyVideoCodecs <videocodec> Prints whether the specified legacy video codec is enabled for use in the export settings. It will print "enabled" if the codec is enabled, "disabled" if disabled, or "unrecognized" if the codec is unknown. read LegacyVideoCodecs Prints list of legacy audio codecs currently enabled for use in the export settings. read InstalledLegacyVideoCodecs Prints out a list of all legacy video codecs installed in the current system. This list includes both enabled and disabled video codecs. These codec identifiers are used with 'qtdefaults read LegacyVideoCodecs' and 'qtdefaults write LegacyVideoCodecs'. read TransportSettings Prints the transport settings being used by QuickTime for streaming media. read MimeSettings Prints the MIME types currently being handled by the QuickTime plugin. read MediaKeys <category> Prints the media keys being used by QuickTime to playback encrypted movies. The optional <category> parameter can be used to list only the media keys associated with the specified category. reset DownloadCache Empties the cache being used by QuickTime to store downloaded content. reset TransportSettings Resets QuickTime to automatically determine the best protocol and port for streaming media. reset MimeSettings Resets QuickTime plug-in to handle the default MIME types. reset LegacyVideoCodecs Disables all QuickTime legacy video codecs. write LegacyAudioCodecsEnabled <value> A <value> of "yes" will enable the legacy audio codecs for use in the export settings and a <value> of "no" will disable them. write LegacyVideoCodecs <videocodec> <value> A <value> of "enabled" will enable the specified legacy video codec for use in the export settings and a <value> of "disabled" will disable it. write MediaKeys <category> <key> Adds the media key specified by <category> and <key> values to the list of media keys used to playback encrypted movies. write TransportSettings [protocol [port]] Sets QuickTime streaming to use the transport settings as specified by <protocol> and <port>. Following are the recommended values for <protocol> and <port>: - To use HTTP, specify <protocol> = HTTP and <port> = 80 - To use UDP, specify <protocol> = UDP and either <port> = 554 or <port> = 7070 delete MediaKeys <category> <key> Deletes the media key specified by <category> and <key> if it exists. SEE ALSO
defaults(1) MacOS X May 31, 2019 MacOS X