Sponsored Content
The Lounge What is on Your Mind? Top Cybersecurity Threats Earth Year 2019 | You Have Been Warned! Post 303036329 by Neo on Sunday 23rd of June 2019 08:58:01 AM
Old 06-23-2019
Thanks. Wise,

I've already got a great "extreme rock" track from our Motion Array account and it works well.

Edgy Extreme Rock

Code:
https://motionarray.com/stock-music/edgy-extreme-rock-50894

I'm going to leave the original rendition up on YT and render the second in this rock track, as it gives it a . "space aliens from the future, cyberpunkish" feel, which is also good.

Do me a small favor and wait until I upload the "second version" to YT. I think you might be surprised how good it is Smilie

Note to self: Special effects (first stage rendering) still has 25 minutes to go.... LOL . Make sure to check for typos CAREFULLY before rendering!!
 

3 More Discussions You Might Find Interesting

1. Cybersecurity

The Top Ten Cybersecurity Threats for 2009 - Draft for Comments

Following up on my 2008 list of top cybersecurity threats, I have just published The Top Ten Cybersecurity Threats for 2009 for public comments. If you are interested in cybersecurity threats, kindly email your suggestions or comments directly to me (tim dot silkroad at gmail dot com).  I will... (0 Replies)
Discussion started by: Linux Bot
0 Replies

2. What is on Your Mind?

Exactly 1 year ago today, 18-09-2019...

This is mainly for Corona688, today's date 18-09-2019. Remember from little acorns big trees grow a few months ago? Well this is well on the way to 1000+ dls by the end of the year... AMINET from its inception in 1992 is accessed by very, very many and the AMIGA is still loved by millions. ... (1 Reply)
Discussion started by: wisecracker
1 Replies

3. What is on Your Mind?

Moderator of the Year 2019 Award Announcement Only

Dear All, We are happy to post that I will be announcing soon my award for "Moderator of the Year 2019". This is a new award which I plan to announce in December of each year, starting this year (2019). The prizes will be (still working out the details): A Moderator of the Year... (3 Replies)
Discussion started by: Neo
3 Replies
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
All times are GMT -4. The time now is 10:12 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy