Making mpegs on a G3

So I have an older G3 that I am running Final Cut Pro 3. I would like to be able to export my movies to mpeg to make dvd's. Unfortunately I cannot load DVD Studio Pro on a G3. When Studio pro is loaded it must add a plug in to Final Cut that will allow Final Cut to make mpegs. Does anyone know what this plug in is called, where it is located, and if I can copy it off of a G4 and install it on a G3?
Thanks once agian for all your help.
Rocky

It has been a while but I think I used the BitVice G3 MPEG2 Encoder which has been discontinued for the G3 (http://www.innobits.se/)
I think I also used Terran Cleaner 5 but it has since been bought by several companies.
Maybe you can google either or find there products on ebay.

Similar Messages

  • Compressor making MPEG/AC3 files of different lenghts when running 8 cores

    Hey guys, first off I am running Compressor 3.0.2 on a MacPro 2.8 GHz 8 core machine. My problem is that my files come out to a different lenght when I use my qmaster cluster to access all 8 cores while encoding mov's to MPEG2 & AC3. The difference between MPEG and AC3's are normally between 3 and 12 frames.
    What I have found is that if I use "My computer" instead of the cluster that files are exactly the same. It makes me think there is an error in the joining of the files at the end. Using my computer right now is an okay solution, but I rather use all 8 processors as it cuts compressing in half.
    Matthew

    hi matthew,
    seems a lot of people are having similar problems with compressor 3.02 (see the thread i started a couple days ago..) for me it's sending uncompressed mov's to compressor that are 23.98 fps. what is the framerate of your movies?
    karl

  • Making MPEG-2 at 23.98 progressive

    Hi,
    I'm trying to encode to MPEG-2 an exported project that originated on 35mm film and edited on a 23.976 timeline. Quicktime and DVD Studio Pro tell me the video is running at 24.00 fps, so I adjusted the Compressor settings to conform the MPEG-2 to 23.98 and, obviously, keep it progressive. I've tried this a number of ways, toggling between different settings on a CUSTOM template in Compressor. But every time the MPEG-2 comes out and I drop it into DVD Studio Pro the program thinks it's running at 29.97. As a result I get horrible jittery motion. What can I do? How can I get Compressor to actually encode to a 23.98 progressive file???
    -JD

    Not jittery on the m2v file played on the computer -- but horrible interlaced lines are incredibly apparent. That's been true of anything I've exported out of the AVID, but I know it shouldn't be a problem when encoded and played back progressively. Assuming everything has been progressive from start to finish, I never thought "interlacing" would be an issue in playback.
    The DVD player I own is a fairly new (purchased less than 6 months ago) progressive scan player -- plays Hollywood movies just fine.
    -JD

  • Making MPEG 4 files from FCPX 10.1

    I miss the quicktime conversion option in FCP 10.1 that I had on my FCP6 to create MPEG 4 files. It seems that I have to either route my finished .mov through Compressor or Aimersoft, or other like programs. Is that correct? If so, any recommendations on free apps to do the same conversion?

    RicardoMontalbon wrote:
    …  If so, any recommendations on free apps to do the same conversion?
    goo' ol' Mpeg Streamclip
    open your h264-export from FCPX with it
    go straight to 'Save as'
    select from drop-down 'mp4'
    => this will just re-wrap the file - done in seconds!

  • Making a 16:9 Mpeg.

    Hi,
    I'm exporting a 16:9 movie to compressor but my mpegs are coming out in 4:3.
    Can anyone tell me how to make them into 16:9?
    Thanks very much.
    Simon.

    Are you making MPEGs for DVD or web? In the first case under the Encoder/Video tab set aspect ratio to 16:9 (and make track 16:9 Letterbox) in DVD SP, in the later adjust under the Geometry tab

  • Analogue Capture

    I am switching from PC to a Mac Mini, I will mainly be video editing with iMovie. Does anyone know if the Belkin USB2 High Speed DVD creator can be used with the Mac Mini to capture Analogue movies from a Hi-8 tape?
    Many thanks in advance

    Never heard of it, though if it turns something into MPEG-2 (DVD format) you wind up with a file you still cannot use in iMovie anyway.
    Normal protocol, connect output of analog source to A/V inputs on a DV camera, set that to do A/D conversion, and output via Firewire to the mac/iMovie. Or just record it to a new DV tape and then capture later.
    Also the specs seems to say it is a Windows comaptible device anyway. It is like a WIndows version of the LaCie Fastcoder which is for mac/firewire and which also would be the wrong tool, e.g. making MPEG-2.

  • Whether installing 64bit OS is better than 32bit in a 64 bit PC?

    Hallo friends,
    Now a days 64bit PCs are more common. But I think Operating systems and programs have not attained  capacity to fully exploit the power of 64bit machines. (Of course Linux is better than MS counterparts in 64bit zone). If it is sensible to stick with 32bit for better experience in terms of stability and performance? What are the pros and cons of both methods? How we can attain maximum from 64bit PC?   Since every one with a 64bit PC have tried both architectures, feed back opinions and suggestions in the above thread is anticipated from everyone.
    Thanks to all
    mvdvarrier

    I've made some tests with current Arch i686 and x86_64 on a old AMD Turion 64ML-30
    MD5 Bruteforce attack:
    i686: 43,5s
    x86_64: 31,2s
    import md5
    import sys
    haslo = 'kogut'
    hasz_hasla = md5.new(haslo).hexdigest()
    def make_word(m, base_string=False):
    znaki = 'qwertyuiopasdfghjklzxcvbnm'
    for i in znaki:
    if base_string:
    string = base_string + i
    else:
    string = i
    if md5.new(string).hexdigest() == m:
    print 'Podane Haslo to: ' + string
    sys.exit()
    elif len(string) < 5:
    make_word(m=m, base_string=string)
    make_word(hasz_hasla)
    Untar Gentoo stage3 to /dev/null:
    i686: 48,3s
    x86_64: 42,3s
    Make a thumb out of 3,1MB jpeg file with convert:
    i686: 1,62s
    x86_64: 1,28s
    Make avi from Big Buck Bunny with ffmpeg:
    (ffmpeg -i big_buck_bunny_480p_stereo.ogg a.avi) making mpeg didn't work on i686 - segmentation fault
    i686: 276s
    x86_64: 295s
    Make mpeg from Big Buck Bunny with mencoder:
    (mencoder big_buck_bunny_480p_stereo.ogg -oac lavc -ovc lavc -o a.mpeg)
    i686: 263s
    x86_64: 251s
    Last edited by Riklaunim (2008-10-18 21:04:28)

  • Best compression

    I am working on a FCP4.5 project in which I have included chapter markers that DO NOT export when I use MPEG2 compression. This issue has been addressed before on this site and I was advised to export as DVPAL (I am working with PAL). I did so but the quality of the "huge" .mov file that I got seems really poor to my eyes as compared to what I got with MPEG2.
    My questions :
    1) do I dream ? is there a difference in quality using these two formats ? Settings for DV were "optimal, DVPal"
    2) will I loose again my chapters if I go now from my .mov to MPEG2 via QTPro ?
    3) am I doing the wrong thing ?
    4) I do not understand why I get the chapters in some cases (I thought the problem was solved after discussing the issue on this forum) and why not in others....
    I think that I am doing the same thing all over..but sometimes I get the chapters imported correctly in DVDPro sometimes not...I am getting somewhat nervous with that problem....and would like to find a way to get out of it...
    5) could someone kindly tell me what is the best export-compression settings to use to get nice results (I eventually want to make a DVD for TV)and not loose my chapter markers.
    I could not find any help in the FCP manual regarding comparative quality of compression/export .
    Many thanks in advance
    Bernard

    When I make up a DVD using DVD SP-3 I export from FCP HD using "Quicktime Movie" and select "Current Setings."
    Footage is usually originated on DigiBeta but I edit in the DV codec.
    Checking the option ""DVD Studio Pro Markers" in the Markers box transfers the Marker info, (assuming the markers have been set up as Chapter Markers on the FCP timeline and not just markers.
    Every time the markers don't go across to DVD SP-3 I find that it's finger trouble on my part and I didn't set up the original Marker as a "Chapter" Marker.
    I make a QT movie, (self contained for convenience but I guess you could make a reference movie,) and then I drag that to the assets box in DVD SP-3.
    So far the quality has been great and the markers always translate. When I build the DVD I sometimes have to shift a chapter marker occasionally if it doesn't fit the GOP structure of the DVD but this can be done on the DVD SP-3 timeline.
    If memory serves, (and this was a problem I had when making MPEG-1's with Compressor,) the sync issue could be resolved by first making a QT movie, (or reference movie,) from FCP and then dragging that into Compressor. Exporting directly into Compressor from FCP always gave me audio sync issues. Perhaps the same is true with other compression types...?
    Hope this helps.
    LEE

  • MPEG1 Muxed file conversion

    Hello!
    Can anybody recomend what I should be converting MPEG1 Muxed files (from a Sony DSC-W30 camera) to to use with imovie? I have been making MPEG-4 on Streamclip and it seems to work well. Just wondering if there is something quicker/better/faster I should be using/doing? Thanks in advance for any help!!

    OK, I bucked up and purchased MPEG-2 Component. Now I get this message when I try to drag the MP4 file into my iMovie 6:
    While I consider the MPEG-2 Playback component a good investment for a number of reasons, they have nothing to do with the playback or import of MP4 content. The MP4 file container is associated with MPEG4/AAC and H.264/AAC files -- neither of which require the MPEG-2 component which is for use with MPEG-2 (MPEG, M2V, VOB, etc.) compressed files.
    "The file could not be imported: The file can't be imported; QT couldn't parse it: -2048"... What does this mean?
    Error code -2048 (NoMovieFound) is normally associated with a corrupted file or improperly terminated file. For instance, prematurely closing a file while it is being written (i.e., power outage, "brown out", forced closing of the application, etc.) may prevent the writing of a valid end to the file. In addition, some applications (like Windows) write "open-ended" files which QT applications consider invalid. (Files indiscriminately downloaded from the Internet frequently have this problem.) In any case, without a valid termination or known "end of the data" a movie file will not be recognized valid and usually return a -2048 error or some sort of "Not a Movie" message.

  • What are best Mpeg encoder settings for making DVDs?

    In switching from PP1.5 to CS3 the procedure is different for making DVDs and we have to encode mpeg files that later get picked up by Encore DVD build proces. What are the best mpeg encode settings for making the DVDs?
    Thanks,
    Chuck Taylor

    Question:
    If you are doing a video that is small enough that you are not worried about size, what is the absolute best quality encoder settings? Would a Continous Bitrate result in a higher quality file generally? VBR is for trying to make a smaller file I assume.
    I'm frustrated with even white letters on black titles that have some flicker. I just don't seem to get the smooth quality I desire.
    Should I look at a different encoder?
    If you output PP3 to an AVI and then import it into encore, isn't there a reduction of Q. due to the save to the AVI file?
    thanks.

  • Making an iMovie project into a MPEG

    Hi there, I'm very new to the iMovie+iDVD thing, but basically I would like to make an iMovie project an actual Movie (MPEG).
    Any help is very much appreciated.
    Cheers, Ricky.
    http://rickyprograms.blogspot.com

    I want to get my movie onto a CD at the highest quality.
    When I select to share at "full quality," it's 780 MB, which is too big for my 700 MB CD.
    What's the next best option that would play on most computers?
    Or can I override the default for full quality and have it compressed slightly more?
    Thanks.

  • Please help-Trying to compress to Mpeg-2 for Convention, also resizing issues

    Hello,
    I just recently finished making an AMV in Adobe Premiere 5.5, and I am having trouble trying to figure out how to compress it into an Mpeg-2 source for a competition/convention.
    I also have these massive black borders on the side of my video that I know is probably due to improper resizing on my part, and although I have tried to remedy this with a new avisynth script of the exported uncompressed AVI (before compressing to MPEG-2), whenever I try to run the avisynth script in either VirtualDubMod or TMPGEnc (the converting program recommended by: http://www.animemusicvideos.org/guides/mpegforcons/) it crashes, although the original video does work.
    This is the avisynth script I have created for the post-video:
    FFVideoSource("C:\Users\Freeman\Desktop\Fight the Power.avi")
    FFCopyrightInfringement("C:\Users\Freeman\Desktop\Fight the Power.avi")
    AssumeFPS("23.976")
    SSRC(48000)
    LanczosResize(720,352)
    AddBorders(0,64,0,64)
    per the recommendations from the guide listed below
    I do not know if the resizing I have set up in the new avisynth script will fix my resizing issues, and I would like to improve that as much as possible, so if someone could clarify for me, that would be greatly appreciated.
    You may also notice some audio issues throughout the video, however on further playback this never appears to happen in the same place. I believe this is caused by poor audio quality, and I have a friend of mine working on setting up a lossless source that I will try to recompress with the video before friday, however if someone else might know what is causing this, any advice would be greatly appreciated.
    Here is the current MPEG-2 I have, however for obvious reasons, I do not consider it acceptable as of yet:
    http://www.megaupload.com/?d=IIKYWRXF
    The original export from Premiere is Microsoft AVI Uncompressed, and then attempted to convert to MPEG-2 (I tried multiple settings, they all have the same sizing issues), and as I said before, no matter what I try to do with the avisynth script, it crashes.
    I have even tried taking out every line from the new avisynth script except for the first two detailing the location of the video and audio, however this does nothing, it still crashes.
    I had to convert all my original source avisynth scripts to AVI files (that are massive, as I am editing from 52 episodes of Fullmetal Alchemist: Brotherhood), and so editing the original scripts is impossible at this point, because to my knowledge, that would mean I would have to reconvert them all to AVI, which took over 16 hours, and then that would probably make me have to re-edit this entire video (which if you look at it, based on length and how much work I've put into it: is impossible, especially given the time constraints).
    So anything that I can do to fix this will have to be done to the export from Premiere, unless there is a way to work with the AVI's that I made from the avisynth scripts.
    The source is primarily 16:9 DVD (Fullmetal Alchemist) and very few parts from a 4:3 DVD (Naruto). (You can recognize these parts in the video, it is whenever someone is rowing in a boat during the lyrics "Row Row")
    The avisynth script for all the fullmetal alchemist DVD's is as follows:
    mpeg2source("F:\DVD RIPS\Music Video Rips\Brotherhood\Disc 1 (1-7)\MainMovie\FMA_BROTHERHOOD_P1_D1\FMAB 1-7.d2v", cpu=4)
    ConvertToYV12()
    Spline36Resize(848,480)
    #TTempSmooth()
    FastLineDarkenMod()
    LSFmod(strength=120)
    LUTDeRainbow()
    And the avisynth script for the one Naruto DVD is as follows:
    mpeg2source("F:\DVD RIPS\Music Video Rips\Random\Row Row\MainMovie\ROW ROW\VTS_01_1.d2v")
    TFM()
    TDecimate()
    Spline36Resize(848,636)
    Crop(0,78, 0,-78)
    These recommendations came from what I could figure out from:
    http://www.animemusicvideos.org/guides/avtech31/
    If anyone is curious, the song is "Libera me from Hell", and it is 44100 from what I could tell when I ran it in WINAMP (I converted it from mp3 to wav through WINAMP, if there is a better way that I am unaware of, please let me know).
    I know this is extremely long, and thank you anyone who has taken their time to look through it, it is greatly appreciated.
    The deadline for this is friday (5/20/11), so I need help with this ASAP and thanks,
    Dexter

    Dexter,
    Those "black borders," if they are visible in the Program Monitor, are most likely due to a mis-match between the Source Files and the Sequence Preset.
    If they are only showing up upon Export, then there is likely a mis-match between your Sequence and your Export, and could be either with the Aspect Ratio, or if using non-square pixels, the PAR (Pixel Aspect Ratio).
    I'll defer any commens on AVISynth to the experts here.
    Good luck,
    Hunt

  • What format do I use for to edit with footage from Isight camera (Mpeg-4)

    I've been having trouble with the rendering of clips in the timeline. I'm using 3 video tracks and all of them were recorded on my Isight camera, making all of them mpeg 4 files so when I first imported them, every time I changed one little thing on the timeline, it all had to be rendered again but it took forever. So I went to easy setup and changed the format a few times to see if any would work since I haven't had this problem before but this is the first time I'm using clips from my isight camera. Does anyone know what format to use or do I need to convert the files?
    Any help or suggestions would be greatly appreciated!

    You need to convert the media into a format that's natively editable in FCE. You can use MPEG Streamclip to do that.

  • Image quality issues - Sony Handycam (MPEG) to iMovie / iDVD

    I have read through dozens of posts but the recommendations vary widely and am hoping I can get some guidance specific to my situation. The image quality I am getting from home movies I edit in iMovie11 and burn to DVD in iDVD are far inferior to the original material.
    I have a Sony DCR-TRV17. This camera is a little over 10 years old. It is a miniDV with 500 lines resolution, 680K gross pixels and uses MPEG. While not HD, the image quality is exceptional. The DVDs I used to create using my Sony Viao likewise looked fantastic. But the results I get from iMovie and iDVD are on par with VHS -- very poor, especially in low-light.
    I hope the issue is just the settings when I import, edit (iMovie) and share to iDVD. I generally use the default settings, and often alternate settings don't seem to be selectable. It also sounds from other posts like iMovie sacrifices quality for reduced file size and increased simplicity? I would appreciate help with the following:
    1) Please list the settings I should be adjusting from default when I  a) import, b) edit in iMovie11 and c) share to iDVD and burn -- and the recommended settings for each
    2) Is there a process I should be trying? Should I be creating test DVDs using different settings at each stage and then reviewing various setting combinations to find the best one?
    3) I will most probably buy an HD camcorder very soon, and plan to burn to Blue Rays. I have no problem with going ahead and buying Final Cut and an external drive to burn Blue Rays. Should I just go ahead and do it and get away from iMovie / iDVD entirely. Will Final Cut solve this issue for my old miniDVs without a whole lot of hair pulling? Or will I still have to tinker with a bunch of settings or convoluted processes to get it "right." I never had to tinker with settings on my Viao. Really expected Mac software to be more user friendly…
    Thanks very much for any help or advice!

    On Import you could try unchecking Optimize video and choose Full Size. Your disk space however will get eaten up incredibly quickly choosing these settings as each hour of video = 40GBytes of disk space. So be forewarned about how big those files will expand as they come off the MiniDV tapes.
    Another thing you will immediately see a difference in is how you move files from iMovie to iDVD. Share to iDVD while named in an intuitive way, is NOT the best way to get good quality DVDs out of iMovie. Instead you want to Share to Media Browser. Choose the Large Size setting. Then quit iMovie. Open iDVD, click the Media button, the Movies button. Find your project listed under the iMovie star icon and drag it into the iDVD project. Burn the Disc and see if you get a higher quality disk by Sharing to Media Browser instead of Share to iDVD.
    If you choose a Blu-Ray burner, also get a copy of Roxio Toast. The encoding to Blu-ray that Toast provides will be top notch and prevent you from making mistakes as the recordable Blu-ray disks are more expensive than DVDs. So every mistake will be expensive.

  • NTSC to PAL as .MPEG in Compressor 3.0.5

    We're using FCP 6.0.6 with Compressor 3.0.5.  We are to begin making PAL versions of our show with the following specifications:
    Format:  Mpeg-2
    Stream Type:  Program Stream Main Profile @ Main Level
    Video Bit Rate:  CBR 8 Mbps
    Image Size:  720 x 576
    Video Standard:  PAL
    Frame Rate:  25 fps
    Frame Type:  Interlaced
    Field Dominance:  Top Field First
    Chroma Format:  4:2:0
    GOP Structure:  Closed GOP; sequence headers on every GOP
    GOP Formate:  IBBP
    GOP Length:  15 Frames
    Audio Mode:  2 channel stereo
    Audio Type:  MPEG Layer II
    Audio Bit rate:  192 Kbps
    Frequency:  48 khz
    Audio Level:  Cant' peak above -10dfs  Aim between -18 and -10
    The file we are converting is a 720 x 480 DV/DVC Pro NTSC .mov file.  I can adjust all my settings in Compressor so as to meet these specifications, but it comes out with an image size of 720 x 540 and I can not understand why.  I can get it to 720 x 576 if I change the format to an .mov, but it absolutely has to have an .mpeg extension.  Our file is to be uploaded on an ftp site.
    Any assistance would be much appreciated!

    Are you viewing this in Quicktime Player? If so, you might want to have a look at this: http://support.apple.com/kb/TA23436

Maybe you are looking for

  • How to resolve "Unable to Generate Thumbnail"  error when inserting google calendar as HTML object.

    Using Mac OSX 10.9, Muse 2014.2. Message shows up in Design or preview modes.   I do see the calendar when I view site in browser.  Unfortunately I can't manipulate it at all since all I see is an error message in Design mode. Thanks

  • GR / GI From PI Sheet

    Hi, I have configured the PI Sheet, 1. Now when i create the Process order i am generating the Control recipe, Later release the Control Reciept and able to see the same in the PI Sheet. 2. I have the belwow 2 Process instruction category ZCONS_I    

  • Common Expenses Allocation Ratiowise

    Dear All, Our clients wants to distribute common expenses (Eg security charges) in the ratio decided by users from one profit center to other profitcenter. Initially expenses will be booked under main profit center & then they wants to allocate at mo

  • Java 6 and 11.5.10

    I was a bit concerned when I read on Steven Chan's blog that (https://blogs.oracle.com/stevenChan/entry/java_jre_1_7_02) : EBS users will continue to receive critical bug fixes and security fixes as well as general maintenance for Java SE 6. These Ja

  • How to implement an online recorder?

    Hello everyone, We would like to offer our site users an online recording tool. This means, any user who registers on our forum will be able to record an audio file and automatically store it in their account. Which Adobe products do we need for this