Using QuickTime to play Cisco IP/TV content

My company started making some content available via Cisco IP/TV about a year ago. Since I prefer to use OS X over Windows (and am fortunate enough to have the choice), I quickly figured out how to play that content using the QuickTime Player directly. (Naturally, the IP/TV plug-in only works with IE under Windows.) The same tricked worked on a PC with QuickTime 6.5.2.
Since QuickTime 7 (all versions, up thru 7.0.4), the content still plays on the Mac, but not the PC. I get a message, Error 47: Invalid URL. Any ideas? It seems the Windows fan boys would like scaleable content too...
PowerBook G4 15" 1.5GHz   Mac OS X (10.4.4)   My screen reader came with a free computer!

Funny, I've given the same advice to so many people.
I thought that a week was enough time to assume no reply would be forthcoming.
color me mistaken!
I have actually solved this problem.
here's what was wrong and how I solved it:
1. The above code does work, in that it loads a quicktime player, and will play the stream.
However, the reliability and quality are quite poor.
2. Disable and intro or outro mp3 file you may have set up to play on your broadcast. At least under shoutcast, this is a source of many errors in terms of establishing a connection with Quicktime, and then suddenly changing the content, bitrate, sample rate and often the content tag.
3. link to a quicktime file using the QTSRC tag.
this will tell quicktime that regardless of your ultimate conent (real time live stream which is theoretically not supported) that you want the browser plugin to use quicktime anyway.
Example Code:
[OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab"
WIDTH="300" HEIGHT="25" ]
[PARAM NAME="src" VALUE="http://shoutcastip:port/listen.pls" ]
[PARAM NAME="autoplay" VALUE="false" ]
[EMBED PLUGINSPAGE="http://www.apple.com/quicktime/download/"
SRC="/quicktimefile_with_your_stream_embedded_init.mov" TYPE="image/x-quicktime"
WIDTH="300" HEIGHT="25"
QTSRC="http://shoutcastip:port/listen.pls"
AUTOPLAY="flase" ]
[/EMBED]
[/OBJECT]
This is currently up and working fairly well.
Thanks for your reply.

Similar Messages

  • Using Quicktime to Play AVI files

    My Canon PowerShot creates AVI movie files. These play fine on my mac through iPhoto. I then drag them to my desktop so that I can attach them to an email. When I email them to family who also have macs (who are on 10.4.2) with QuickTime, they are unable to to open them. When I email them to my Windows PC it says that the file is not a movie file and cannot be opened with QuickTime. I've tried importing it to imovie and saved it as a .mov but that did not help.
    How is one supposed to play an AVI file outside of iphoto?
    These are some of the errors I get:
    QuickTime cannot open the file: "MVI_1670.MOV"
    it is not a file that QuickTime understands (-2048)
    Or Error -32

    hi Nat,
    I got the avi file in my email. this is what happened to me:
    I waited for a couple of minutes for it to download then double clicked the icon file for the avi in the email and nothing happened.
    I then hit the "save" button to save to the desktop. I did this twice and nothing was saved to the desktop.
    I then tried to drag the file from the email body to my desktop and got the spinning ball. Mail turned unresponsive and I finally had to force quit it.
    I went to .mac webmail and opened your mail there. I clicked to download the avi from the webmail. took a couple of seconds and then it opened in quicktime just fine. You have an adorable doggie!!
    Next I went back and opened Mail.app again. This time I went to Window>Activity viewer to see what was happening.
    In Activity Viewer I see that it is stuck on "downloading attachment" and "caching attachments"
    It's been over 10 minutes and it still has those two things showing in the Activity Viewer.
    Ok, 14 minutes went by and now the AVI file is finally showing up in my email message and I can play the file within the message.
    I don't know but maybe they didn't give the file enough time to download to their computer. It certainly gave me problems until it was all downloaded.
    I have the latest OS and the latest Quicktime and it plays fine on my computer.

  • Using Quicktime to stream live internet content?

    I've read the tutorial for both Quicktime 6 and 7 here, and anything else I could find about this, so please forgive me if this is a silly, or redundant question.
    I've been trying to use Quicktime to embed a shoutcast stream for listeners who don't have access to, or aren't technically savy enough to open iTunes and type in a URL (there are a surprising number of these people.)
    After reading several tutoirals, it seemed like the process would be quite simple. Open a new Quicktime player, connect to the playlist, save, and then link to or embed the file into an html document.
    Another method was to embed the stream's IP itself using the same technique, only specify that the plugin is Quicktime.
    These work. However, they don't work very well.
    The stream is fine. Listening within Quicktime itself is fine. Listening with iTunes is fine. However, when listening through a browser the audio is jittery, and seems to skip quite a bit.
    Here's my code:
    [object CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab" width="300" height="25" VIEWASTEXT]
    [param name="src" value="http://69.93.28.61:8025/listen.pls"]
    [param name="controller" value="true"]
    [param name="autostart" value="false"]
    [param name="qtsrcchokespeed" value="33600"]
    [/object]
    Has anyone gotten this to work smoothly?
    Would you be willing to share how you did it?

    Funny, I've given the same advice to so many people.
    I thought that a week was enough time to assume no reply would be forthcoming.
    color me mistaken!
    I have actually solved this problem.
    here's what was wrong and how I solved it:
    1. The above code does work, in that it loads a quicktime player, and will play the stream.
    However, the reliability and quality are quite poor.
    2. Disable and intro or outro mp3 file you may have set up to play on your broadcast. At least under shoutcast, this is a source of many errors in terms of establishing a connection with Quicktime, and then suddenly changing the content, bitrate, sample rate and often the content tag.
    3. link to a quicktime file using the QTSRC tag.
    this will tell quicktime that regardless of your ultimate conent (real time live stream which is theoretically not supported) that you want the browser plugin to use quicktime anyway.
    Example Code:
    [OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
    CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab"
    WIDTH="300" HEIGHT="25" ]
    [PARAM NAME="src" VALUE="http://shoutcastip:port/listen.pls" ]
    [PARAM NAME="autoplay" VALUE="false" ]
    [EMBED PLUGINSPAGE="http://www.apple.com/quicktime/download/"
    SRC="/quicktimefile_with_your_stream_embedded_init.mov" TYPE="image/x-quicktime"
    WIDTH="300" HEIGHT="25"
    QTSRC="http://shoutcastip:port/listen.pls"
    AUTOPLAY="flase" ]
    [/EMBED]
    [/OBJECT]
    This is currently up and working fairly well.
    Thanks for your reply.

  • I keep getting this message when i try to play a movie on my imac "2010.DvdRip.Xvid {1337x}-Noir.avi" can't be opened. I'm using QuickTime Player version 10.0(118)

    I keep getting this message when i try to play a movie on my imac "2010.DvdRip.Xvid {1337x}-Noir.avi” can’t be opened. I'm using QuickTime Player version 10.0(118)

    Hold on... advice to someone downloading from 1337x !!!
    Until I saw your comment and googled the term, I had no idea that this was a "downloaded" file. I assumed the "1337x" reference was to dimensions/resolution and Noir referred to genre. (I.e., I use similar notations the differentiate files compressed for TV playback comparisons.) In any case, the advice is the same irrespective of the source.
    er, isn't it illegal to download movies ?
    Not necessarily. Thousands of movies are probably downloaded daily as legal purchases from such vendors as iTunes. Thousands more are available for free in the public domain, open source/community videos listings, and under Creative Commons Licensing. In short, there are many legal sources of downloadable content and you should not automatically jump to the conclusion that everyone is a crook.

  • How to play MP3s on IPhone without using QuickTime

    I listen to a lot of audio lectures that come in an email with a direct link. My phone will automatically open these and play them using QuickTime, but QT doesn't have an option to bookmark. I don't typically finish the full lecture in one sitting so I need to be able to bookmark my place. iTunes will not work for me for this as I am not always able to take the several extra steps necessary to download to my computer and then wait for them to show up on my phone through icloud which sometimes takes days. Always hours. Is there another app that will do this?  Audible is a good example of how I would like it to work.

    Yes I have, thank you.  And google. 

  • Using QuickTime Pro with an .mpg movie, why can I only get it to play from the beginning, but not from any other point in the video?

    Using QuickTime Pro with an .mpg movie, why can I only get it to play from the beginning, but not from any other point in the video? How can I fix this?
    Baffled in SB

    What format of MPG is this?  Is this an MPEG1 or MPEG2 video?  How was the video created?

  • Quicktime wont play video content from youtube

    hi there i recently purchased an imac i have been sent a link to a video on the youtube web site when i try to view the video all i get is the quicktime symbol with a question mark in it.
    could anyone please tell me how to view the video i have already downloaded the flipformac to view media player content
    i just dont understand why quicktime wont play the video
    thanks in advance

    Go to Adobe.com........
    If you can see their site...it about 99.9%, you have the flash plug-in...But, for lack of doing anything else... re-install the flash plug-in...At one point in installing the plug-in, make sure you close out all bowsers.....
    http://www.adobe.com/shockwave/download/download.cgi?P1ProdVersion=ShockwaveFlash

  • Does Front Row use Quicktime plugins during play?

    Hi,
    Just curious - does Front Row play everything that you've set up Quicktime to play? For example, if my Quicktime can play Divx files that my Toast 7 creates, does that automatically mean Front Row can play them as well? Or, does Front Row have it's own feature set of things it will and won't play?
    Thanks

    Yes, it does. Any app that uses the QuickTime architecture has available everything else that QuickTime does.

  • Used Quicktime to export iMovie and play on a TV, but getting audio codec error

    I created an iMovie 11 project and exported it using Quicktime as a HD movie to play on a one year old Samsung big screen TV. The movie file ended in .mov, which the TV would not recognize, so I changed the extension to .mpg and the video plays fine.
    The problem I have is that during the first 3 or 4 seconds of the movie, I get an error pop up on the TV screen that the audio codec is not supported, obviously newer than the TV, right?
    So I updated the TV to the latest firmware via Samsung's website and that all went as expected. However, the error message is still there.
    The movie is made up completely of still images, so there is no audio to detach, and I can find no other settings to disable the audio portion of the movie.
    Anyone run into this before and be able to share some advice, please?

    I found that these audio codecs are supported:
    AC3
    LPCM
    ADMPCM (MA, MS)
    AAC
    HE-AAC
    WMA
    DD+
    MPEG (MP3)
    DTS Core
    Voris

  • Can i capture and record a youtube video that is playing on my screen using quicktime?

    How can i capture and record a youtube video that is playing on my screen using quicktime?

    Hi Paul, QuickTime X can record video and here is the tutorial for you: http://support.apple.com/kb/PH5882?viewlocale=en_US. I'm wondering why you don't just download it using some free YouTube downloader, easy and fast.

  • HT3775 I am downloading a Final Cut Pro x project directly to Quicktime.  The movie will not play, stating Quicktime doesn't support the codec. I currently am using Quicktime 10.1 on my Mac OS X Lion

    I am downloading a Final Cut Pro x project directly to Quicktime.  The movie will not play stating Quicktime doesn't support the codec. I currently am using Quicktime 10.1 on my Mac OS X Lion

    Wow. Okay...
    I'll let the real veterans in this forum tackle your issues one after the other. But, I can tell you, all will be well.
    My only comment would be re: your computer specs:
    BJReis wrote:
    .  This may be due to somewhat older equipment:
    GHz Intel Core Duo MacBook Pro with a 4GB memory computer with Ddr3 running OSX 10.8.4
    To be completely honest, FCPX is a RAM hog. It just is. But, RAM is relatively cheap, and the pay-off is good.
    4GB is right on the edge, IMHO. 16G is ideal.
    I wish you luck, hang in there, and standby for more help.

  • Can I play 3D movies on a 3D TV using Quicktime 7 and the FBX QuickTime Viewer Plug-in from Autodesk?

    Can I play 3D movies on a 3D TV using Quicktime 7 and the FBX QuickTime Viewer Plug-in from Autodesk?  I would like to play 3D movies which are in Side by Side or Top/Bottom format where the image for each eye is 1080 x 720p.  I would like to output to a 3D TV connecting it to the Mac graphics card DVI output (with a HDMI 1.3 converter) using the 2nd Display option of Quicktime.
    These would be my 3D movies created with Final Cut and Stereo3D Toolbox from Dashwood.

    What type of files are these? It does seem odd that iTunes and QuickTime will still play the files, but Front Row refuses to.
    Did you have any codecs or plugins for QuickTime installed? It may be possible that one of the updates is either incompatible with, or removed, one of these.
    I recommend downloading Perian - a very versatile codec that allows the playback of many media files - and see if this cures the issue.
    ..k

  • Quicktime only play one file at a time

    I would like to use QuickTime player to play mp3s. when I play a file and then open another it opens another instance of Quicktime and both files play at the same time.
    Is there a terminal command to only have one instance of quicktime at a time?

    Is there a terminal command to only have one instance of quicktime at a time?
    Not a big Terminal user, but as far as I know, the answer would be "No!" Nor does the QT Player (QT X) have any preferences that would help here.
    I would like to use QuickTime player to play mp3s. when I play a file and then open another it opens another instance of Quicktime and both files play at the same time.
    With the QT Player (QT X) the specified media player, you have three basic options:
    Create a reference playlist or pseudo-playlist,
    Create a standalone "album" file, or
    Create a an Automator script that will play any group of folders and/or individual files dropped to it.
    For instance, if you have QT 7 install on your system and is is keyed for "Pro" use, then you can use it to create a "reference" (pseudo-playlist) or "standalone" (album" file that will play the content you add in the order you add it to the player. The "reference" file is very small since it only tells the QT Player to play the source files located else where on your system but is not, generally speaking, "transportable" since files are easily "orphaned" by inexperienced users. On the other hand, the "standalone" contains all of the original data stored internally and can be move or shared across systems and media devices having compatible media players. Both types of files are fixed with respect to both the content and its playback order.
    An automator "drop" script works like the playlist or pseudo-playlist file described above but has the advantage of allowing the user to grab and combination of files and/or folders and play them sequentially in the order (I believe) in the order they are selected. Its major disadvantage is that the user must select, drag, and drop the set of files and/or folders each time he or she wishes to play the content whereas playlists, "pseudo-playlists," and "albums" play the same files in the same order each time they are opened.
    Most users prefer an alternative solution—that of using an alternative player. Most use iTunes since it also "manages" the media content. Music albums are, in and of themselves, playlists. However, users can also create smart or manual custom playlists as desired. These playlists are "reference" playlists by nature but can be exported, burned, streamed, or sync'd to mobile devices if desired by the user and thus, to my mind, offers the most available options to the average user.
    Another alternative would be to use a third-party media player having "playlist" capabilities. One popular example would be the VLC media player. Folders, files, albums, etc. can be dropped to the app player window and automatically begin playing in the order dropped. Further, the playlist can be saved as an M3U playlist file that can be recalled by VLC (or iTunes) later if desired. Unfortunately these M3U files are not QT X or QT 7 compatible. (NOTE: The M3U file, like the QT 7 "reference" file mentioned above, merely contains pointers to data stored elsewhere on your system and any change to the relative navigation path can orphan the resource data.)

  • Why does the new Quicktime NOT play my old MOV files?

    Hi Folks.
    I'm using the lasted updated Yosemite on a 3-year old iMac.
    Back in my early iMac days (3 years ago), I imported my camcorder's AVCHD files
    into iMove or Final Cut Express and converted them to Quicktime MOV files.
    Turns out they were rendered by Apple or Final Cut into MOV files using the
    Apple Intermediate codec.  I had no choice over this.
    Until I upgraded to Yosemite, I was able to preview any of these movies
    very easily in the Finder.  Simply highlight the movie, press the spacebar,
    and it opens, in a real-time, real-size screen, with a simple play-pause button
    in the progress bar at the bottom.  Never had a problem with any previous
    Mac OS.
    Now when I click on the file in the finder, instead of a movie preview, I get a
    big, silent QT "Mov" icon that just sits there looking silly.
    I double click it to open it up in Quicktime, and it attempts to go through this
    lengthy conversion process, taking at least as long as the movie is in minutes,
    then asking me if I want to save this new "converted" version.
    Fortunately, I have an old version of Quicktime 7 on my Mac, and QT 7 opens it
    and plays it no problem.  No "conversion" necessary.  No cumbersome and
    space-hogging needs to create a "cloned" copy, just so the new, lame version
    of Quicktime can play it.
    What's up, Apple?  AIC was YOUR codec that YOUR SOFTWARE chose to
    transcode into.  Now, your new Quicktime does NOT support this codec?
    And your old version does?  And why might THAT be?
    Really, this is so elementary.  This is not rocket science.  Just like JPG images
    not displaying properly in Mac Mail now.  It begs the question "why" ...?
    I mean, for the elementary preview abilities that always made Mac such a
    friendly computer ... *uh* ... where is that?
    And here we go, wasting hours of time, looking for fixes that should not
    have to be "fixed"...
    Did I miss something?  Or did you?

    Aeclay: here's a couple of ideas.  And an answer to your earlier post.
    Basically two options to work with here:
    Store the files as native AVCHD files... OR
    Convert the files to Quicktime
    I keep two archives of my AVCHD recordings, partly for backup, and partly for Sony's ability to archive nicely in it's own native format on it's PC-friendly utility called "PMB".  (came wtih both my NEX and ALPHA cameras).   I have an old PC that I use for my complete archive; Sony's PMB utility works only on PC's and will do a good job both of archiving, providing a thumbnail database, and re-writing your choice to removable media in it's typical Sony hierarchy.
    If you've only got Mac's, you can still archive your AVCHD recordings; copy them to folders named or organized to your own spec's.   AVCHD is a high-quality compression format, and they'll take up way less disk space than converted Quicktime MOV files.   You can open and play all AVCHD movies quite easily with VLC player.
    The only extra trick to be aware of here is this.  The only reason you would need to preserve the intact "sony" folders (named "AVCHD" / "BMDV" etc) is is you were using Adobe Premiere as a video editor.  Somehow, it needs the hierarchical folder stuff in place to properly index the files.  Not mandatory, but helpful if  you are a Premiere user.  Otherwise, forget the weird "package" folders; just right-click (ctrl-click) on them, choose "view package contents" and MOVE the MTS files out of the Sony hierarchy for permanent storage.  Use VLC player to open and view them.
    From that point on,  you have control over how you manage the files and what intermediate or end-user format you convert them to for your own use.
    I'm not clear on your other question about the files that add the word "converted" on.  Of course Mac will convert to Quicktime MOV files.  Not sure what codec they're using now, likely H.264.  Anyway, don't bother converting.  It'll take up a lot of time and waste a lot of disk space.
    ps. I just found this free utility on the internet.  It's called "MTS CONVERTER". I have not tried it, but it claims to be able to convert all AVCHD files to various useable formats.
    Good luck!  (and happy Valentine's Day!)

  • Customising import of DV tapes using Quicktime Pro

    Hi all,
    I am trying to import a lot of DV tapes onto my Mac (and some other analogue stuffe that I route through the camcorder so it ends up in DV even if it originated from VHS), the ultimate aim is to have the videos available within iTunes so I can stream them to my Apple TV 2 after some minimal editing (cutting out bad bits mainly).
    I have tried to import via iMovie, but it has the following drawbacks: Huge file sizes, spends ages creating thumbnails, and then is really really slow to encode into H.264 compared to something like Handbrake.
    I am not *too* fussed about final image quality, I am more concerned with being able to complete the job without spending too much time.  What I want to do is encode into H.264 during the import, and then quickly be able to cut out what I don't want, and save into iTunes.  Quicktime Pro is the closest I have found, but it seems to have the following limitations:  Very limited selection of encoders and sizes without any ability to customise means I can't choose an appropriate quality level - the best is only 640x480, with no info on bitrates etc.  This should be fine for my analogue sources, but potentially no good for some stuff in genuine DV format.  Also, there seems to be a limit on how long it will record for, which doesn't make a lot of sense as it's capping out on videos less than 200Mb in size leaving me with extra steps to combine the individual videos into a larger one (References movies are quick to make, but won't stream to the Apple TV 2)
    Is there a way to customise these settings to ammend the import settings and increase the maximise size, either unofficially or not?
    Many thanks for yout time.

    In the interest of ripping this stuff with the least complexity possible I was wanting to use QTP, but it seems that using the "best" preset with a widescreen DV input provides a file that is only 640x360 encoded at 96kbps, which is a lot smaller than the input native and isn't really good enough for me sadly.
    The stated data rate looks more like an audio data rate that a video or video + audio data rate. Since the preset must be compatible with both NTSC and PAL "standards," it appears Apple programmers lower, more universal settings for greater device compatibility.
    I can select Device Native, but that would get me back into massive DV files again.  Not sure if this would be better than using the Vidi Firewire Capture would be better or not than this setting?
    The basic rule of thumb here is "you can never have enough hard drive space." I currently have 25 TBs in external hard drive space connected to my main iMac for recreational/non-professional use. And, while you may consider DV data rates/files to be massive, HDV data rates/files would quadruple yours and some Apple Animation data rates/files could easily quadruple the HDV data rates/files. As to the question of using Vidi, if you are going to capture your files as DV content and don't want to use iMovie or other video editor application, then Vidi would be the utility to use.
    Either way, at a couple of hours long the timeline within QTP becomes too "small" to be able to select bits to cut with any accuracy as it is not zoomable unlike iMovie, but putting them in iMovie would then start with the old thumbnailing again...
    The QT 7 Pro Player "time line" is zoomable to some degree. This "zoom" capability is related to the size of the player. If you expand the size of the player to fill your screen as much as possible, you can "scrub" the playhead in smaller relative increments. Basically you should start your edits by expanding the player as large as your display allows and scrub the playhead to the rough area of your edit and then refine the position of the playhead using the fast play and jog controls in the A/V pallet and finally use the left/right arrow keys to select the exact frame you wish to edit. With some practice, you should find this work flow to be fairly quick if/when you know what and how you wish to edit the file.
    As an example, a 1 hour 58 minute 23 second and 15 frame 640x360 file displayed at its default size can scrub the playhead in approximately 15 second increments. If I expand the player to its maximum dimensions on my monitor, the "scrub" increment is reduced to about 4 second with fast play and/or jog able to refine the playhead location to within a few frames of where I want to be.
    What I was doing to remove the bits I don't want in iMovie was to create a project, include the bits I want, then delete the events using the option to only remove unused elements.  This is a yet further step which takes a long time, but then gives me chunks of files I can queue in handbrake and then stitch back together using QTP.
    Most strategies fall into either a "subtractive" or and "additive" work flow. I normally make "rough cuts" in the first pass and place the results in an folder/bin for further refining later. Once I have everything sorted and trimmed, I then merge/join the DV clips to create a single file which is then converted all at once to the target compression format or, in frequent instance, to several different compression formats or variations dependent on target use—burning to DVD, burning to BD, TV viewing, posting to the internet, etc.
    I just tried a native capture with QTP, and it gives me the following video settings:
    DV, 720 x 576 (1024 x 576), Millions
    16-bit Integer (Little Endian), 4.0 (L R _ _), 32.000 kHz
    1024 x 576 pixels (Actual)
    If I encode this with Handbrake using the Apple Universal I get:
    H.264, 720 x 592, Millions
    AAC, 2 channels, 32000 Hz
    1033 x 592 pixels
    I would normally encode the file using the source file standard. In my case that would the NTSC 720x480 (853X480) equivalent of your PAL 720x576 (1024x576) anamorphic DV import. Would also prefer the AAC audio track be encoded using a 48,0 KHz sampling rate at 160 Kbps since my DV audio is set for 16-bit/48.0 KHz. (I also include an DD5.1 passthrough at 448 or 640 Kbps if available.) You can create and save your own custom resets which is what I use for HandBrake conversions specifically targeting the TV2 device and which include additional analysis/motion prediction settings.
    So it looks like getting QTP to encode into H.264 just won't do it well enough, even though it should be able to go better without extending beyond the limits of the source
    If you are referring to the conversion of DV source files to H.264, then use the "Movie to MPEG-4" or "Movie to Quicktime" export option to enter your own custom target settings. However, nether of these export potions offer the same ease for setting up custom anamorphic encodes for custom dimensions as HandBrake does. (I personally prefer using HandBrake here.)
    I think the size limit was CPU bound with it not keeping up with the input fast enough to real-time encode and thus stopping.  It's not done it since.
    That may well be the case. My old G5 processed files in handBrake at 4 to 6 time "real time." My MacBook Pro converts files in roughly "real time" using my custom HandBrake presets. On my new iMac the default TV2 HandBrake preset process at about 180 fps and at 70-90 fps using an even higher quality custom preset I just added. As you can see, the different CPUs involved cam make quite a difference in conversion speed.

Maybe you are looking for