Cool video


 
Thread Tools Search this Thread
The Lounge What is on Your Mind? Cool video
# 1  
Old 06-10-2008
Cool video

Grand Central Big Freeze


It looks as tho it's movie scene from M. Night Shyamalan Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. What is on Your Mind?

Post a Cool Music Video (Part VIII)

We've all heard this, right? 9bZkp7q19f0 Post some cool music...! You may want to review the earlier threads:Part I Part II Part III Part IV Part V Part VI Part VII (3 Replies)
Discussion started by: Scott
3 Replies

2. What is on Your Mind?

Post a Cool Music Video (Part VI)

A few years ago we had a series of threads where we posted music videos. Let's try another one and see what happens. :) We post videos by linking them in from youtube. Videos from other sites are not absolutely forbidden, but we know that youtube won't tolerate videos that we won't... (18 Replies)
Discussion started by: Perderabo
18 Replies

3. What is on Your Mind?

Post a Cool Music Video (Part VII)

We post videos by linking them in from youtube. Videos from other sites are not absolutely forbidden, but we know that youtube won't tolerate videos that we won't tolerate. We have instructions on how to post youtube videos: How to use youtube tags. Please follow the format in those instructions to... (11 Replies)
Discussion started by: zxmaus
11 Replies

4. What is on Your Mind?

Post a Cool Music Video (Part V)

This thread is a continuation of Post a Cool Music Video (Part I). See How to use YouTube tags for instructions on how to post a video from YouTube. And I will start things off with.... Octavarium by Dream Theater xK3qylwd-M0 (9 Replies)
Discussion started by: Perderabo
9 Replies

5. What is on Your Mind?

Post a Cool Music Video (Part IV)

This thread is a continuation of Post a Cool Music Video (Part I). See How to use YouTube tags for instructions on how to post a video from YouTube. And I will start things off with.... Beyond The Invisible by Enigma hx2jrunyGjE (16 Replies)
Discussion started by: Perderabo
16 Replies

6. What is on Your Mind?

Post a Cool Music Video (Part III)

This thread is a continuation of Post a Cool Music Video (Part I). See How to use YouTube tags for instructions on how to post a video from YouTube. And I will start things off with.... Operator by Jim Croce A2iS8XctJKo (9 Replies)
Discussion started by: Perderabo
9 Replies

7. What is on Your Mind?

Post a Cool Music Video (Part II)

This thread is a continuation of Post a Cool Music Video (Part I). See How to use YouTube tags for instructions on how to post a video from YouTube. And I will start things off with.... Throwing Fire At The Sun by Heather Nova QXq44BPL-wo (11 Replies)
Discussion started by: Perderabo
11 Replies

8. What is on Your Mind?

Post a Cool Music Video (Part I)

See How to use YouTube tags for instructions on how to post a video from YouTube. While My Guitar Gently Weeps by George Harrison and Friends 0ITrQXES8kU (16 Replies)
Discussion started by: Perderabo
16 Replies

9. What is on Your Mind?

Cool YouTube Video: Here Comes Another Bubble - The Richter Scales!

You will like this :) fi4fzvQ6I-o (2 Replies)
Discussion started by: Neo
2 Replies
Login or Register to Ask a Question
AVCONVERT(1)						    BSD General Commands Manual 					      AVCONVERT(1)

NAME
avconvert -- movie conversion tool SYNOPSIS
avconvert [-hvq] --p <preset_name> --s <source_media> --o <output_movie> DESCRIPTION
avconvert can be used to compress video media to different types for sharing on the web or loading onto devices. -h prints usage information and available presets -v sets the console output to verbose -q sets the console output to quiet -prog shows progress during the export (default with -v) -p | --preset name converts the source media to an output file using the specified preset. Use --listPresets to get the full list. Common presets are: PresetAppleM4VCellular PresetAppleM4ViPod PresetAppleM4VWiFi PresetAppleM4VAppleTV PresetAppleM4V480pSD PresetAppleM4V720pHD PresetAppleM4V1080pHD PresetAppleM4A -s | --source file is the source media file -o | --output file is the output movie file --listPresets lists all of the presets avconvert supports --listTracks lists the available tracks in the source media. Must be used with the --source flag OPTIONS
Optional flags to configure the audio export settings -adr number a limit value for the data rate for the audio track in bits per second -af fourCC sets the format of the audio output using a fourCC eg. aac -sr number configures the sample rate of the output in Hertz. eg. 44100 -cc number is the channel count of the output eg. 1 (for mono) 2 (stereo) 4 (quad) Optional flags to configure the video export settings -vdr number a limit value for the video data rate in bits per second -th number sets the height of the output video in pixels -tw number sets the width of the output video in pixels -vc fourCC sets the format of the video output using a fourCC eg. avc1 -fr number sets the frame rate of the output video in frames per second -kr number specifies how often keyframes appear in the output video -fr yes | no sets whether or not to enable frame reordering (b-frames) Optional flags configuring track and metadata output -ot name omits the listed track type from the exported movie Allowable track types are: videoTrack audioTrack subtitleTrack chapterTrack thumbnailTrack closedcaptionTrack textTrack -md file sets the file from which the metadata for the export is found if that is different from the source movie EXAMPLES
avconvert --listPresets Lists the available presets that can be used for export avconvert --preset AppleM4ViPod --source sample_movie.mov --output ipod_movie.m4v Exports the source movie "sample_movie.mov" to "ipod_movie.m4v" using the iPod encoding preset avconvert --preset AppleM4VAppleTV --source sample_movie.mov --output appletv_movie.m4v -adr 128000 -sr 441000 Overrides the AppleTV defaults for audio data rate and sample rate in the output movie avconvert --preset AppleM4VAppleTV --source sample_movie.mov --output appletv_movie.m4v -ot audioTrack Omits the audio track from the output file "appletv_movie.m4v" HISTORY
avconvert command first appeared in Mac OS X 10.7. Mac OS X December 14, 2011 Mac OS X