Preserving original interlacing while compressing to MPEG-2 video?

One of our partner companies seems to have trouble creating interlaced MPEG-2 .m2v files using Compressor -- it always comes out progressive, no matter what options are used. Perhaps a bit of (boring) background to understand the situation:
We are a non-profit and currently negotiating with a third party to receive many hundreds of their videos for a streamable version of their video archive we're building. The originals are losslessly compressed and for some reason interlaced -- they were probably taken from Beta SP tape that way.
Our archival system would like to take MPEG-2 as "high-quality" (comparatively) input and then renders to many formats (H.264 etc.) in many containers for streaming. We do deinterlacing on those input files, if they come interlaced.
We would like to preserve this MPEG-2 file for future compression runs in future streaming formats that don't exist yet, so we think it makes sense to stay as close as possibe to the losslessly compressed original format that the third party gave us.
Can Compressor preserve the interlacing that was in the lossless source file or is this pointless? Does Compressor need to deinterlace the material anyway in order to be able to compress?
If there is no way to preserve the original interlacing and if a deinterlacing pass is part of the compression process anyway, then we'll ask for progressive material from Compressor, otherwise it would be nice to stay close to the source.
Any opinion or information is much appreciated

Thanks a lot for your response. Yes, it's 25 fps PAL video, I have one version in Apple Lossless and one in DV. So far I have tried the DV version, because I'm certain that one is interlaced. More tests with lossless follow today.
But as I understand it, most codecs today are block-based and thus would need a non-interlaced full picture to work at all? It doesn't make sense to look for blocks in material that comes in cut up bits and pieces, one half-picture per frame? So from that perspective, it would make sense for Compressor to deinterlace the source material before encoding it anyway, whether we tell it to or not.
Thanks for confirming that MPEG-2 output can be interlaced with Compressor, that's one less thing to worry about. What I'm left wondering is whether it is even mathematically possible to preserve the original interlacing through to the output MPEG-2
I'm doubting this more and more.
Probably using decent-quality deinterlacing in Compressor and making the resulting MPEG-2 progressive would do more to preserve the quality of the source material.

Similar Messages

  • 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

  • Java call rfc check in original:error while checking in and storing.

    hi,experts.
    java call rfc check in original:error while checking in and storing. BAPI in the RFC is "BAPI_DOCUMENT_CJANGE2",
    the RFC was fine in SE37 and calling by Visual Basic. and in java,when mConnection.setAbapDebug(true), and  runing by step and step, was fine too.
    if mConnection.setAbapDebug(false) in JAVA, up error in title was displayed.
    what cause this error?
    Best Regards.

    Hi Priya
    Please use Su53 after getting the error and find any authorization is missing for the user..
    S_GUI Full Authorization is required..
    Since by giving BASIS Authorization its rectificed, then it shud be mostly due to Auth issues only
    Regards
    Aby

  • Problem while compressing a PDF

    Hi,
    I am facing a problem while compressing a PDF. The requirement is to merge lot of PDF into one. But when we merge the file the size of the PDF becomes huge. It can not be sent as an attachment in an email. We also don't want to ZIP the file. Any help is welcome.
    Thanks,

    Thanks a lot Satyajit,
    I have already gone through the post. I can not change the existing forms. I can compress one form to the least I can but when I merge 500 of such forms then the size becomes huge. I need to compress the "merged" big file, not the single form. My individual forms are already very small in size.
    Regards

  • Error while compression of infocube

    Hello,
    I am facing following error while compression of inventory cube
    ORA-04098: trigger 'SAPPW1./BI0/0500014656' is invalid and failed re-validation
    Request have been loaded in the ranges of posting date and those request are not getting compressed.Can you help?

    Please check the following SAP note . It might help you..
    Note 385660 - Condenser: DBMAN 100; ORA-4098
    https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=385660

  • How do I fix this error: DF024: Unable to preserve original file at ... Error 32 The process cannot access the file because it is being used by another process.(Seq 1352).  ?

    I am installing creative the cloud Illustrator desktop app on a machine with windows 7 64 bit running in a domain environment.  The download starts and takes about runs for a bout 10 minutes and then stops with the error: DF024: Unable to preserve original file at "C:\Program Files\Adobe\Adobe Illustrator CC 2014\Support Files\Contents\Windows\AdobeLinguistic.dll" Error 32 The process cannot access the file because it is being used by another process.(Seq 1352)
    I am logged in as a network administrator and there are no other apps except a web browser (Chrome) running.  There are no other users logged into the machine.
    How can I see what other process is using the needed file so that I can fix it?
    Thanks

    MelissaB34 it looks like you already are reviewing your installation log files but you can find more information at Troubleshoot install issues with log files | CC - http://helpx.adobe.com/creative-cloud/kb/troubleshoot-install-logs-cc.html.  From the error you have posted it appears that your current User account is either unable to update C:\Program Files\Adobe\Adobe Illustrator CC 2014\Support Files\Contents\Windows\AdobeLinguistic.dll or does not have sufficient file permissions to do so.  Since you mentioned you are on a domain please ensure that you are working with your I.T. department and have correct access to this directory.
    You may want to also consider logging in under a local administrator account to see if you face the same difficulties.  This would help you determine if you are facing a file corruption issue or file permission issue.

  • Save As option to preserve original filename

    I know that this option exists when batch renaming in Bridge, but I am wondering about the ability to do this from Photoshop.
    It would be nice to be able to preserve the RAW filename to a file when saving from Photoshop.
    We do a lot of photography for artists, for cataloging purposes. Often, we rename photographs with the title of the piece of artwork, since that is the easiest way for artists to refer to the images. However, if for some reason we need to go back to the RAW file to adjust exposure or color, it is difficult to locate it because we can't retrieve the camera assigned filename unless we do numerous search by date modified/folder name/etc. queries. If there was an option in Photoshop's Save As dialogue to preserve original file name, it would be much easier to just look at the photograph's metadata and know which RAW file it came from.

    Correct. When you Batch rename in Bridge, there is an option to 
    "Preserve Original Filename," it comes in really handy as far as being 
    able to trace images back to the RAW format, when files are named by 
    the camera with a number rather than with some sort of descriptive 
    element like BlueChair.psd. When clients call to request an image, 
    they are much more likely to ask for the "picture of Blue Chair" than 
    "_DSC7834."
    I am not really familiar with scripting, but I imagine what you're 
    thinking would add a few steps to the saving process, which would be 
    difficult (but not impossible) to implement company-wide. I could also 
    be way off-mark in that assumption.
    Thanks for the tip, though.

  • Audio missing while exporting  an MPEG 2 with Compressor

    Hello There
    I exported a sequence from a video project in Final Cut Pro, using Compressor. While exporting an MPEG 2, I get no audio on the video file. What do I need to do so the Audio is embedded with in the MPEG 2 file?
    Thanks!

    If you want to make a DVD-Video, then you'll need to import both files into DVD-SP for authoring.
    If you want to make an MPEG-2 Program Stream or MPEG-2 Transport Stream, choose the appropriate DVD preset for your program length, duplicate the preset then alter the preset copy to make it produce a muxed (multiplexed) file.
    -DH

  • I try to load data in a infocube while compression are running

    SDN Experts
    i try to laod data while compression are running. it is a full load, but i stoped my data load job right away in 20 minutes from sm37 when i see that it could cause problem. i like to know what can i possible able do know? and what are the conciquenses?

    i changed the request status to red in the infocube. if i try to delete the request i think it will effect the compression job that is running right know. should i wait to see if the compression job is successful before i delete the request from the infocube?
    there are five compression job that are scheduled to compress it compressed all the four request successfully and compressing the last i right know?
    i am really scared about this do you think every thing will be alright even if the compression job failed? what are the negative effects of the action i did? should i run the report of the compression job is complete to check the performance or the data is ok?
    please help. thank you.

  • Dump in BI 7 While Compression of 0IC_C03

    Hi All,
    I am getting               dump  "CX_RSR_X_MESSAGE",  "CX_SDB_ORA_PROGRAM_ERROR" while compression of cube 0IC_C03, earlier we were on SP 9 at that time ,compression was working fine, we applied sp10, 11 after that I am getting dump, even rollup of aggregates is also not happening.
    Can you please help me out.
    Regards
    Amit kapoor

    Hi Amit,
    Have you tried to implement the compression and aggregation on some other cube. Try that option first and if still u are getting the same issue then raise an OSS note to SAP.
    Hope it helps.
    Assign points if useful.
    Regards
    Vishwanath

  • Batch rename only preserved original filename for .pdf

    I attempted to use the batch rename function for the first time just now.  I Renamed 1200 files (.jpeg, .png, .pdf) and made sure to check the preserve original file name box.  When it completed, only the .pdf files did so, and I was unable to undo this action.
    I'm using CS5 Master Collection with all appropriate updates on Windows 8.1.
    Is there anyway for me to retrieve these file names?  I can't understand why this happened.

    Did you try Ctrl+Z?
    Benjamin

  • Unable to install any adobe products ERROR DF024 unable to preserve original file

    Hi,
    I was unable to install anything of adobe. When I install creative suit and update Photoshop I got this error.
    I tried everything. Nothing worked. So I did a cleansweep of Adobe and restart. I tried installing a try version of Adobe Photo shop, but that will also not install....
    How can I solve this? Thanks
    Here is the error
    Exit Code: 7
    Please see specific errors below for troubleshooting. For example, ERROR: DF024 ...
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 5 error(s)
    ----------- Payload: AdobeColorCommonSetCMYK CC 5.0.0.0 {C4196275-B11A-40A1-8727-3C145C8F7D95} -----------
    ERROR: DF024: Unable to preserve original file at "/Library/ColorSync/Profiles/Profiles" (Seq 21)
    ----------- Payload: AdobeColorCommonSetRGB CC 5.0.0.0 {C8DEBB29-3EB0-4B97-B652-4DE482B111BC} -----------
    ERROR: DF024: Unable to preserve original file at "/Library/ColorSync/Profiles/Profiles" (Seq 11)
    ----------- Payload: AdobeColorPhotoshop CC 5.0.0.0 {5C5D62C9-91C6-415E-857E-9130C0F52C66} -----------
    ERROR: DF024: Unable to preserve original file at "/Library/ColorSync/Profiles/Profiles" (Seq 3)
    ----------- Payload: AdobeColorVideoProfilesCS CC 5.0.0.0 {CE9B1B00-0421-4701-9698-1C14646D6D94} -----------
    ERROR: DF024: Unable to preserve original file at "/Library/ColorSync/Profiles/Profiles" (Seq 5)
    ----------- Payload: Adobe Photoshop CC 2014 Core 15.0.0.0 {7C25E7A0-A0A1-4B87-BB30-BF0FBDC37878} -----------
    ERROR: DF024: Unable to preserve original file at "/Library/ColorSync/Profiles/Profiles" (Seq 6617)

    I tried most of that, it is not a rights issue. The log is clear about the reason for failure, but adobe has no support on these...
    The strange thing is that
    This folder or file does not exist.  /Library/ColorSync/Profiles/Profiles
    So could that be the issue?
    Here the failed installs....
    DW050:  - Adobe Photoshop CC 2014 Dutch Language Pack_AdobePhotoshop15-nl_NL: Install failed
    03/26/15 16:58:04:017 | [WARN] |  | OOBE | DE |  |  |  | 13900 | DW050:  - AdobeColorPhotoshop CC: Install failed
    03/26/15 16:58:04:017 | [WARN] |  | OOBE | DE |  |  |  | 13900 | DW050:  - Adobe Photoshop CC 2014 Core: Failed due to Language Pack installation failure
    03/26/15 16:58:04:017 | [WARN] |  | OOBE | DE |  |  |  | 13900 | DW050:  - AdobeColorCommonSetCMYK CC: Install failed
    03/26/15 16:58:04:017 | [WARN] |  | OOBE | DE |  |  |  | 13900 | DW050:  - AdobeColorCommonSetRGB CC: Install failed
    03/26/15 16:58:04:017 | [WARN] |  | OOBE | DE |  |  |  | 13900 | DW050:  - AdobeColorVideoProfilesCS CC: Install failed

  • Error ORA-01422 while compressing a cube

    Hello,
    I am trying to compress the initial balnce of the European Inventory KPI  (KPINVMOEU) cube after reloading it and I encountered the oracle error-01422 which says:
    system error:error-01422:exact fetch returns more than requested
    system error:CONDENSE_FACTTABLE-5-ERROR-01422
    Has anyone dealt with this error before? Any input is appreciated.
    Thanks in advance,
    madhu

    Madhu,
        can you please look into these notes: 485766 and 385660.
    at the same time look into these links which is for similar problem.
    ERROR: System error: CONDENSE_FACTTABLE-5- ERROR:12805
    Error during compress 0IC_C03
    error ORA-01422 while compressing a cube
    Re: Cube compression failing
    All the best.
    Regards,
    Nagesh Ganisetti.

  • I'm receiving this error code every time I try to download Illustrator from iCloud.ERROR: DF024: Unable to preserve original file at "/Library/ColorSync/Profiles/Recommended" (Seq 22)

    ERROR: DF024: Unable to preserve original file at "/Library/ColorSync/Profiles/Recommended" (Seq 22)

    Lalahart please see Error DF024 installing Creative Cloud products | Mac which discusses this error.

  • Using mac to do other tasks while compressing?

    Are there any issues with surfing the web and watching either Flash or Quicktime streaming videos while compressing video in FCP onto another drive or using Compressor to compress video on another drive? What about while capturing?
    Thanks.

    The worst that can happen is that things will slow down a bit; I frequently use VueScan and my Nikon 5000 to batch scan slides, and/or work in Photoshop while Compressor is running.
    I've never had any issues with the resulting compressed file, or a crash or freeze while doing this. Like Jerry, I have 8 GB of RAM in my MacPro. This is where lots of extra memory really helps.

Maybe you are looking for

  • Mail not working.. no error message

    Good day everyone! I have a problem since two days now. I have mail not updating email received and not sending email either. Tried the "Connection Doctor", and it says connections are ok. I have no problems to open and type a new message, but looks

  • Embedded fonts aren't working properly

    I'm trying to create a PDF from MS Word using Acrobat Pro 10.1.4.  I have it set in the Acrobat print driver to not rely on system fonts.  To my knowledge, that's all I need to do to embed any fonts in the document. On the machine I create it, the PD

  • [help] ram usage

    Sorry for my horrible english. Anyway, today i try safary 3.1 on Xp sp2 pro. With freemeter and task manager, i see a strange behaviour for a web browser. The Ram utilization growth if i visit many web pages. 150mb 200mb 300mb This is a bug of safary

  • Can't create queue on W2k Advanced Server...

    Hello, I've just installed Tuxedo 6.5 on W2k Advanced Server and I'm trying to start the BBL with the Simpapp application example. I've compiled the UBBCONFIG file with tmloadcf and when I try to start the BBL with tmboot -A, I get the message Can't

  • Sharing link via Safari on iPad... Why isn't there a PDF there anymore?

    For a brief period, when I would share a link to an article on a website, my iPad and iPhone were adding a PDF file of that article to the email as an attachment, in addition to sending the link in the body of the email. This was WITHOUT the crazy wo