I need to know how best to import .mod files into elements 7

I need to know how best to import .mod files into elements 7

lornamarieslade
Are you working with .mod standard or widescreen?
If .mod standard, less problematic. The file just might import without issue. Worst case would probably be changing the file extension from .mod to .mpg just prior to import.
Now .mod widescreen is another story that revolves around maintaining the 16:9 flag that scretches the video for display after encoding. Some have said that the 16:9 flag is lost in the transfer to computer; some say certain editors such as Premiere Elements just cannot read/recognize the flag. Whatever the case this is what you should consider in your Premiere Elements 7 Windows.
a. If you need to rename the file extension from .mod to .mpg, do so prior to import.
b. Import the .mod or .mpg counterpart into your Premiere Elements 7 project using the project preset NTSC or PAL DV Widescreen (NTSC or PAL depends on your location of interest). You will probably see that the video does not fill the space in the Edit Mode Monitor (you will probably see standard 4:3 looking image rather than widescreen 16:9 looking image).
c. Right click the file in the Project media area, select Interpret Footage, and, in the Interpret Footage Dialog/Pixel Aspect Ratio section, dot the Conform To: and change the setting to
D1/DV NTSC Widescreen 16:9 (1.2)
or
D1/DV PAL Widescreen 16:9 (1.422)
depending on your location of interest.
A while back there used to be a program called SD Copy that did the job of file name change and adding the 16:9 flag prior to import of the .mod widescreen into Premiere Elements. But, I have lost track of the SD Copy and suspect that is it no longer available. I have dealt with this issue many times at a forum that I formerly frequent. Most have reported back that this workaround worked for them. It is worth a try. I am looking forward to your results.
If you do opt to upgrade to Premiere Elements 11 Windows (please go tryout before purchase), I am eager to learn how your .mod widescreen is handled by version 11 in your computer environment.
Thanks.
ATR
Add On...I just came across this download for SDCopy. It does not give the appearance of the original the link to which is broken. I have not downloaded and used the following since I do not have any .mod widescreen. So, no guarantees. Please let us know the outcome if you try it if Interpret Footage does not work for you.
http://paulmcgrath.net/download.php?view.8

Similar Messages

  • HT4489 please i need to know how can i import my contacts from the pc saved as vcard i tried to import but it gives me an error

    please i need to know how can i import my contacts from the pc saved as vcard? i tried to import a vcard contact but it gives me an error

    Time Machine is a back up you have to set up to back up before there is a problem like a hard drive failure.
    It is possible to recover files from a failed drive, but it is an expensive proposition.
    There is a faint hope that an app like Disk Warrior or TechTool Pro might repair the drive. You could try making an appointment at an Apple store and ask a technician there to take a look... the diagnosis will not cost you.
    http://www.apple.com/retail/geniusbar/

  • 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 shot video on a Panasonic P2 and I'm trying to import the MXF files to Final Cut Pro but when I try to import, the only thing that imports is a blurry image of each clip. There's no audio and no video...how can I import MXF files into Final Cut Pro?

    I shot video on a Panasonic P2 and I'm trying to import the MXF files to Final Cut Pro but when I try to import, the only thing that imports is a blurry image of each clip. There's no audio and no video...how can I import MXF files into Final Cut Pro?

    at the end, you say "import preferences", which program are you describing?
    So im safer using footage that is remotely being pulled from iphoto...
    vs
    using footage that is imported into FCP from imovie?
    Is there anything i can do in fcp to make this footage more reliable or safer or more stable as i pull remotely from iphoto?
    All the footage, and all the libraries to all programs, or on a new pegasus 12tb raid 5 setup fyi.

  • How can I import vob files into imovie 09?

    how can I import vob files into imovie 09? i have some home movies on dvd that i want to edit.

    You might want to look at this one too.  Very easy to use and it doesn't require the Apple MPEG-2 playback component.
    http://www.dvdxdv.com/NewFolderLookSite/Products/DVDxDV.overview.htm

  • How can i import mpeg files into iMovie?

    how can i import mpeg files into iMovie?

    Where are your MPEG stored?
    I have hundreds of old MPEGs stored in my nexternal drive, but unfortunatly i was not able import them into iMovie. I did the following trick: I created a new set of a folder and subfolder and called it "Virtual_CAM/DCIM" and saved it on my desktop. Then went to Disk Utilities>File Menue>New>Disk Image from Folder. Then selected the folder on my desktop and clicked enter. I moved the .dmg file to my external (or just keep it on your desktop). I clicked on the .dmg file. It shoud be visible on the Finder. Open your Imovie and import as you do from your camera.

  • HT3775 How do I import .mov files into iPhoto, iMovie, iTunes?

    How do I import .mov files into iPhoto, iMovie, iTunes?

    This is just a hunch - are they AVCHD? What type of camera/camcorder are they from?
    http://support.apple.com/kb/HT5409?viewlocale=en_US&locale=en_US
    There are many more hits if you do a search in the forums on those.
    If they are not, then post back with camera info including what it says in the specs about the file forumat it shoots video in.

  • How do I import Edge files into my Wordpress site

    New to edge.  Need to know how to incorporate the finished edge file into my WordPress site.  Specifically I want to create an animated banner.

    Couple of options you can try.
    Wordpress plugin - WordPress › Edge Suite « WordPress Plugins
    Manual method - http://threecell.com/blog/seo/adding-edge-animate-to-your-wordpress-site/
    Darrell

  • How can I import a file into my Windows Phone 8.1RT App?

    Hi All,
    I'm running into a bit of an issue associating my app with a custom file type.  Users create a file using my app and upload it to their OneDrive for sharing.  So I then want to give the users the ability to download the file from a share link and
    have that file open automatically in my app.  I've got the appropriate declarations set and file type associations, but I'm getting a file access exception when I try to open the file.  Whats the best way to import a file into my app?  Here's
    the code I've got so far:
    protected override async void OnFileActivated(FileActivatedEventArgs args)
    var path = args.Files[0].Path;
    var name = args.Files[0].Name;
    StorageFile newFile = await StorageFile.GetFileFromPathAsync(path);
    await newFile.CopyAsync(ApplicationData.Current.LocalFolder, name.Substring(0, name.Length - 4));
    The path comes back as
    C:\Data\Users\DefApps\APPDATA\Local\Packages\microsoft.microsoftskydrive_8weke\LocalState\OpenWithTempFolder\e68c261-db3b-472d-a8b7-93427450\File Name.extension
    and the exception is
    Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
    Clearly I'm trying to access the file in an inappropriate way, so what's the best way to get the file into my app's local storage?

    You have the StorageFile in arg.Files[0] already. Just use that rather than getting its path and then trying to create a new StorageFile from it.
    var path = args.Files[0].Path; // <= Path is unnecessary and unhelpful
    var name = args.Files[0].Name;
    await args.Files[0].CopyAsync(ApplicationData.Current.LocalFolder, name.Substring(0, name.Length - 4));
    See my blog entry Skip the path: stick to the StorageFile for more details.

  • Automator-How to batch import txt files into excel

    Hi
    I have been using Automator to import hundreds of text files into one excel workbook using the "Import Text files to Excel Workbook" action. Automator works great for all files that are tab delimited. However I have another set of data that are output with a varying amount of spaces between each column. I cannot change the way they are output. Automator gives me the option of choosing "space" as a delimiter, but it wont give me the option to "Treat consecutive delimiters as one" that Import within excel does. I also tried to record my actions within excel many times but it didn't work even with just one file. So what I need is a way to get these text files into one excel workbook as separate worksheets with the data separated correctly into columns.
    Any help would be great!

    I'm confused by the "I cannot change the way they are output" line: What's stopping you from reimporting them into excel and resaving them as tab delimited?  Converting from fixed-format to tab-delimited is always a bit of a pain (it involves chunking each line to the correct sized bits and then stripping whitespace from the end - doable in applescript and shell scripting, but a headache to get right); no sense remaking the wheel if you can get Excel to do it for you.

  • IPhoto:  How can I import pdf files into iPhoto?

    It seemed to work before but I can no longer import pdf files into iPhoto.  What heppened and how can fix it?  Many thanks in advance ... Abe

    Have you tried opening the PDF in Preview and printing using the PDF option selecting save PDF to iPhoto?
    LN

  • How can I import .mts files into Final Cut Studio from my Sony High Def Camcorder

    How can I import .mts files from my Sony High Def camcorder into Final Cut Studio?

    Also see: https://discussions.apple.com/community/professional_applications/search.jspa?pe opleEnabled=true&userID=&containerType=&container=&spotlight=true&q=.mts

  • How can I import VLC files into quicktime?

    I'd like to be able to import some files into Quicktime from VLC. Thanks. David

    MPEG Streamclip and the MPEG-2 Playback Component should work to demultiplex and convert VOB files. The Help menu in MPEG Streamclip should have complete instructions. You could also look into DVDxDV or Cinematize.

  • How best to import .mod/.moi video files easily into FCP?

    We are struggling to import video off a SD card into either iMovie or Final Cut Pro.  How do we this easily? 

    .mod is a MPEG Program Stream container for standard def MPEG2 video files.
    .moi is a management system for playing back those files and does not contain any video.
    More: http://en.wikipedia.org/wiki/MOD_and_TOD_(video_format)
    You can probably convert the .mod files to an editable format like ProRes LT with MPEG Streamclip Even if that software cannot process these particular files, it is a very useful tool to have around for lots of other reasons. It is also free so you have nothing to lose.
    MPEG Streamclip tutorials: Convert Video For Use In Final Cut Pro, pt. 1 Convert Video For Use In Final Cut Pro, pt. 2 In this case, part 2 is the article which will be of most use to you.

  • How can I import eex files into Applications EUL from the unix command line

    How can I import *.eex and *.dis files into an Applications EUL from the unix command line?
    Thanks

    Hi
    The simple answer is you either have to use the client tool DIS51ADM to import files using the command line (Discoverer Admin is a windows only client tool), or the Java command line which needs a browser.
    In theory if you have a browser running on your Unix box you may be able to use the Java command line to make this work.
    Best wishes
    Michael

Maybe you are looking for

  • Error while trying to open exported PDF file from Datagridview??

    Hi everyone ,    I want to export datagridview to PDF file,After generating the pdf I'm not able to open that file..when i try to open it shows file corrupted error message and also not getting "Pdf Generation successfully " Message. Here is my code

  • PLEASE READ MY STORY AND HELP ME!

    So here's my story: A few months after I got my iPhone 3G I noticed that it had developed the infamous plastic crack. I contacted the Apple store and they assured me that it would get replaced because it was a known defect. I live about an hour and a

  • Waiting on the Blu Ray

    We hooked up our Blu Ray player and did the necessary updates.  Now for the most part it works amazing and we are happy with it, however there are times where when we press "return" after watching the dvd, or youtube, or even netflix that it will jus

  • GZip error in Solaris 9

    I have wrote a program using GZIP to compress data, it work well in Solaris 2.6 with any any version of JDK. But recently we plan to migrate the OS to Solaris 9, and I found the program nolonger work now, it throws out a java.io.Exception : not a GZI

  • When will 10.5.2 be available in a box?

    I want to upgrade from 10.4.11 to 10.5.2, but I do not want to make the 10.5.1 interim stopover. When will I be able to buy 10.5.2 in a box?