What disc formats are supported by Remote Disc

We just purchased a Macbook Air. We have a Dell PC with Windows XP SP2 that we set up for remote disc sharing (using the most recent version of the Windows remote sharing software). Much to my surprise, when I put the OS X disc into that system, it was immediately available on the Air. I put a Windows application disc into the drive and it was also visible and could be searched on the Air. However, when I put CDs that I had created myself on the Dell, they were completely invisible to the Air. These were created with Roxio DLA, and I had already "closed" them to make them readable by other systems (I can read them on a Dell notebook PC). No copy protection on those. I realize that I could copy the contents of CDs onto the target PC or onto thumb drives and access them. That is an additional and inconvenient step.
Does anyone have similar experience or know a way to solve this problem?

notlost wrote:
Thank you! I was hoping to bring in 24 bit but knew might be iffy.
you can drag'n drop all kind of stuff into iMovie (mp3, ogg. wma, aac) - the underlying Quicktme engine will do its best to convert the data into something useful. in most cases, it works, in many not.
esp. when the sampling frequency isn't 'video friendly' (=not 48kHuz or its even divisors) people notice frequently synch problems.
Bengt mentioned best practice: aiff/48kHz
24bit is nice, but the delivery codecs, iMovie supports, don't list it.
keep in mind: iM is a 15$ consumer toy tool.
24bit is something from professional studios.-
and again - aside theatrical audio delivery as THX, 24bit is no 'video format'.-

Similar Messages

  • What movie formats are supported in iBook author I tried .mov but no joy

    What movie formats are supported in iBook author I tried .mov but no joy.....

    iBooks Author: Add video to your iBooks - Support - Apple
    ...and...
    Other ways to convert mp4 to m4v?

  • What file formats are supported on a Mac/Quicktime?

    I just need to know what kind of file formats are supported on a mac, or for quicktime on a mac computer. Im trying to make a video from a windows machine work on a mac, but don't know what format to save it in. If anyone could help me out, that would be great!
    --Kourtney

    Oh, I was not discounting it's utility for your general 10.4.7 (and higher) users. I can think of several situations where it'd be most advantageous. If the user does have 10.4.7 and has permissions to install Perian, then it's near the top of the list of "things nice to have."
    I was just saying that it's generally a good idea to work out everything on the sending end so that all the recipient has to do is open and enjoy. Most of us have had stuff converted to .WMV so that Windows users wouldn't NEED to install QuickTime to see our video, it's the same kind of thinking.

  • What output formats are supported by SAPConnect in SAP CRM 7.0

    Is MHT document format and .doc format the only filetypes that are supported in SAP CRM 7.0? Could anyone please answer what are all the other output formats supported by SAP CRM 7.0.

    Hi,
    For interactive CRM report, please try link
    http://help.sap.com/bp_crm70/BBLibrary/Documentation/C41_BB_ConfigGuide_EN_DE.doc
    On page of
    http://help.sap.com/bp_crm70/CRM_DE/HTML/index.htm
    you may find some other info related to BW analytics, maybe there is info for dashboard? I am not so sure.
    Hongyan

  • What Audio Formats are Supported?

    Hello.
    This is a pre-sales question. I'm considering purchasing an iPod Shuffle, and have downloaded and read the PDF user's manual for it. I could not find the answer to a question I have.
    What audio formats does the iPod Shuffle support?
    Is .wmv supported? Or just .wav and .mp3?
    Or does it support only a proprietary format?
    Thank you! J. Danniel

    Here is the link which explains about the compatible audio formats for IPod.
    The Link is : http://docs.info.apple.com/article.html?artnum=300464
    Thank you

  • What audio formats are supported by iMove 11?

    Does iMove '11 work with 48k 24bit audio files? What are the best type to use?

    notlost wrote:
    Thank you! I was hoping to bring in 24 bit but knew might be iffy.
    you can drag'n drop all kind of stuff into iMovie (mp3, ogg. wma, aac) - the underlying Quicktme engine will do its best to convert the data into something useful. in most cases, it works, in many not.
    esp. when the sampling frequency isn't 'video friendly' (=not 48kHuz or its even divisors) people notice frequently synch problems.
    Bengt mentioned best practice: aiff/48kHz
    24bit is nice, but the delivery codecs, iMovie supports, don't list it.
    keep in mind: iM is a 15$ consumer toy tool.
    24bit is something from professional studios.-
    and again - aside theatrical audio delivery as THX, 24bit is no 'video format'.-

  • What HD formats are supported by Premiere Elements 10?

    I'm planning to purchase a new HD camcorder, and I want to be sure that my camcorder and my video editing software work together well.  I notice that most high-end consumer camcorders now record HD video in MPEG4-AVC /
    H.264 format. It is noted to be AVCHD 2.0 compatible.  The camcorders allow a choice of frame rates.  The best resolution is obtained with 60 (or is it 30?) frames a second, progressive.  It is referred to as 60p.  My question is: Does Premiere Elements 10 support this format and frame rate?  Will I be able to input my video material in this format, edit it, and create Blu-ray disks without significant loss of quality?  Thanks.

    Though I have a small handful of "consumer" NLE (Non Linear Editor) programs, the only one that I know with 100% certainty, that will perfectly handle 60p is Premiere Pro, but it is anything but "light."
    It could be that newer versions of my CyberLink PowerDirector, Magix MovieEdit Pro, etc., will handle it well, but not my older versions. I do not have any of the Sony Vegas products, so you might post to a Vegas forum and ask. There are several versions of Vegas, and it could well be that one of them will be up to the task. Also, look at Pinnacle (AVID) Studio. I quit using their products, as of Studio 10, and think they are up to 14 now. Also, a newer, updated version of AVID Liquid (my older version did not), might handle it.
    Others might have more current, and hence usable info on other applications.
    Good luck,
    Hunt

  • What video formats are support by itunes

    I have video in MKV format -- can they be imported into iTunes and download to my ipod?

    http://support.apple.com/kb/HT2729

  • What media formats are supported?

    The following code throws MediaUnsupportedException.
    I tried using both, flv and fxm, both generate same exception. Media files were created by converting MP4 file using converter from On2 technology. Platform: Vista 64
    var width: Number = 320;
    var height: Number = 240;
    var media: Media = Media {
        source: "file:///testFile.flv"
    var player: MediaPlayer = MediaPlayer{
        media: media
    var viewer: MediaView = MediaView {
        fitHeight: height
        fitWidth: width
        mediaPlayer: player
    Stage {
        title: "MyApp"
        scene: Scene {
            width: 400
            height: 400
            content: [ viewer ]
    }FX Media Object caught Exception com.sun.media.jmc.MediaUnsupportedException: Unsupported media: file:///testFile.flv
    source ='file:///testFile.flv'
    com.sun.media.jmc.MediaUnsupportedException: Unsupported media: file:///testFile.flv
    at com.sun.media.jmcimpl.PeerManager$1.run(PeerManager.java:58)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sun.media.jmcimpl.PeerManager.throwMediaException(PeerManager.java:51)
    at com.sun.media.jmcimpl.PeerManager.getMediaPeer(PeerManager.java:211)
    at com.sun.media.jmc.Media.<init>(Media.java:50)
    at javafx.scene.media.Media$1.onChange(Media.fx:88)
    at javafx.scene.media.Media$1.onChange(Media.fx:81)
    at com.sun.javafx.runtime.location.ObjectVariable$2.onAction(ObjectVariable.java:162)
    at com.sun.javafx.runtime.location.ObjectVariable$2.onAction(ObjectVariable.java:159)
    at com.sun.javafx.runtime.location.DependencyIterator.action(AbstractLocation.java:503)
    at com.sun.javafx.runtime.location.DependencyIterator.action(AbstractLocation.java:491)
    at com.sun.javafx.runtime.util.Linkables.iterate(Linkables.java:82)
    at com.sun.javafx.runtime.location.AbstractLocation.iterateChildren(AbstractLocation.java:282)
    at com.sun.javafx.runtime.location.ObjectVariable.notifyListeners(ObjectVariable.java:159)
    at com.sun.javafx.runtime.location.ObjectVariable.replaceValue(ObjectVariable.java:114)
    at com.sun.javafx.runtime.location.ObjectVariable.set(ObjectVariable.java:125)
    at com.sun.javafx.runtime.location.AbstractVariable$4.apply(AbstractVariable.java:132)
    at com.sun.javafx.runtime.location.AbstractVariable.needDefault(AbstractVariable.java:151)
    at javafx.scene.media.Media.initialize$(Media.fx:81)
    at test.Main.javafx$run$(Main.fx:25)
    at test.Main.javafx$run$(Main.fx:25)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sun.javafx.runtime.provider.AWT_EDT_RuntimeProvider$1.run(AWT_EDT_RuntimeProvider.java:104)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

    I also tryed those ones....... but none of those worked, so i tryed with a remote file like this url:
    "http://samplepage/samplefolder/samplevideofile.flv" from a videofile uploaded to a common server...
    that was the only way to play a video file on this media player...... greetings ;)

  • What formats are supported by CAS web crawler?

    Hi,
    Can anyone please explain if image and video formats are supported by CAS web crawler? If yes, then in what form are they returned?
    Please let me know.
    Thanks!

    CAS will crawl the images or videos and collect metadata information about them (e.g. directory location, file name, file type, file size, etc.) so you can search and refine by the metadata. However, as suggested already, CAS (which leverages Oracle's InsideOut technology, formerly Stellent) cannot convert these types of files to meaningful text.
    From the CAS Developer's Guide in Appendix A you can find a list of supported file formats for text conversion:
    http://docs.oracle.com/cd/E29578_01/CASDevGuide.pdf
    HTH,
    Dan
    http://branchbird.com

  • What video files are supported by iMovie 10.0.6?  I have to somehow convert .rcproject files to something that iMovie will accept but I don't know what kind of format to change to.

    What video files are supported by iMovie 10.0.6?  What is the best way to allow iMovie 10.0.6 accept my .rcproject movies?

    Hey Sioux Falls,
    If you are looking for information on converting or updating older iMovie projects to iMovie 10, you may find the following article helpful:
    Update projects and events from previous versions of iMovie in iMovie (2014) - Apple Support
    Note: To clarify, a .rcproject file generally only contains links and references to movie clips and effects that would be part of an iMovie project; it usually does not contain any actual video.
    Cheers,
    - Brenden

  • FAQ: Revel basics: What operating systems are supported by Revel?

    Q:What operating systems are supported by Revel?
    A: Adobe Revel is a Cloud based photo hosting service accessible via a free photo app for your Mac, iPad, and iPhone. You can download the Revel App on your iPhone and/or iPad using the same Adobe ID associated with your Photoshop.com account. To See Revel in action click here. See also "Working with Adobe Revel". With the app, you can upload, download, and share files, as well as edit photos.
    Q: Can I access Revel through a web browser?
    A: You can access web version of Revel at www.adoberevel.com. The web version of Revel includes almost all the features of Revel EXCEPT the ability to edit your photos for Mac and Windows Android users you can download Revel Importer. Revel Importer is not a full version of Revel but it does give you a way to import the photos on your Android phone into your Revel photo library.
    Q: What are the differences between the Revel apps for different devices and platforms?
    A: The key differences are as follows:
    iPhone, iPad and Mac — Access, organize, edit, and share your photos on all your iOS devices, anywhere you are.
    Web — Upload, access, and view your photos via your web browser.
    Revel Importer for Android
    Revel currently supports JPEG files only. At Adobe, we are committed to continued innovation with Revel, and plan to support additional platforms, features, and formats in the future.
    Coming soon:
    Adobe Revel for Android®
    NOTIFY ME
    Adobe Revel for Windows®
    NOTIFY ME
    RELATED LINKS:
    Getting started with Revel
    PS.com Revel Product Page  (includes links to app store)
    Revel basics: What file formats does Revel support?

    Just to avoid confusion - during provisioning, the phone is downloading a configuration from remote server. Phone is client. Provisioning process require a server (HTTP or FTP or TFTP) running somewhere.
    You are speaking about browser, not server, so it seems you are speaking about manual configuration of phone, not the provisioning. Even in the case you are speaking about server, you speaking about upgrade of OS, not the provisioning (HTTP/FTP/TFTP) server software. On the other side, you are speaking about "initial profile downloads from Windows 7" asking about browser versions. I'm confused. Can you explain what are you trying to do in more details ?
    Something like: "I did A, expecting B as result but C happened".
    Debug/log from phone device and/or catched communication between browser and phone and/or phone and provisioning server may help to analyze the problem.

  • What image types are supported in iMovie?

    I'm going on a trip with a group of youth, and I'm wanting to send video updates back to their family members during the trip. I've gotten an image to sync to my iPhone 4, and I can import it into iMovie, but while it shows the photo at the bottom, it won't actually show the image in the movie preview area?
    Importing photos that were taking on the iPhone works, as does taking a photo directly from iMovie, but I want to add some special graphics into the Movie itself.
    Is there a way to tell what formats are supported? The image was made in gimp, 700x300 @ 150dpi exported as a PNG and as a JPG, but neither of them work.

    I'm not sure if you tried this, but here it goes:
    _ Using your Mac, make a copy of your Graphic / image to your Desktop
    _ Launch "Preview" on your Mac
    _ Save the file as a JPG
    _ Quit "Preview"
    _ Copy this newly saved JPG to "iPhoto"
    _ Quit "iPhoto"
    _ Launch "iTunes"
    _ Plug your iPhone4 via USB
    _ From "iTunes", select the iPhone4 and go to the Photos Tab.
    _ Make sure the Event or Album of the Graphics/iMage you created above, is Checked
    _ Sync your iPhone
    Now from your iPhone4, verify that you can add this photo into iMovie.

  • What video formats are compatible in DVDSP??

    I have DVD Studio Pro 4 and I need to know what video formats are compatible in the program? I made an .m2v file but its too large to fit even on a DL DVD so I need to drop the .m2v file into Mpegstreamclip and convert it to something else and decrease the size so then I can drop it back into DVDSP and burn it. Any help with this? What are formats supported in DVDSP? Or, is there another way around my problem (too big of a file)?? Thanks!

    Can you make the audio AC3? That may put you under.
    Also keep in mind that if the 2 hour 2 minute movie is that large in file size, it means it probably was encoded at a high rate which can cause issues (you can try to re-encode the m2v in a couple of ways if needed)
    As to the story issues it sounds like you made a story accidently. Take a look here
    http://dvdstepbystep.com/layofland.php
    In the blue section towards the upper left, you will see the story listed in the track icon - delete the story and you should be good to go

  • Which file formats are supported bij iPhoto?

    Which file formats are supported bij iPhoto?
    Where is this kind of info written?

    There is no comprehensive list released by Apple that I am aware of.
    Here is what the help menu says: http://docs.info.apple.com/article.html?path=iPhoto/8.0/en/6303.html
    For best results I stick to JPEG, PNG, TIFF, GIF which are fairly universal standard formats.
    If you are working with RAW here is a list of supported RAW cameras: http://support.apple.com/kb/HT3825
    Was there a particular format you were trying to use?

Maybe you are looking for

  • ValueListHandler and Struts

    Hi, I am trying to use ValueListHandler for generating a report in my project. I am using DAO and DAOImplementor, which will be called by my EJB method. I get the result in my Helper class, which is actually set in session, if i intend to directly us

  • Flash CS3 Classroom in a Book Page 49

    Hopefully there is someone out there that is faviliar with the book.I am a 3 hour long Flash newbee and don't pretend to have a clue about Flash vocabulary/terminology, but here is my problem. On this page I'm asked to drag a rectangle with the secle

  • Discoverer Responsibility Issue

    Hi All, Can we merge two resposibilities(Operations Intelligence + ABC) in Discoverer 10g Desktop edition? Thanks, Zeeshan

  • How do you optimize an image?

    this seems easy and it should be, but for some reason i am having an issue. For my class we are suppose to optimize our images, this should be a simple thing, however, when i click on my image in fireworks and go into the optimize panel and change it

  • HT4623 Trying to conform my iphone5, I keep getting 'error 3014' How do I resolve this?

    What is 'error 3014' when trying to configure iPhone5?