How to put a .mov file on a dvd using lion and have a commercial DVD player play my movie? iDVD is gone.  I never had it.

I have found a lot of frustration around this topic but no answers. 
I have a MacBook Pro with Mac OS X Version 10.7.4.
I have a video I made with iMovie.  I want to burn it to a DVD for commercial DVD playback.  It's as simple as that. 
Things I've tried. 
1. Using iMovie, I saved an HD version of the project to my desktop as a .MOV file.  I know I can just burn that to a DVD.  It won't play.  I need a utility/program to put the necessary files on the DVD so a commercial namebrand DVD player will have what it needs. 
2. I heard iDVD used to do this but it's not on my MacBook Pro (Lion OS).  I've researched things like "What replaced iDVD" but found nothing but a but of complaining.  (and I can see why).
3. I have looked for freeware.  It all looks fishy. 
Other options I'm looking into.
Use my Mac and connect a cable to the big TV screen.  Play the movie using this screen as a secondary monitor.  Problem - I have a dozen cables but none for this combo. 
Move the .MOV file to a PC and play it using QuickTime.  The cables I have will work for a PC to TV.  Sad option. 

Have you tried...     Burn 2.5.1 (FREE)
                                   http://www.macupdate.com/app/mac/21992/burn
                                   http://burn-osx.sourceforge.net/Pages/English/home.html
Give it a try, it may just serve as the temporary fix you are looking for. Make sure to download the 64-bit version.
Paid alternatives...
miDVD Pro
http://itunes.apple.com/us/app/midvd-pro/id529728401?mt=12
DVD-Creator
http://itunes.apple.com/us/app/dvd-creator/id428417852?mt=12
Xilisoft DVD Creator 7
http://itunes.apple.com/us/app/xilisoft-dvd-creator-7/id433594067?mt=12
Easy DVD Creator
http://itunes.apple.com/us/app/easy-dvd-creator/id471833133?mt=12

Similar Messages

  • How do I save a file to a server using flex and coldfusion?

    How do I save a file to a server using flex and coldfusion?
    On the CF side I might need to use this:
    <cffile action="UPLOAD" filefield="Filedata"
    destination="#expandpath('..\somepath)#"
    nameconflict="overwrite">
    And on the flex side I might need to use something like this:
    var sendVars:URLVariables = new URLVariables();
    sendVars.action = "upload";
    var request:URLRequest = new URLRequest();
    request.data = sendVars;
    request.url = _strUploadScript;
    request.method = URLRequestMethod.POST;
    _refUploadFile = new FileReference();
    _refUploadFile = _arrUploadFiles[_numCurrentUpload].data;
    _refUploadFile.addEventListener(ProgressEvent.PROGRESS,
    onUploadProgress);
    _refUploadFile.addEventListener(Event.COMPLETE,
    onUploadComplete);
    _refUploadFile.addEventListener(IOErrorEvent.IO_ERROR,
    onUploadIoError);
    _refUploadFile.addEventListener(SecurityErrorEvent.SECURITY_ERROR,
    onUploadSecurityError);
    _refUploadFile.upload(request, "file", false);
    I just don't know how to put it all together in Coldfusion.

    try this...
    http://cf-creations.co.uk/blog/index.cfm/2008/9/20/Flex--File-Upload-Form--Part-One--Build ing-The-Initial-Form

  • How to put a tab space in a center aligned paragraph and have it remained centered?

    I am trying to put a tab spacing within a paragraph that is center aligned but when I press the tab button it pushes the paragraph to the left. How do I solve the problem? I have several lines I need to do this for so adjusting it one but one is a bit tedious.

    I don't use Captchas because they are not web friendly.  Humans have a hard time reading them which often leads to form submission failures and frustration.  I much prefer the Honeypot (hidden input field) method.  It traps spam bots who cannot resist filling in fields because they don't use CSS or JavaScript.  If the hidden field contains any characters, your form processing script can be set-up to flag that as spam and abort the submission.  Humans never see the hidden field, so it works seamlessly behind the scenes.   There's no limit on how many hidden form fields you can have on a page.
    Nancy O.

  • HT201317 How do I sync video from ipad to computer using Lion and iphoto 9.4.2

    I have new Mini Ipad and newest version of iphoto, Lion O/S.  Photo stream does not transfer video from ipad to computer.  Transfer app very slow and does not always work even though all devices and Wi Fi 5 feet from each other.  What other method can I use.  

    Connect it to your computer using a USB cable and import any video into iPhoto.

  • How can i keep adding files to a dvd on my iMac?  it keeps locking the disc when i put a file on it by saying the disc is full

    how can i keep adding files to a dvd on my iMac?  it keeps locking the disc when i put a file on it by saying the disc is ful

    Take a look at this link, https://discussions.apple.com/thread/2079043

  • Mac Book Pro 2010- how do I change MPG files on desktop to use on I Movie

    I have a MacBook Pro 2010  - how do I change MPG files on desktop to use in IMovie

    Transfer the movie from your iPad to your MacBook then. =)
    iOS: How to transfer or sync content to your computer
    http://support.apple.com/kb/HT1296

  • Ust purchase an iphone 4s and need to know how could i transfer all files including (contacts, pictures, music, notes and ect.... from sd card or any external card to iphone 4s, please advise thx

    ust purchase an iphone 4s and need to know how could i transfer all files including (contacts, pictures, music, notes and ect.... from sd card or any external card to iphone 4s, please advise thx.

    You need to put all of your info on your computer and then sync it to iphone.

  • I'm trying to put a swf file on a dvd that will autostart using OS X

    I'm trying to put a swf file on a dvd that will autostart using OS X and Director MX.  I imported one swf file that has nested movie clips.
    Some of them play and some don't.
    Any suggestions?

    The swf file runs fine on a computer. But now they want me to export it as a .mov and put it  on a dvd that customers without computers can put in a  tv/dvd player. They want it to auto start. When I export it as .mov, QuickTime only plays the first 20 seconds and not all of the nested movie clips play. They don't want it to play in a QuickTime player. Do I need to upgrade to QuickTime Pro? Any suggestions?Thanks
    Date: Sun, 20 Dec 2009 16:24:57 -0700
    From: [email protected]
    To: [email protected]
    Subject: I'm trying to put a swf file on a dvd that will autostart using OS X
    There is no autostart or autorun in OS X. Can you give more detail on the problem with the flash swf files?
    >

  • How to load a client file in a clob using sqlcl

    How to load a client file in a clob using sqlcl

    You don't "load" jars. If it's on the classpath, you can obtain individual resources from it using various methods on either Class or ClassLoader. Do you mean "how to add a jar to the classpath at runtime"? Can't be done without using a classloader, typically URLClassLoader or a subclass thereof. Why you want to not use the proven method is beyond me. Presumably because you don't understand classloading. In which case, forget it.

  • Hello there - how can I share my iTunes library between two users on the same computer? I put the library in a shared folder between both and have selected this library on both as well, but when I update iTunes with music etc it only appears on one?

    Hello there - how can I share my iTunes library between two users on the same computer? I put the library in a shared folder between both and have selected this library on both as well, but when I update iTunes with music etc it only appears on one?

    Thank you Joe - I tried this but it's only showing a teensy amount of music - the stuff on the second users account as opposed to the giagntic library on the 'main' account. I actually went to a Genius Bar and they said that apple doesn't really want you to share music between accounts - parents don't want to hear their kids music etc. Which seemed strange, but it might be the case sadly   Thanks anyway!

  • How to find number of files in a folder using pl/sql

    please someone guide as to how to find number of files in a folder using pl/sql
    Regards

    The Java option works well.
    -- results table that will contain a file list result
    create global temporary table directory_list
            directory       varchar2(1000),
            filename        varchar2(1000)
    on commit preserve rows
    -- allowing public access to this temp table
    grant select, update, insert, delete on directory_list to public;
    create or replace public synonym directory_list for directory_list;
    -- creating the java proc that does the file listing
    create or replace and compile java source named "ListFiles" as
    import java.io.*;
    import java.sql.*;
    public class ListFiles
            public static void getList(String directory, String filter)
            throws SQLException
                    File path = new File( directory );
                    final String ExpressionFilter =  filter;
                    FilenameFilter fileFilter = new FilenameFilter() {
                            public boolean accept(File dir, String name) {
                                    if(name.equalsIgnoreCase(ExpressionFilter))
                                            return true;
                                    if(name.matches("." + ExpressionFilter))
                                            return true;
                                    return false;
                    String[] list = path.list(fileFilter);
                    String element;
                    for(int i = 0; i < list.length; i++)
                            element = list;
    #sql {
    insert
    into directory_list
    ( directory, filename )
    values
    ( :directory, :element )
    -- creating the PL/SQL wrapper for the java proc
    create or replace procedure ListFiles( cDirectory in varchar2, cFilter in varchar2 )
    as language java
    name 'ListFiles.getList( java.lang.String, java.lang.String )';
    -- punching a hole in the Java VM that allows access to the server's file
    -- systems from inside the Oracle JVM (these also allows executing command
    -- line and external programs)
    -- NOTE: this hole MUST be secured using proper Oracle security (e.g. AUTHID
    -- DEFINER PL/SQL code that is trusted)
    declare
    SCHEMA varchar2(30) := USER;
    begin
    dbms_java.grant_permission(
    SCHEMA,
    'SYS:java.io.FilePermission',
    '<<ALL FILES>>',
    'execute, read, write, delete'
    dbms_java.grant_permission(
    SCHEMA,
    'SYS:java.lang.RuntimePermission',
    'writeFileDescriptor',
    dbms_java.grant_permission(
    SCHEMA,
    'SYS:java.lang.RuntimePermission',
    'readFileDescriptor',
    commit;
    end;
    To use:
    SQL> exec ListFiles('/tmp', '*.log' );
    PL/SQL procedure successfully completed.
    SQL> select * from directory_list;
    DIRECTORY FILENAME
    /tmp X11_newfonts.log
    /tmp ipv6agt.crashlog
    /tmp dtappint.log
    /tmp Core.sd-log
    /tmp core_intg.sd-log
    /tmp da.sd-log
    /tmp dhcpclient.log
    /tmp oracle8.sd-log
    /tmp cc.sd-log
    /tmp oms.log
    /tmp OmniBack.sd-log
    /tmp DPISInstall.sd-log
    12 rows selected.
    SQL>

  • I need to back up my imac running Tiger (no time machine) so that we can upgrade OS. It is set up for multiple accounts.  How do I capture all files in each account using newly purchased USB external hard drive?

    I need to back up my imac running Tiger (no time machine) so that we can upgrade OS. It is set up for multiple accounts.  How do I capture all files in each account using newly purchased USB external hard drive?  Thanks!

    Backup Software Recommendations
    Carbon Copy Cloner
    Data Backup
    Deja Vu
    SuperDuper!
    Synk Pro
    Tri-Backup
    Others may be found at VersionTracker or MacUpdate.
    Visit The XLab FAQs and read the FAQ on backup and restore.  Also read How to Back Up and Restore Your Files.
    Or you can simply use the Restore option of Disk Utility to clone the drive to the backup:
    Clone using Restore Option of Disk Utility
    Open Disk Utility from the Utilities folder.
    Select the destination volume from the left side list.
    Click on the Restore tab in the DU main window.
    Check the box labeled Erase destination.
    Select the destination volume from the left side list and drag it to the Destination entry field.
    Select the source volume from the left side list and drag it to the Source entry field.
    Double-check you got it right, then click on the Restore button.
    Destination means the external backup drive. Source means the internal startup drive.

  • How to create the log file in remote system using log4j.

    Hi,
    How to create the log file in remote system using log4j. please give me a sample code or related links.The below example i used for create the log file in remote system but it return the below exception.Is there any authandication parameter for accessing the remote path? Please help.
    public class Logging
    Logger log=null;
    FileAppender fileapp=null;
    public Logging(String classname)
    try
    log = Logger.getLogger(classname);
    String path=" [\\192.168.0.14\\c$\\LOG\\d9\\May_08_2008_log.txt|file://\\192.168.0.14\\c$\\LOG\\d9\\May_08_2008_log.txt]";
    fileapp = new FileAppender(new PatternLayout("%r [%t] %-5p %c %x - %m%n"),path, true);
    log.addAppender(fileapp);
    log.info("Logger initilized");
    }catch(Exception ex)
    ex.printStackTrace();
    java.io.FileNotFoundException: \\192.168.0.14\c$\LOG\d9\May_08_2008_log.txt (The network path was not found)
    at java.io.FileOutputStream.openAppend(Native Method)
    at java.io.FileOutputStream.<init>(Unknown Source)
    at java.io.FileOutputStream.<init>(Unknown Source)
    at org.apache.log4j.FileAppender.setFile(FileAppender.java:290)
    at org.apache.log4j.FileAppender.<init>(FileAppender.java:109)
    at annwyn.logger.BioCapLogger.<init>(Logging.java:23)
    at sun.applet.AppletPanel.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Please help.
    Thanks in advance.
    Saravanan.K

    Sorry path is missing for the above request.
    path="\\192.168.0.14\c$\LOG\d9\May_08_2008_log.txt ";
    please help.
    Saravanan.K

  • Putting 2 vob files onto 1 DVD -Please help

    I borrowed a handicam that burns to mini DVD, as mine broke. Usually I import files as DV on the mac from my camera and cut them together there.
    With this camera, I have two halves of a recital that I want to put onto 1 DVD. I saved the DOB files from each mini disc ont my Mac and I figured I would just put them both into iDVD or edit with iMovie and burn onto 1 DVD, but I cannot import or use DOB files with them. I also have Final Cut Express, but again - no DOB files. iMovie won't take them.
    I tried converting the files with VLC or MPEG Stream on a PC but the audio and video don't sync.
    All I want to do is put both VOB files on a DVD that will play in a DVD player.
    Please help me! I am extremely frustrated and under a deadline...

    Make your sequences, export out as DV AVI files, bring them into Encore and author as usual.

  • How to put continuos (desired format) of dates in numbers spreadsheet and how to do it? please reply asap i need it..

    how to put continuos (desired format) of dates in numbers spreadsheet and how to do it? please reply asap i need it..

    This is the definition for "continuo" from Apple's dictionary:
    continuo |kənˈtinyəˌwō | (also basso continuo) noun (pl. continuos) (in baroque music) an accompanying part that includes a bass line and harmonies, typically played on a keyboard instrument and with other instruments such as cello or bass viol.
    Presumably you mean something else. Your chances of getting replies that can help you will improve with a clearly stated question.
    SG

Maybe you are looking for

  • After updating Airport software, Macbook will not boot

    I see others have updated with the new Airport software without incident, but not me. I just ran software update to install the Airport update (hoping it would cure the problem I've had -- and other users as well -- with the connection dropping every

  • Manugistics to IDOC scenario

    hello all, We have a scenario where we are working with Manugistics database. Once the sales orders are posted into Manugistics thru XI, Manugistics (transport & planning system) plans the delv and shipping and that information should be available in

  • Business Objects and Demand Planning Book

    Has anyone combined the functionality of Business Objects and Demand Planning into a single view?   The requirement is to provide enhanced analytics (near real-time) within DP.  We are on version 5.0.  Ideally, it will a single view (table and graph

  • IPhoto Import permissions for different users

    Only the system administrator can import from a camera. I have checked all the preferences and system account details, and all permissions would seem to allow. Whether iPhoto or Image Capture, the camera is only recognized when logged on to the syste

  • Does iTunes producer check same things as ePubcheck.jar?

    Do I assume that, if my ePub file is okayed by the  ePubcheck program, that it will be accepted by iTunes Producer? Or does Producer add some additional layers to the ePub check? Thanks.