<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel>
	  <title>Ask MetaFilter questions tagged with Quicktime</title>
      <link>http://ask.metafilter.com/tags/Quicktime</link>
      <description>Questions tagged with 'Quicktime' at Ask MetaFilter.</description>
	  <pubDate>Sun, 22 Nov 2009 15:52:23 -0800</pubDate> <lastBuildDate>Sun, 22 Nov 2009 15:52:23 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>Firefox 3.5.5 + VLC 1.0.3 + Embedded .MOV + Windows 7= $#@%!!!</title>
	<link>http://ask.metafilter.com/138810/Firefox%2D355%2DVLC%2D103%2DEmbedded%2DMOV%2DWindows%2D7</link>	
	<description>Firefox 3.5.5 + VLC 1.0.3 + Embedded .MOV + Windows 7= $#@%!!! A synopsis:&lt;br&gt;
&lt;br&gt;
i) I get a new laptop which runs Windows 7. Yay!&lt;br&gt;
&lt;br&gt;
ii) I install VLC on it - ideally, it will be my primary media player. I do not install the Mozilla plug-in.&lt;br&gt;
&lt;br&gt;
iii) I install FF.&lt;br&gt;
&lt;br&gt;
iv) I bookmark several .ASX files in Firefox. When I click a bookmark, FF&apos;s Download options box appears, asking if I want to save the .asx file, or open it. I opt to open it, using VLC, and it works exactly the way I want it to. Yay!&lt;br&gt;
&lt;br&gt;
v) I mosey over to Apple Trailers, and am chagrined but unsurprised to find &apos;Please install QuickTime&apos; messages, rather than embedded .mov files. When I try bookmarking and clicking the .MOV file (The same strategy as the .MOV files), Firefox automatically opens a new tab which is all black save for white text which reads &apos;Waiting for video&apos;, not even giving me the option to save the file or open it with the application of my choice.&lt;br&gt;
&lt;br&gt;
vi) After some research, I realize that I declined VLC&apos;s Mozilla plug-in. So, I uninstall and reinstall VLC, including the plug-in this time.&lt;br&gt;
&lt;br&gt;
vii) The QuickTime/MOV problem persists, and now clicking my bookmarked .ASX files automatically opens a black background &apos;Waiting for video&apos; tab as well. Fiddling with file type/default application settings in both Win7 and FF has not changed anything&lt;br&gt;
&lt;br&gt;
Ultimately, I want to be able to listen to streaming audio on VLC using the Firefox bookmark method I originally had, while being able to watch embedded QuickTime videos in my browser without having to install any other media players (WinAmp, MPC, and especially not QuickTime or iTunes). Can I achieve my dream?&lt;br&gt;
&lt;br&gt;
&lt;small&gt;I realize the Windows 7 angle is probably irrelevant (I had similar issues on my WinXP-running PC, but had a buttload of largely redundant media players that allowed me to get around the issue), but better to err on the side of thoroughness. Apologies for any lack of clarity.&lt;/small&gt;</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.138810</guid>
	<pubDate>Sun, 22 Nov 2009 15:52:23 -0800</pubDate>
	<category>ASX</category>
	<category>Firefox</category>
	<category>MOV</category>
	<category>Quicktime</category>
	<category>VLC</category>
	<dc:creator>Alvy Ampersand</dc:creator>
	</item>
	<item>
	<title>I need an automated way to convert MKV to MP4 on Mac OS X</title>
	<link>http://ask.metafilter.com/134805/I%2Dneed%2Dan%2Dautomated%2Dway%2Dto%2Dconvert%2DMKV%2Dto%2DMP4%2Don%2DMac%2DOS%2DX</link>	
	<description>I am trying to build an automated solution to convert MKV files to MP4 without re-encoding on Mac OS X, using AppleScript, Automator, etc. and I need help! Multiple times a day I get MKV container files that I need to convert to MP4 files. There is a great application for Windows called XenonMKV that can extract the individual components out of an MKV container and re-assemble them as an MP4. It does this process without re-encoding the video, which saves tons of time. A process that would normally take an hour or two can be done in three to five minutes with XenonMKV.&lt;br&gt;
&lt;br&gt;
Unfortunately, there is apparently nothing like this application for OS X. There is, however, a little trick you can pull off using QuickTime 7 Pro and &lt;a href=&quot;http://perian.org/&quot;&gt;Perian&lt;/a&gt;. Perian will let you open MKV files with QuickTime, which you can&apos;t normally do, and you can use the Pass Through option during export from QuickTime which achieves basically the same effect as XenonMKV.&lt;br&gt;
&lt;br&gt;
So now that I know this process is possible, and since I have to do it multiple times a day, I want to try to automate it. It&apos;s pretty easy to slap together an AppleScript that can take a video file as input and then export it, but there are two hitches:&lt;br&gt;
&lt;br&gt;
1. QuickTime Pro needs to use the specific Pass Through export settings no matter what the last export settings used were.&lt;br&gt;
&lt;br&gt;
2. When you open an MKV file in QuickTime, the entire video must be indexed fully before you can run an export. This can take anywhere from a minute to three minutes or so, depending on the length and file size of the video.&lt;br&gt;
&lt;br&gt;
The second problem seems to be the biggest because it doesn&apos;t appear there&apos;s any way to tell QuickTime to wait until a video is indexed before running a command. The best I could come up with was to parse the file size and then tell QuickTime to wait for a certain amount of time that&apos;s really just a best guess of how long it will take to index the video file based on its size. This is really not a good solution, because I&apos;d like to share this with other people who might not have a system as fast as mine, and the numbers may be off.&lt;br&gt;
&lt;br&gt;
So does anyone have any ideas on how I could make this process work? Ideally I&apos;d like to see the final form as a standalone .app that can be used as a droplet and do everything automatically without any input from the user. Any help at all would be appreciated.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.134805</guid>
	<pubDate>Tue, 06 Oct 2009 18:00:41 -0800</pubDate>
	<category>encode</category>
	<category>export</category>
	<category>mkv</category>
	<category>mp4</category>
	<category>quicktime</category>
	<category>video</category>
	<dc:creator>joshrholloway</dc:creator>
	</item>
	<item>
	<title>Flash CS4 Quicktime Export leaves artifacts and looks like crud. Help!</title>
	<link>http://ask.metafilter.com/133875/Flash%2DCS4%2DQuicktime%2DExport%2Dleaves%2Dartifacts%2Dand%2Dlooks%2Dlike%2Dcrud%2DHelp</link>	
	<description>Flash animators: When I export my flash cartoon to quicktime, moving objects leave behind horrible artifacts. Apparently I am not the only one with this problem. If Flash&apos;s quicktime export is so crummy, how do the professionals publish their cartoons to video? I&apos;m working with CS4 on a mac, but I&apos;ve heard this is also a problem with CS3. I&apos;ve also heard that you can import SWF files into After Effects and then export to video. As much as I&apos;d like to be able to afford AE, I can&apos;t at the moment.&lt;br&gt;
&lt;br&gt;
I know there are tons of animators working in Flash. Does this problem exist for you, and how do you deal with it?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.133875</guid>
	<pubDate>Sat, 26 Sep 2009 08:03:30 -0800</pubDate>
	<category>animation</category>
	<category>animator</category>
	<category>cartoon</category>
	<category>cs4</category>
	<category>export</category>
	<category>flash</category>
	<category>quicktime</category>
	<category>swf</category>
	<category>video</category>
	<dc:creator>buriednexttoyou</dc:creator>
	</item>
	<item>
	<title>Preloading Streaming Quicktime Chapters </title>
	<link>http://ask.metafilter.com/131464/Preloading%2DStreaming%2DQuicktime%2DChapters</link>	
	<description>Help me figure out how to preload &quot;chapters&quot; in a streaming Quicktime file - so that the chapter headings load and are selectable immediately! Here&apos;s the link:&lt;br&gt;
&lt;br&gt;
http://www.wholestorycoaching.com/epilogue.htm&lt;br&gt;
&lt;br&gt;
When you click on &quot;Introduction&quot;, you can see the spaces for 9 other chapters, however, at least on my machine, they are not selectable and the titles of them don&apos;t show up until that point in the (fairly long) timeline is loaded.  I&apos;m hoping to find a way to let people skip ahead to any of those 10 points.  Any suggestions appreciated, thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.131464</guid>
	<pubDate>Sat, 29 Aug 2009 23:04:40 -0800</pubDate>
	<category>chapters</category>
	<category>preload</category>
	<category>Quicktime</category>
	<category>streaming</category>
	<dc:creator>wavejumper</dc:creator>
	</item>
	<item>
	<title>Has Apple backed me into a corner of infinite regress?</title>
	<link>http://ask.metafilter.com/130923/Has%2DApple%2Dbacked%2Dme%2Dinto%2Da%2Dcorner%2Dof%2Dinfinite%2Dregress</link>	
	<description>What&apos;s up with my itunes/quick-time/OS?? I can&apos;t play my music! So for some reason my iTunes will not open because apparently I need Quicktime 7.3.1 or later.  Ok great. So when I attempt to download the new Quicktime from the apple site, it won&apos;t let me install it because my OS is too old.  I have OS X 10.4.11. &lt;br&gt;
&lt;br&gt;
When I click &apos;update software&apos; and try to get quicktime that way, it says there is an error and it can&apos;t download it.&lt;br&gt;
&lt;br&gt;
What do I do???  Do I need to buy a new OS? I have a PowerBook G4, if it matters.&lt;br&gt;
&lt;br&gt;
Please hope me, metafilter, I&apos;m nothing without iTunes.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.130923</guid>
	<pubDate>Sun, 23 Aug 2009 14:18:23 -0800</pubDate>
	<category>iTunes</category>
	<category>macs</category>
	<category>quicktime</category>
	<dc:creator>Lutoslawski</dc:creator>
	</item>
	<item>
	<title>Oscilloscoporama?</title>
	<link>http://ask.metafilter.com/128690/Oscilloscoporama</link>	
	<description>Can I make a Quicktime movie of the iTunes or WMP oscilloscope? Ok, so it&apos;s not exactly an oscilloscope, but I want to make the pulsing shapes that you can watch while listening to a song in a media player into a short quicktime movie (maybe around 30 or 45 seconds) that I can then embed into a PowerPoint.  It&apos;s for a science of sound class so that I can show my students just a quick clip of the modern equivalent to an oscilloscope.  Due to time and technology restrictions, I can&apos;t just exit out of PowerPoint and show them the real deal.  Suggestions?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.128690</guid>
	<pubDate>Wed, 29 Jul 2009 05:41:30 -0800</pubDate>
	<category>media</category>
	<category>oscilloscope</category>
	<category>player</category>
	<category>Quicktime</category>
	<dc:creator>cachondeo45</dc:creator>
	</item>
	<item>
	<title>trimming podcasts in quicktime</title>
	<link>http://ask.metafilter.com/123636/trimming%2Dpodcasts%2Din%2Dquicktime</link>	
	<description>I have a podcast (M4A format) that I&apos;d like to trim and save without re-encoding. Is this possible? In Quicktime Pro I can select a time range, trim it, and choose save, but it saves the resulting file as a .MOV file. Basically I want to grab a chapter of the podcast and have it as a regular audio file. Eventually this will be done in AppleScript.&lt;br&gt;
&lt;br&gt;
Is the .MOV simply a wrapper? It looks as though I can change the file extension to M4A and it loads fine. Do I have to manually change the extension each time? What podcast info has to be removed for iTunes to load it as a regular file and not load it into the podcast section?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.123636</guid>
	<pubDate>Mon, 01 Jun 2009 20:06:57 -0800</pubDate>
	<category>apple</category>
	<category>applescript</category>
	<category>itunes</category>
	<category>m4a</category>
	<category>podcast</category>
	<category>quicktime</category>
	<dc:creator>krunk</dc:creator>
	</item>
	<item>
	<title>Please Help Me eMail my Videos via OSX Mail</title>
	<link>http://ask.metafilter.com/121702/Please%2DHelp%2DMe%2DeMail%2Dmy%2DVideos%2Dvia%2DOSX%2DMail</link>	
	<description>I want to send YouTube and other videos via email after I&apos;ve download them. I am using OSX 10.5.6 and v3.5 Mail. I have a QT Pro license, so I can convert the format once the video is downloaded. I would like for friends who use PCs and those who use Macs to be able to play the videos. My questions are:&lt;br&gt;
&lt;br&gt;
1) In what format should the video be when I send it, so that users of both platforms are able to enjoy the video?&lt;br&gt;
&lt;br&gt;
2) If a PC user tells me that they cannot view the video, what application should I advise they obtain in order to do so. (I am not going to try to troubleshoot their PC, I just want to tell them that they need &quot;X&quot; program in order to play the movie.)&lt;br&gt;
&lt;br&gt;
3) Is there any other info that I need to be aware of, from your experience, to do this as seamlessly as possible?&lt;br&gt;
&lt;br&gt;
I have done a lot of searching for these answers and cannot seem to find them. &lt;strong&gt;I sincerely appreciate your assistance in advance!&lt;/strong&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/x&gt;</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.121702</guid>
	<pubDate>Sat, 09 May 2009 17:59:28 -0800</pubDate>
	<category>format</category>
	<category>Mail</category>
	<category>OSX</category>
	<category>QuickTime</category>
	<category>video</category>
	<category>YouTube</category>
	<dc:creator>konig</dc:creator>
	</item>
	<item>
	<title>Tutorial or template for embedding Quicktime VR pano file in a website? </title>
	<link>http://ask.metafilter.com/121663/Tutorial%2Dor%2Dtemplate%2Dfor%2Dembedding%2DQuicktime%2DVR%2Dpano%2Dfile%2Din%2Da%2Dwebsite</link>	
	<description>Tutorial or template for embedding Quicktime VR pano file in a website? Hi all, 7 years ago I was part of an archaeological project, and we made one of those stitched together panorama movie files that allow one to explore an environment.  I created it with Quicktime VR and it has the pano extension.  I would now like to embed this file in my personal website, but I am having trouble finding a good tutorial for that.  &lt;br&gt;
&lt;br&gt;
The support on the quicktime website says to use the html code that the stitcher produces, but that is no help for me because I do not own the stitching program and do not have the html code it may have produced 7 years ago.  &lt;br&gt;
&lt;br&gt;
What I do have access to is the full Master Collection of Adobe CS3.  Perhaps there is a way that this suite can interact with pano files, but I have not been able to figure it out thus far.   I have been using the CS3 version of Dreamweaver and Photoshop to assemble the site, and I am also doing some hand coding.  Any suggestions for getting this embedded would be most appreciated</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.121663</guid>
	<pubDate>Sat, 09 May 2009 07:35:59 -0800</pubDate>
	<category>adobe</category>
	<category>adobecs3</category>
	<category>cs3</category>
	<category>css</category>
	<category>environments</category>
	<category>html</category>
	<category>movies</category>
	<category>pano</category>
	<category>panorama</category>
	<category>plugins</category>
	<category>quicktime</category>
	<category>quicktimevr</category>
	<category>website</category>
	<dc:creator>tnygard</dc:creator>
	</item>
	<item>
	<title>Quicktime movies won&apos;t delete!</title>
	<link>http://ask.metafilter.com/118455/Quicktime%2Dmovies%2Dwont%2Ddelete</link>	
	<description>(Mac OS 10.5) Is Quicktime hiding files from me? When Quicktime plays a movie file for me, it shows up as a &quot;Recent&quot; file in the Quicktime menu. But even if I throw the file in the trash, and delete the trash, it is still somehow able to play the movie. I can&apos;t find the file by searching for its name. But yet, there it is.&lt;br&gt;
&lt;br&gt;
Where are these files hiding, and how can I find and delete them?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.118455</guid>
	<pubDate>Thu, 02 Apr 2009 13:03:55 -0800</pubDate>
	<category>MacOS</category>
	<category>Quicktime</category>
	<category>resolved</category>
	<category>X</category>
	<dc:creator>musofire</dc:creator>
	</item>
	<item>
	<title>How to reduce the filesize of iMovie exports.</title>
	<link>http://ask.metafilter.com/118235/How%2Dto%2Dreduce%2Dthe%2Dfilesize%2Dof%2DiMovie%2Dexports</link>	
	<description>What bit rate should I store (for general viewing) my iMovie videos at? I shoot home movies on a &lt;a href=&quot;http://www.theflip.com/products_flip_mino.shtml#scene=sceneMinoHD&quot;&gt;Flip Mino HD&lt;/a&gt;. I&apos;m no Copolla (as the hardware would suggest) but I enjoy editing my movies together on iMovie, watching them back on my Mac and sharing with friends on YouTube.&lt;br&gt;
&lt;br&gt;
The Flip Mino HD is 1280x720 so I export using the &lt;em&gt;Share -&amp;gt; Export using QuickTime&lt;/em&gt; option in iMovie. I have been using H.264, with the resolution and frame set to match the source material. Importantly I left the &lt;em&gt;Data Rate&lt;/em&gt; set to &lt;em&gt;Automatic&lt;/em&gt; and the &lt;em&gt;Compressor Quality&lt;/em&gt; set to &lt;em&gt;best&lt;/em&gt;.&lt;br&gt;
&lt;br&gt;
The results are good, but big. A less than 4 minute clip is resulting in a 681MB MOV file. Now I crunched it down in &lt;a href=&quot;http://handbrake.fr/&quot;&gt;Handbrake&lt;/a&gt; so that I could upload it to YouTube more easily. I set it to restrict the file size to about 10% of the original size (70MB) which equates to a bit rate of something like 2380kbps. I would say there is very little difference in quality between this MP4 file and the original MOV.&lt;br&gt;
&lt;br&gt;
I&apos;m happy to save the massive MOVs to DVD or somewhere for archiving, but is there a rule I can use to determine what data rate to export at for general viewing?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.118235</guid>
	<pubDate>Tue, 31 Mar 2009 10:51:57 -0800</pubDate>
	<category>bitrate</category>
	<category>iMovie</category>
	<category>quicktime</category>
	<dc:creator>Glum</dc:creator>
	</item>
	<item>
	<title>OSX QuickTime VR editing tools?</title>
	<link>http://ask.metafilter.com/117767/OSX%2DQuickTime%2DVR%2Dediting%2Dtools</link>	
	<description>What&apos;s the current state of QuickTime VR editing software on OSX? So I&apos;ve been searching the web, looking for current QuickTime VR editing tools and methods - adding text labels, hotspots, embedded still graphic overlays to imported Quicktime VR files (created with the &lt;a href=&quot;http://www.vrtoolbox.com/&quot;&gt;VR Worx&lt;/a&gt; software), that sort of thing. Anyone working with authoring and editing QuickTime VR on the Mac? My Google-Fu is not turning up a whole lot, so I&apos;m hoping that there are some MeFites that are actively working with the tech.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.117767</guid>
	<pubDate>Wed, 25 Mar 2009 19:59:42 -0800</pubDate>
	<category>authoring</category>
	<category>graphic</category>
	<category>hotspots</category>
	<category>OSX</category>
	<category>overlays</category>
	<category>QuickTime</category>
	<category>text</category>
	<category>VR</category>
	<dc:creator>dbiedny</dc:creator>
	</item>
	<item>
	<title>How to embed Quicktime VR but forbid a download and enable fullscreen mode</title>
	<link>http://ask.metafilter.com/115845/How%2Dto%2Dembed%2DQuicktime%2DVR%2Dbut%2Dforbid%2Da%2Ddownload%2Dand%2Denable%2Dfullscreen%2Dmode</link>	
	<description>How to embed quicktime VR on web site without letting user download the VR and with letting a user go into full screen mode to see the embedded movie I know there have been questions here about embedding QuickTime VRs on web sites, and lots of questions on the internet at large, but this has a twist that I was hoping somone might be able to help me with&lt;br&gt;
&lt;br&gt;
I want to embed a QuickTime VR on my site.  However,&lt;br&gt;
&lt;br&gt;
1) I don&apos;t want the visitor to my site to be able to download the VR.  This is because if they download it they might not come back to the site, and I want to maximize traffic.&lt;br&gt;
&lt;br&gt;
and&lt;br&gt;
&lt;br&gt;
2)  I want the visitor to be able to enjoy the VR in full screen mode.&lt;br&gt;
&lt;br&gt;
Can one embed the VR with these two prior conditions being met?&lt;br&gt;
&lt;br&gt;
Thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.115845</guid>
	<pubDate>Wed, 04 Mar 2009 14:11:03 -0800</pubDate>
	<category>embed</category>
	<category>panorama</category>
	<category>Quicktime</category>
	<category>VR</category>
	<category>webdesign</category>
	<dc:creator>fenwaydirtdog</dc:creator>
	</item>
	<item>
	<title>How can I play an old Mac Quicktime VR file on a PC and/or the WWW?</title>
	<link>http://ask.metafilter.com/112522/How%2Dcan%2DI%2Dplay%2Dan%2Dold%2DMac%2DQuicktime%2DVR%2Dfile%2Don%2Da%2DPC%2Dandor%2Dthe%2DWWW</link>	
	<description>How can I play an old Mac Quicktime VR file on a PC?  On the web?  Complications inside... The file has been living in an old Mac diskette since 1997.  I remember being able to just run the thing on whatever Mac was nearby when I first got the file. Also on the disk is a folder called &quot;QTVRPlayer1.0.2&quot;.  I transferred the files to a PC using &quot;&lt;a href=&quot;http://www.emulators.com/softmac.htm&quot;&gt;softmac&lt;/a&gt;&quot;.   &lt;br&gt;
&lt;br&gt;
I don&apos;t currently have access to a Mac. Though, now that I have the files off the disk, I can try going back to the Apple store.  (They were unable to help me get the files off the disk as they had no floppy drives...)&lt;br&gt;
&lt;br&gt;
I have tried opening the file in QT 7.5 (&quot;blank&quot; screen), PS, IrfanView, Firefox, IE, and a few others.  I&apos;ve also tried adding different extensions &quot;.mov&quot;, &quot;.QTVR&quot;.  And, I&apos;ve made a few attempts &quot;&lt;a href=&quot;http://developer.apple.com/documentation/QuickTime/InsideQT_QTVR/3Chap/chapter_4_section_7.html#//apple_ref/doc/uid/TP40000944-CH207-TPXREF131&quot;&gt;Embedding a QTVR Movie in a Web Page&lt;/a&gt;&quot;. &lt;br&gt;
My next step is to start searching for old QTVR authoring software, and old PC installers of Quicktime.  But I&apos;m hoping there&apos;s a simpler solution I&apos;ve overlooked.&lt;br&gt;
&lt;br&gt;
My ultimate goal for this QTVR file is to post it on the web.  (Sharing old memories with friends and family.)  But, I&apos;d also like to view it on my PC at home. &lt;br&gt;
&lt;br&gt;
Thanks in advance.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.112522</guid>
	<pubDate>Sun, 25 Jan 2009 10:52:41 -0800</pubDate>
	<category>QTVR</category>
	<category>Quicktime</category>
	<category>resolved</category>
	<category>VR</category>
	<dc:creator>bodega</dc:creator>
	</item>
	<item>
	<title>High quality video with small file sizes.</title>
	<link>http://ask.metafilter.com/112144/High%2Dquality%2Dvideo%2Dwith%2Dsmall%2Dfile%2Dsizes</link>	
	<description>Compressing quicktime movies for the internets. I&apos;m in a new position where I have to prep a lot of video content for the web.  I&apos;m looking to maximize quality and resolution while keeping file size as practical as possible (my target audience does not include high-end users with blazing connections).  Looking at the trailers that Apple throws up makes me feel my work has something left to be desired... are there any tutorials available on how to prep content for the web using Quicktime, Final Cut, or Compressor?  I feel like I have a rudimentary knowledge of how this works but I am left wondering if there are any cool tricks or advanced tips.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.112144</guid>
	<pubDate>Tue, 20 Jan 2009 13:21:17 -0800</pubDate>
	<category>compressor</category>
	<category>finalcut</category>
	<category>internet</category>
	<category>quicktime</category>
	<category>video</category>
	<dc:creator>phaedon</dc:creator>
	</item>
	<item>
	<title>legal video conversion</title>
	<link>http://ask.metafilter.com/107195/legal%2Dvideo%2Dconversion</link>	
	<description>I&apos;d like to legally automate the conversion of quicktime .mov files videos to .flv, providing a drop box service, preferably under linux, but I&apos;m getting tripped up on the first and last parts My users are requesting a simple video ingestion/conversion service and they don&apos;t want to use YouTube in an attempt to maintain control of their content.&lt;br&gt;
&lt;br&gt;
There are plenty of tools that will take video file format x, y, and z and convert them to H.263/Sorensen Spark/H.264 .flv files. The obvious choices are ffmpeg / mencoder / vlc project libs.  Unfortunately, to accomplish the conversion they have reverse engineered U.S. patent restricted commercial codecs (please correct me if I&apos;m wrong).  Since I&apos;ll be doing this in a professional capacity, I&apos;d like it to be completely in compliance with the law. &lt;br&gt;
&lt;br&gt;
So I guess my question is three fold:&lt;br&gt;
&lt;br&gt;
1. What&apos;s the cheapest way I can legally do quicktime to flv conversion?&lt;br&gt;
&lt;br&gt;
2. If I&apos;ve got a choice, what&apos;s the best codec to use for web distribution?&lt;br&gt;
&lt;br&gt;
3. What automatable software would you recommend?&lt;br&gt;
&lt;br&gt;
We can probably afford to spend some money, but not, for instance, the $3000 On2 wants for it&apos;s conversion tools.  Also, we have Adobe CS3 Flash and Flash Video Encoder, but I was unable to find a way to script them (on Mac) to do a conversion. Last, if at all possible I&apos;d like to avoid really hacky solutions like &quot;this cool app that records mouse movments and lets you play them back...&quot;&lt;br&gt;
&lt;br&gt;
Thanks.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.107195</guid>
	<pubDate>Tue, 18 Nov 2008 21:32:10 -0800</pubDate>
	<category>conversion</category>
	<category>convert</category>
	<category>ffmpeg</category>
	<category>flash</category>
	<category>flv</category>
	<category>H263</category>
	<category>H264</category>
	<category>mencoder</category>
	<category>On2</category>
	<category>quicktime</category>
	<category>Sorensen</category>
	<category>video</category>
	<category>vlc</category>
	<dc:creator>roue</dc:creator>
	</item>
	<item>
	<title>I can&apos;t hear anything!</title>
	<link>http://ask.metafilter.com/107160/I%2Dcant%2Dhear%2Danything</link>	
	<description>Quicktime/Web Audio Problems. Some quicktime video I produced is having volume issues--but only on certain computers with small speakers. What gives? When played back on the internal speakers of a g5 and a white macbook, sound is basically non-existent. It sounds fine on every other computer tested, including my macbook pro (internal speakers and powered speakers), a dell pc laptop (internal speakers), etc etc. &lt;br&gt;
&lt;br&gt;
The file is embedded here (having these problems on several of the videos in the series):&lt;br&gt;
&lt;a href=&quot;http://www.skyscraper.org/PROGRAMS/VERTICAL_DENSITY/vertical_density_wright.php&quot;&gt;http://www.skyscraper.org/PROGRAMS/VERTICAL_DENSITY/vertical_density_wright.php&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
I also uploaded it to veoh and did a flash conversion, which had no effect. &lt;br&gt;
&lt;br&gt;
My only guess is that the EQ is such that frequencies that can travel through the internal speakers on those machines are not present, and the lower frequencies, which other speakers play fine, can&apos;t be heard. &lt;br&gt;
&lt;br&gt;
I&apos;m at wits end, after doing multiple gain operations and EQing.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.107160</guid>
	<pubDate>Tue, 18 Nov 2008 11:53:41 -0800</pubDate>
	<category>audio</category>
	<category>bangingmyhead</category>
	<category>flash</category>
	<category>laptops</category>
	<category>quicktime</category>
	<category>volume</category>
	<dc:creator>pinto</dc:creator>
	</item>
	<item>
	<title>Video to Images</title>
	<link>http://ask.metafilter.com/106053/Video%2Dto%2DImages</link>	
	<description>I need to convert a Quicktime movie to one single JPEG image that contains every frame of the movie. So you&apos;d see each frame as a tiny image and there&apos;d be thousands of little images in this one JPEG.

I&apos;ve done this before, and I have the image, but I just cannot find it again!

This would be for the mac. Thanks</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.106053</guid>
	<pubDate>Wed, 05 Nov 2008 13:50:18 -0800</pubDate>
	<category>mac</category>
	<category>quicktime</category>
	<category>video</category>
	<dc:creator>rocco</dc:creator>
	</item>
	<item>
	<title>Tracktion 2 on a netbook?</title>
	<link>http://ask.metafilter.com/105872/Tracktion%2D2%2Don%2Da%2Dnetbook</link>	
	<description>Can I reliably run Tracktion 2 on a netbook?  I&apos;m especially interested in the MSI Wind, but open to other options (Asus, Dell, etc.).  Inside, more details on what I envision doing. I&apos;m an electronic musician, and I do most of my producing in Tracktion.  I&apos;d like to start using it during live performances as well.  This is what I&apos;m thinking of doing with it:&lt;br&gt;
&lt;br&gt;
- Playing a single pre-mixed stereo backing track &lt;br&gt;
- Running a VST vocoder, using a pre-recorded carrier track and live vocals&lt;br&gt;
- Playing a QuickTime movie containing synced visuals&lt;br&gt;
- Possibly running one soft synth with a keyboard controller via USB MIDI&lt;br&gt;
&lt;br&gt;
The soft synth is optional -- I can just play an external hardware synth instead, like I do now -- but I&apos;d definitely need to be able to do the other 3 things to make this worth my while.&lt;br&gt;
&lt;br&gt;
I figure what I&apos;m planning to do would put relatively little strain on the CPU -- it&apos;s not like I&apos;m planning to use a dozen different VST plugins simultaneously.  &lt;br&gt;
&lt;br&gt;
But is it realistic to think I can do even this much on an MSI Wind or other netbook?  I&apos;ve found at least one forum posting from a person who says he&apos;s run Tracktion 2 on a Wind successfully, but I&apos;d be interested in hearing more from people who have tried this.&lt;br&gt;
&lt;br&gt;
I should add that my desire with the visuals is to have them exported via the machine&apos;s VGA port, and projected at full size (i.e., filling the screen).  I haven&apos;t actually experimented yet with QuickTime playback in Tracktion, so I don&apos;t know if this is possible.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.105872</guid>
	<pubDate>Mon, 03 Nov 2008 11:28:13 -0800</pubDate>
	<category>msiwind</category>
	<category>music</category>
	<category>netbook</category>
	<category>quicktime</category>
	<category>tracktion</category>
	<category>vocoder</category>
	<dc:creator>Artifice_Eternity</dc:creator>
	</item>
	<item>
	<title>Good Flash player for playing Quicktime (.mov) files?</title>
	<link>http://ask.metafilter.com/105545/Good%2DFlash%2Dplayer%2Dfor%2Dplaying%2DQuicktime%2Dmov%2Dfiles</link>	
	<description>Good off-the-shelf Flash player to play Quicktime (.mov) files? Or get one custom-built? I have videos of a recent event, all in Quicktime .mov format, nicely edited. I want to post them online, on a site that I host myself. &lt;br&gt;
&lt;br&gt;
Problem, of course, is that lots of users don&apos;t have Quicktime installed, and/or the default Quicktime player isn&apos;t very friendly (starts and stops as things are buffering).&lt;br&gt;
&lt;br&gt;
So I want to use a Flash player (like every other site with video does) to allow users a more convenient way to play the files. &lt;br&gt;
&lt;br&gt;
The off-the-shelf Flash players I&apos;ve found so far either gak on something in the format - they can&apos;t play my edited .mov file - or they degrade the quality significantly - or the UI is horrible.&lt;br&gt;
&lt;br&gt;
Commercial video-site players, embeddable things like the Revver player, look much better, but they throw ads into the mix. I don&apos;t want ads. I&apos;m hosting the files and am willing to pay to own the flash player.&lt;br&gt;
&lt;br&gt;
So: is there a good off-the-shelf solution I&apos;m missing, or is this a case where I should go out and get someone to custom-code a decent Flash player (and if so, where do I find that person)?&lt;br&gt;
&lt;br&gt;
P.S. Yes, I&apos;ve read &lt;a href=&quot;http://ask.metafilter.com/26588/What-is-the-best-way-to-encode-video-for-web-use&quot;&gt;this 2005 post&lt;/a&gt; about encoding Web video - figuring things have developed in the ensuing 3 years.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.105545</guid>
	<pubDate>Wed, 29 Oct 2008 18:28:25 -0800</pubDate>
	<category>flash</category>
	<category>quicktime</category>
	<category>video</category>
	<dc:creator>mark7570</dc:creator>
	</item>
	<item>
	<title>Any camcorders with mic input and easy digital recording format?</title>
	<link>http://ask.metafilter.com/103481/Any%2Dcamcorders%2Dwith%2Dmic%2Dinput%2Dand%2Deasy%2Ddigital%2Drecording%2Dformat</link>	
	<description>What currently available video cameras will record to a commonly viewable digital format (ie. something Quicktime supports with no additional add-ons) AND has a microphone input jack? I&apos;m in search of a video camera that will allow professors to record their lectures.  I&apos;m looking for a camera that will:&lt;br&gt;
- store video in a format that can be copied to a computer quickly (so Flash Card or Hard Drive based)&lt;br&gt;
- produce video in a format that can be played on most people&apos;s computers with software they already have installed (ie. Quicktime)&lt;br&gt;
- in a format that isn&apos;t huge (likely some form of MPEG4)&lt;br&gt;
- has a microphone input jack for attaching an external microphone (this is a must as the speaker will potentially be a significant from the camera.)&lt;br&gt;
- easy to use.  ideally there would be an automatic mode so that the person setting it up can just turn it on and press record, then drag a file to a file server for distribution.&lt;br&gt;
&lt;br&gt;
It looks like the Sanyo Xacti HD2 fits the bill, but I believe it has been discontinued.  Sanyo&apos;s newer models appear to record in AVCHD.  I tried a Canon HF10, which also records in AVCHD format.  The raw files will not play in Quicktime, and importing them through iMovie takes longer than real time (on a MacBook Pro).&lt;br&gt;
&lt;br&gt;
VLC seems to be working on support for AVCHD, but unfortunately, I don&apos;t think it is ready for general use, and most student computers still don&apos;t have VLC installed.&lt;br&gt;
&lt;br&gt;
The Focus Enhancements Fire Store products look promising as well.  However, it would significantly increase the price of the system and I believe one of our professors previously used one and still needed assistance getting it set up.&lt;br&gt;
&lt;br&gt;
Anything else is out there that might work?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.103481</guid>
	<pubDate>Sun, 05 Oct 2008 16:12:22 -0800</pubDate>
	<category>camcorder</category>
	<category>microphone</category>
	<category>quicktime</category>
	<category>video</category>
	<dc:creator>wuntu</dc:creator>
	</item>
	<item>
	<title>QuickTime? Flash? Who&apos;s talking about it?</title>
	<link>http://ask.metafilter.com/102799/QuickTime%2DFlash%2DWhos%2Dtalking%2Dabout%2Dit</link>	
	<description>Videos in pdfs: Stick with QuickTime, or switch to Flash? I&apos;ve been producing rich media pdfs for multi-platform CD delivery for some time now, using video clips in Quicktime format, made with FCPro and Sorenson Squeeze. Should I switch to using Flash video now that Acrobat 9, with its native support for Adobe Flash, is here, since it&apos;s supposedly far more widely distributed than QT? IS this a game-changer? Advantages? Disadvantages? Where else might I go to stimulate some discussion of the pros and cons of this new option? (Already posted at Adobe forums; no responses so far; I&apos;m unaware of any active multimedia-in-pdf forums&#8230;)&lt;br&gt;
&lt;br&gt;
Appreciate any comments, opinions, predictions, guesses; thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.102799</guid>
	<pubDate>Sat, 27 Sep 2008 10:52:21 -0800</pubDate>
	<category>Flash</category>
	<category>pdf</category>
	<category>Quicktime</category>
	<category>rich-media</category>
	<category>video</category>
	<dc:creator>dpcoffin</dc:creator>
	</item>
	<item>
	<title>Give me my old Final Cut Express!</title>
	<link>http://ask.metafilter.com/102611/Give%2Dme%2Dmy%2Dold%2DFinal%2DCut%2DExpress</link>	
	<description>How do I get Final Cut Express to export straightforward 1280x720 HD videos from my Sanyo Xacti HD700... like it used to? I have a &lt;a href=&quot;http://www.sanyodigital.com/hd700.aspx&quot;&gt;Sanyo Xacti HD700&lt;/a&gt;. It gives me 1280x720 MPEG-4 AVC/H.264 files, which my Mac just loves. I used to be able to quickly edit the clips together in Final Cut Express, export using complementary QuickTime settings (specifically, &lt;a href=&quot;http://www.vimeo.com/help/hd&quot;&gt;those recommended by Vimeo&lt;/a&gt; for HD playback), and get beautiful MP4 files, relatively quickly.&lt;br&gt;
&lt;br&gt;
Then, one day, a friend needed me to edit a quick video using a DV camcorder. It was confusing as heck getting the footage into FCE, and not particularly elegant getting it out.  But, the project was done overnight, I washed my hands of it, and wanted to get back to making beautiful MP4 files again, relatively quickly.&lt;br&gt;
&lt;br&gt;
Except I can&apos;t!  Now, for one, encoding takes hours.  Hours!  My source videos and export videos are very similar, yet I sit and watch as the estimate for completion actually goes up for an hour before slowly coming back down.&lt;br&gt;
&lt;br&gt;
And frankly, that would be fine, except now my exported videos are the wrong size.  They include letterboxes, and the video itself is squished, stretched.  So I wait four times as long for a ghastly video.  The best I could do is use the Quicktime export settings to &quot;crop off&quot; the letterboxing, but there&apos;s still some black bars and it&apos;s just not the same.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://vimeo.com/1067235&quot;&gt;Here&apos;s how my videos used to look&lt;/a&gt;. &lt;a href=&quot;http://vimeo.com/1655414?pg=embed&amp;sec=1655414&quot;&gt;Here&apos;s how an exported video looks now&lt;/a&gt;.  What happened?  Out of the box, everything worked perfectly.  Now, tainted with actual tape, Final Cut Express seems like it&apos;s running my videos through six extra wringers and giving me clips worse than I&apos;d get just cut-and-paste editing the Xacti files in QuickTime Pro!&lt;br&gt;
&lt;br&gt;
I Googled my brains out, and all I&apos;ve learned is, if I had Final Cut Pro, &quot;Project Settings&quot; would have all the switches I need. Well, I don&apos;t have FCP, just FCE.&lt;br&gt;
&lt;br&gt;
Somewhere, something was set that I want to unset.  Can anyone help?  Do I have to delete every trace of FCE and just reinstall?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.102611</guid>
	<pubDate>Thu, 25 Sep 2008 02:13:23 -0800</pubDate>
	<category>finalcut</category>
	<category>finalcutexpress</category>
	<category>finalcutpro</category>
	<category>hd</category>
	<category>highdef</category>
	<category>quicktime</category>
	<category>video</category>
	<category>videoediting</category>
	<category>videos</category>
	<dc:creator>pzarquon</dc:creator>
	</item>
	<item>
	<title>How to fix Windows iTunes HD video?</title>
	<link>http://ask.metafilter.com/102083/How%2Dto%2Dfix%2DWindows%2DiTunes%2DHD%2Dvideo</link>	
	<description>How do I make iTunes on Windows XP stop stuttering? HD video stutters, as if iTunes either can&apos;t feed video fast enough from the hard drive, or can&apos;t uncompress it fast enough to display on-screen. It gets worse as the program progresses.&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Per Apple&apos;s help document&lt;/b&gt;, I have enabled DMA on the hard drive and tried toggling DirectX preferences in QuickTime. &lt;br&gt;
&lt;br&gt;
I have an ATI All-in-Wonder 600X that I updated the drivers for. It is plugged into an PCI Express 16x slot.&lt;br&gt;
&lt;br&gt;
The box is running a Pentium M 2.1 GHz with 2 GB of RAM.&lt;br&gt;
&lt;br&gt;
As much as I hate this awful operating system, I&apos;d like to use this Windows XP box to feed HD video. What settings do I enable or hardware do I need to add to reliably play HD video through this box? Thanks for your advice.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.102083</guid>
	<pubDate>Thu, 18 Sep 2008 21:30:21 -0800</pubDate>
	<category>hd</category>
	<category>itunes</category>
	<category>quicktime</category>
	<category>ugh</category>
	<category>windowsxp</category>
	<category>winxp</category>
	<dc:creator>Blazecock Pileon</dc:creator>
	</item>
	<item>
	<title>Editing DIVX directly in iMovie/FCP</title>
	<link>http://ask.metafilter.com/100603/Editing%2DDIVX%2Ddirectly%2Din%2DiMovieFCP</link>	
	<description>I&apos;ve got a &lt;a href=&quot;http://www.vio-pov.com/products.php?xid=3b857b306994947e3e267a84b6748cc7&amp;ct=di&amp;login=&amp;mem=&amp;gr=&quot;&gt;VIO POV1 helmetcam&lt;/a&gt; which records video as .avi files in DIVX format. What do I need to edit this directly in iMovie and Final Cut Pro? Whenever I&apos;ve tried to do this kind of thing before (using Flip4Mac as I remember) I&apos;ve run into issues, for example FCP requiring me to render sound for the clips I drop into the timeline.&lt;br&gt;
&lt;br&gt;
I&apos;ve already tried Flip4Mac, Perian and the regular DIVX/XVID codecs and although some will allow me to play the movies with sound in QT, none of them so far will allow iMovie to recognize the files.&lt;br&gt;
&lt;br&gt;
Solution before has been to transcode to DV or some other format using ffmpegx or similar, but the movies are long and this takes up a heck of a lot of disk space and it&apos;s slow.&lt;br&gt;
&lt;br&gt;
Quicktime says the format is &apos;XVID&apos;, 720 x 480, Millions.&lt;br&gt;
&lt;br&gt;
(I&apos;ll probably transcode to DV for final editing but I&apos;m looking for a quick and dirty way to edit movies on my laptop to play to a group of riders each day on a trip to Moab).</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.100603</guid>
	<pubDate>Mon, 01 Sep 2008 06:46:26 -0800</pubDate>
	<category>divx</category>
	<category>flip4mac</category>
	<category>helmetcam</category>
	<category>mp4</category>
	<category>perian</category>
	<category>quicktime</category>
	<category>video</category>
	<category>xvid</category>
	<dc:creator>unSane</dc:creator>
	</item>
	
	</channel>
</rss>

