Flash to Video expert advice needed

I am exporting flash 8 animation to video to be edited in
final cut. I have exported the file in the animation codec "full
quality" to a quicktime .mov file, I then imported it into final
cut and have found a jagged edges on the images and am wondering
what the proper sequence settings would be in final cut?
Would anyone know, any tips to avoid these jagged lines would
be most helpful.
Thank you.
dmc

Try exporting from Flash with NO codec. Thus raw frames.
Also make sure you are not viewing the video in FC at a
scaled size.

Similar Messages

  • Expert advice needed: Why could I not connect to my own server after deletion of SSL certificate?

    Issue: Could not connect to my own server after deletion of SSL certificate despite having SSL disabled
    Hello,
    I admit I am lay user with rudimentary SSL knowledge and I therefore messed up my certificates and I could no longer access my own server (Wikis, WebDav, Device Manager) with Safari. (error: Safari can't connect to server)
    Eventually, I could resolve the problem but I do not understand why there was problem in the first place.
    Maybe someone can explain that to me ?
    OK, here is what I did:
    I created a Certificate Authority because I wanted to use a free SSL Server certificate for our private server.
    (I followed  http://www.techrepublic.com/blog/mac/create-your-own-ssl-ca-with-the-os-x-keycha in/388 )
    Despite several attempts I never got the server to accept the certificate for web services, the certificate was accepted for iCal, Mail and iChat but not for Web services. I tested an older certificate that was created when I set up the server and that that worked for all services incl. Web. So the problem was with my certificate only.
    Out of desperation and lack of concentration I deleted the "original" certificate.
    Now, I soon noticed that I could no longer log in to my server. I solved the problem by restoring the original certificate.
    My question:
    I had SSL disabled in the Server app settings. Why does Safari still look for a proper certicate ? (the server logfile had an entry that a .pem file could not be found which makes sense if the cert has been deleted)
    I would be very grateful for an expert advice.
    Regards,
    Twistan

    Because....
    the server does not have a 'trusted' certificate assigned to it.
    Only the RDP Gateway has the trusted certificate for the external name.
    If you want to remove that error, you have to do one of the following:
    Make sure your domain uses a public top level domaim, and get a public trusted certificate for your server.
    So, something like,
    server.domain.publicdomain.com
    Or,
    Install that certificate on your remote computer so it is trusted.
    Robert Pearman SBS MVP
    itauthority.co.uk |
    Title(Required)
    Facebook |
    Twitter |
    Linked in |
    Google+

  • 24" 2008 iMac with busted video card, advice needed.

    I have a 2008 24" iMac in which the video card is busted. The machine will turn on, get to the log in screen with no issues, however there is absolutely no video output to the screen.
    I have attempted connecting it to an external monitor using mini DVI to VGA and a VGA cable, but the machine is not set to display to an external monitor.
    Having the video card replaced will cost in the region of €300, an amount I'm reluctant to spend on a machine which is seven years old.
    I have it backed up, so I'm really looking for advice to to how to wipe it so I can sell it on for parts, or other suggestions...

    Your welcome, your new iMac likely does not have a Firewire port so you will need a Thunderbolt to Firewire adapter like:
    http://store.apple.com/us/product/MD464ZM/A/apple-thunderbolt-to-firewire-adapte r?fnode=51
    I noticed several available on E-Bay however where you decide to get one is totally up to you.

  • Please Help Experts Advice Needed

    I just bought ram memory, specifications (1024mb pc3200 400mhz ddr ram). When I installed the memory and powered up all I got was a beep sound and nothing else. Before I complain to the seller I need advice from any experts in this subject to tell me what could be wrong and how to fix it. I replaced the memory that came with the mac mini which is 256mb of ram but had to place it back in to work with my computer to find a solution to this problem. I read in mac addict that anything above pc2700 ram would be compatible with the mac mini. I have a mac mini 1.42ghz powerpc g4 any help will be appreciated.
    thank u in advance for any help

    Sadly, just because it's in spec, doesn't mean it will work.
    Macs are EXTREMELY picky on RAM. The RAM itself may be good, but not compatible.

  • Expert advice needed on Remodeling and line item Dimension

    Hi All,
    Scenario:
    I have a cube 0FIAP_C03 for line Item. Now in this cube one of the dimensions u201CC036 -Document Detailsu201D is reaching the size of the Fact table. We are planning to use Re-Modelling and shift some of the characteristics like 0DOC_NUMBER - Sales Document, 0AC_DOC_NO - Accounting document number etc from this Dimension to another Dimension to reduce the size of this Dimension Table.
    I have the following Questions:
    1Will it be possible to add a new  dimension and shift some characteristics from old Dimension to this new Dimension using remodeling( we donu2019t want to delete data from the cube)
    2.what are the other feasible options to overcome the problem I have mentioned in my scenario( like Line Dimensions)
    3.In case we can make this dimension as Line Dimension what other changes need to be made.
    I am looking for a detailed explanation with all prou2019s and conu2019s, So kindly help me with your expert inputs.
    Thanks,
    Prafull.

    Hi Prafulla,
    Answers to your questions
    1Will it be possible to add a new dimension and shift some characteristics from old Dimension to this new Dimension using remodeling( we donu2019t want to delete data from the cube)
    No, remodelling wont work as per my understanding. ie You will have to delete and reload data
    However, this also depends on the data in your dimension.....................................................
    Consider the following example
    Index(Dim-id).....Sales document............Sales Item............Accounting document
    1......................1233456........................10.......................A123 .......end of record
    2......................1233456........................20.......................A123.......end of record
    3......................1233456........................30.......................A123.......end of record
    Now suppose if you had to remodel the above dimension to move sales item to other dimension, then the dimension would appear as below................................................................................................
    Index(Dim-id).....Sales document............Accounting document
    1......................1233456.......................A123.......end of record
    2......................1233456.......................A123.......end of record
    3......................1233456.......................A123.......end of record
    Now the problem is for the same combination of sales document and accounting document you should have had 1 row in the dimension, but you are having 3 rows(indexes) hence you are flouting the uniqueness for read and write operations to the dimension.. So logically this shouldnt be allowed...
    However if your data in the dimensions is such that the uniquness of each row in the dimension is not disturbed, you could use remodelling.
    You can try this in quality.
    2.what are the other feasible options to overcome the problem I have mentioned in my scenario( like Line Dimensions)
    I am not sure if I have understood your question. But I will still try to answer. If the dimension table has reached the size of the fact table then it is appropriate to consider remodelling.
    Also you should consider embedding sales document and accounting document in the same dimension. Since there would be generally only one accounting document each sales document.
    Use line item dimensioin as far as possible(restricted by number of characteristics). It reduces one step whie query since SIDs are directly present in fact table.. so you don't have to scan through dimension table.
    Also have you considered archiving old dat not reported... It will reduce your dimension as well and improve performance...
    3.In case we can make this dimension as Line Dimension what other changes need to be made.
    -No other changes.
    A safer option is to delete and reload data. Anyway remodelling also recommends a back up...
    Its better to create a copy cube and use the copy cube/original cube for reporting until the other cube is getting processed to have minimal time of unreportable data.
    Apologies .. Looks like the text in the post is loosing the format in which I typed hence the allignment is not correct..
    Hope this helps,
    Best regards,
    Sunmit.

  • Lenovo Z710 - Major Performanc​e Problems - Expert Advice Needed

    Three months ago I bought Lenovo Z710 laptop.
    Here are some system properties:
    Intel Core i7 4700MQ CPU @ 2.40 GHz,
    8GB RAM
    Hybrid 1TB + SSHD(8G),
    NVIDIA GeForce GT 740M / 2 GB,
    DVD-R,
    Win 8.1
    After using the device for 3 months I can't describe with words how dissapointed I am.
    It is unbelievably slow. The device with this configuration should do very easily hard things.
    However, I have troubles doning even simple things. 
    For example, currently I am only browsing web and listening music from youtube.
    Opening a new web page in Chrome takes 30-40 seconds. Opening a new tab takes aprox. 10 seconds.
    Selecting a text and copying it, takes 15 seconds. It is even very frustrating to type even a web address because of the obvious delay in typing. Furthermore, when I listen to music there is also a delay - that makes even listening to music unbelievably frustrating. Just to mention one more time - I only have chrome running!
    I have 2 Partitions - C disk (442 GB) and disk D (488 GB).
    On disk C I installed Win 8.1. and at the moment on disk C 391 GB are free.
    I use disk D is mostly intended for storing images, movies, and music. On this disk 258 GB are free.
    Regarding the programs I installed on top of Windows, here is the list: micro Torrent, Adobe Photoshop, Android SDK Tools, Android studio, Avast Internet Security, Brackets, Corona SDK, Dropbox, Foxit Cloud, Foxit Reader, Chrome, Greenshot, MS Office, Mozilla, Skype, Notepad, VLC Player, WinRAR, XAMPP.
    When I open Task Manager I see that used CPU resources are aprox. 10%, Memory aprox 35%, Disk 2%, Network 5%.
    I am the only user of the device.
    In Task manager I read that only Chrome takes the most of the resources taking 130 MB memory.
    So why is the device with 4 physical i7 Intel processory and 8 GB SSD so slow, that I can't even type without disturbance with delays?
    I don't understand how the device with mentioned hardware can be so slow.
    And regarding the software, I don't understand whtat could slow the device - I mentiond what programs were installed and to what extent are resorurces being used.
    Please give me your advice on what else can I check and what shoudl I do.

    Can you run a system health check once and see if anything is flagged? To do so,
    1. Press the + R keys to open the Run dialog, type perfmon, and click/tap on OK.
    2. If prompted by UAC, click/tap on Yes.
    3. In the left pane of Performance Monitor, click/tap on Data Collector Sets to expand it, click/tap on System to expand it, right click on System Diagnostics, and click on Start. (see screenshot below)
    4. It will collect data for 60 seconds before the system diagnostics report will be ready to view instep 3 of OPTION TWO below.
    More information here 
    http://www.eightforums.com/tutorials/52013-system-​health-report-generate-view-windows-8-1-a.html
    Cheers and regards,
    • » νιנαソѕαяα∂нι ѕαмανє∂αм ™ « •
    ●๋•کáŕádhí'ک díáŕý ツ
    I am a volunteer here. I don't work for Lenovo

  • Expert Advice Needed on SSO and 9iAS

    Hi All,
    At work we are thinking of using Single-Sign-On
    for authentication of all our intranet Applications.
    We have used Oracle Portal which has SSO, but we don't really need Portal.
    What I need to know is:
    Does Oracle 9iAS contain SSO?
    Do I need a Oracle Database e.g. Oracle 8 or oracle 9 to use SSO?
    Can I implement SSO using just Oracle 9iAS and use it in my Java code e.g. JSP/Beans etc..
    Thanks in advance for ANY help,
    Barry.

    Hi Barry,
    Does this help you?
    http://otn.oracle.com/ultrasearch/wwws_otn/searchotn.jsp?p_Action=Search&p_Query=single+sign+on&p_Group=4&p_Group=5&Search.x=11&Search.y=10
    Good Luck,
    Avi.

  • Frame rates, judder, PAL and NTSC - expert advice needed please!

    I have an NTSC high def camcorder. Because I live in England, I would prefer to make PAL DVDs from my home movies, if possible. My camera (Canon HF100) is AVCHD, and I thought this meant that once imported into iMovie, it was not 'true' NTSC. Have I misunderstood this? The reason I ask is that my recent iMovie 08 edits view perfectly on my Mac, but are slightly juddery when burned to a PAL DVD.
    I have read on this forum about framerates, but I'm hoping the problem is still surmountable somehow. When I imported my footage into my Mac, I selected PAL even at that early stage, and all seemed to be well throughout the edit. The pictures and sound are perfectly synchronised, which I had heard could be a problem when moving between NTSC and PAL.
    Do I really just have to go with NTSC all the way? Quite apart from its reputation for being Never Twice the Same Colour, it's not ideal if you're living in Europe because most TVs and DVD players are PAL.

    the video standard conversion is no trivial task, a lot more than 'just' down-cascading 29.97 fps to 25fps (aside the 'unround' math, you have to convert resolution, color-schemes, etc) ... so, by any route it is IS a lossy process in terms of quality, or you use some 50k$ hardware
    If your TV/DVD player supports it - stay NTSC ...
    another route, I suggest when using iMHD6, is an export as dv-stream (NTSC) and using teh free app JES Deinterlacer for converting into dv-stream (PAL) ... JESDI does a better job, imho.
    but...
    the export as dv from within iM08 is again a lossy process, as we discussed early here at the boards.. so, you double the lossy process = no good idea.
    stay NTSC...

  • Help on 6337LE5..! expert advice needed

    Hi,
    i have a unit of 6337LE5 mobo . this afternoon, lighting strike my house and the power went off. However at that time my pc was not turn one. when i turn it on, after the memory count, it shows a error message ( your keyboard has been locked- please unlock the key)
    i can't enter BIOS setting or windows it just freeze there. my keyboard is not functioning at all. i try anohter keyboard but it is still the same. I try to reset the BIOS by using the jumper, but nothing happen, the BIOS was not reset. The i try taking out the battery for 45 minutes, same thing no BIOS reset also.
    i need help here....thankz alot. ;(

    hi,
    thankz for reply.
    nope it doesn't get any further...the same message will be display but the mobo will detect that there is no key board present. means if i don plug in any keyboard, 2 error message will occur.

  • HTML forms Expert advice needed

    How do I enable html forms to save and remember input data,
    even if the browser is closed or if the user mover forward or
    backwards through pages

    Put the data into a database when the form is submitted - or
    is that not
    what you are asking?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "mrharvey987" <[email protected]> wrote in
    message
    news:eks1d4$448$[email protected]..
    > How do I enable html forms to save and remember input
    data, even if the
    > browser is closed or if the user mover forward or
    backwards through pages

  • Expert Advice needed please.

    Ok, so i have had over 30 phone calls to BT and after 6 weeks and a new contract i have exactly the same speed on my broadband as i had with my Old 20CN even now im on a new 21CN line.
    For 3 years ive had about 6.5-7.0 MB download and 448 upoload.
    I have now the same download and the upload is alot more near 1mb.
    The only reason i need an explanation is i have had 2 engineer visits, on both occasions they stated that after a new contract and being put on the new 21CN network i should expect to get approx double my old speed , eg about 12 mb.
    I had them check all my equipment etc, im connected directly into my master socket.
    Ethernet cable etc.
    I have had a stable connection at 6.5 mb for the last 11 days and i have just reset the Homehub(homehub 3) to see if it improved, it did go up to about 7mb.
    I will list my details from the homehub below. I need someone to please explain why i cannot get speeds near my neighbours? I feel im being capped or is there another reason ??
    Bear in mind i have just reset the hub after 11 days, i have had stable connections for sometimes 3 months without connection loss prior to this 21cn thingy.
    ADSL Line Status
    Connection Information
    Line state:
    Connected
    Connection time:
    0 days, 00:24:58
    Downstream:
    7.055 Mbps
    Upstream:
    1.125 Mbps
    ADSL Settings
    VPI/VCI:
    0/38
    Type:
    PPPoA
    Modulation:
    G.992.5 Annex A
    Latency type:
    Fast
    Noise margin (Down/Up):
    6.1 dB / 6.1 dB
    Line attenuation (Down/Up):
    34.5 dB / 19.1 dB
    Output power (Down/Up):
    20.2 dBm / 12.6 dBm
    FEC Events (Down/Up):
    0 / 0
    CRC Events (Down/Up):
    25 / 32
    Loss of Framing (Local/Remote):
    0 / 0
    Loss of Signal (Local/Remote):
    0 / 0
    Loss of Power (Local/Remote):
    0 / 0
    HEC Events (Down/Up):
    17 / 7
    Error Seconds (Local/Remote):
    20 / 0

    You are only responsible from the master socket. When it enters your house, does it go via any intermediate connection blocks before it reaches your master socket?
     The attenuation figure for 21CN equipment (ADSL2+) is calculated at a slightly higher frequency, so the loss tends to be slightly greater. Nothing to worry about, as ADSL2+ uses a much larger frequency range (up to 2MHz).
    There are some useful help pages here, for BT Broadband customers only, on my personal website.
    BT Broadband customers - help with broadband, WiFi, networking, e-mail and phones.

  • 10.5.2: Expert Advice Needed

    I realize there's a small percentage of the Mac community that believes this, so I'd like it if only experienced mac users of 10+ years would respond.
    PAST:
    I've used a mac since 1994, but have been dealing with speed problems of OSX since I first bought my PowerMac G4. In the beginning, it was lightning fast, but after constant upgrades, it became unbearably slow.
    People said I was wrong in thinking software updates would slow the machine down, but one day I reinstalled 10.2 and never did another software update and it continued to run fast like it used to. I would later experience this same phenomina with my iMac G3, iBook G4, iMac G4, PowerMac G5 PPC. It's as if the software get's bloated with features and whatnot, to the point where I just deal with the slowness OR... buy the new Macbook 3Ghz or whatever it is
    *PRESENT DAY:*
    After installing 10.5 on my Macbook, I couldn't believe how fast it ran. But after Apple Software Update put me up to 10.5.1, i could see an immediate slowdown of almost everything from startup time to opening applications, to importing media into iTunes and iPhoto. So I did some tests...
    When timed side by side, My PowerMac G5 PPC (running 10.4.11) can open the same WMV file at nearly 1/2 the speed of my Macbook. Another notable observation is that my Macbook has 100% more kernal panic crashes in 10.5.1 than it did with 10.5. It used to have none.
    FUTURE:
    I'd really like to know what's in store for me with 10.5.2. I'm hoping that it will fix some of my issues, but I worry that buying a new Mac is what's in store. (pun definitely intended)

    My PowerMac G5 PPC (running 10.4.11) can open the same WMV file at nearly 1/2 the speed of my Macbook.
    Make sure you have the latest version of the Flip4Mac codec.
    Another notable observation is that my Macbook has 100% more kernal panic crashes in 10.5.1 than it did with 10.5. It used to have none.
    10.5.2 is the current version; try updating to that. I recommend downloading and installing the Combo updater given your problems.
    I'd really like to know what's in store for me with 10.5.2.
    I'm running 10.5.2 on several machines and it's working flawlessly. YMMV, particularly if there are issues already; updates won't always fix pre-existing problems, particularly if they're due to corrupted files or polluted caches, permissions errors and the like.

  • Floating Voltage - Expert Advice Needed

    My 3V Rail is fluctuating between 2.8v and 3.5v - causing many side effects, particularly on the graphics card. Have unloaded the rail by removing as many peripherals as possible with no change.
    Is it likely that my motherboard is failing? Anyone any ideas of what I can do next?
    Thanks in advance

    It is better for you to get a 400watts or above PSU  for your config .
    Remember to watch out for the +12v rails to be @ min 18A ~ 20A and combined +3.3v & +5v total to 180watts or above. Antec Truepower/Control 420watts or above & Enermax 430watts or above are recommended PSUs .
    To find out more about the Power Calculations and how to define a good PSU, please kindly proceed to the Good Articles Forum and browse through there .

  • ITunes won't open...no matter what! Expert advice needed

    Hi,
    I installed iTunes on my computer but I cannot open it.
    Everytime I do I receive the message:
    *'This operation has been cancelled due to restrictions in effect on this computer. Please contact your system administrator.'*
    The thing with this is, I am an administrator. Now, I've logged into my computer on the built in Administrator account and it loads up and works fine, but as soon as I go back to my personal account I can't open iTunes.
    I've tried all the obvious such as reinstalling the program etc. but nothing works.
    Help, help, help!!

    Most of the users of this forum are American and asleep at the moment.
    I am afraid I don't have a definitive answer, I guess it must be something to do with the way you ahve your account set up.
    However to get running, how about going to your shortcut and selecting poperties, then the shortcut tab>Advanced.
    There is a run with different credential checkbox, it is geyed out on my Home Edition XP, but maybe you can use it to run iTunes as the adminstrator from your account. This wouldn't be a long term solution.

  • How do you get a link to open a flash flv video?

    I'm trying to get a link to launch a flash flv video. I need
    it to open only about as large as the video itself which is
    320/240(a little larger is no big deal. I don't want to have to
    embed it into a 1040pix wide page. When I link it, the video is
    blown up to 1040pix wide & just a little distorted!
    Is this possible/easy to do?thanx
    steve

    Go here -
    http://www.neapco.com/n_why-neapco.php,
    and look at the link to the video in
    the left-hand sidebar. Does that code help you?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "matroxman" <[email protected]> wrote in
    message
    news:eb0qh1$6p0$[email protected]..
    > I'm trying to get a link to launch a flash flv video. I
    need it to open
    > only
    > about as large as the video itself which is 320/240(a
    little larger is no
    > big
    > deal. I don't want to have to embed it into a 1040pix
    wide page. When I
    > link
    > it, the video is blown up to 1040pix wide & just a
    little distorted!
    >
    > Is this possible/easy to do?thanx
    > steve
    >

Maybe you are looking for

  • Is this possible to make work in ApEx?

    Look at the link: http://www.comlinebrokers.com/index.php?id=5 "floating" table header is really amazing...is that possible to create in ApEx? THX!

  • Bridge has started to destroy our JPEGs; known problem?

    Hi, half an hour ago something - possibly Bridge - has obviously started to destroy our JPEGs. We first noticed strange artefacts in the Bridge previews; then we were shocked when we discovered that the files themselves were altered (without changing

  • Adobe Connect Plug-in failure: either video och shared screens / documents

    Hi I'm Sven-Erik Tiberg imeet admin at Lulea Univ. of Technology. We have 7 studios for confernaces and distance education all running Adobe Connect and other conferance systems. Each studio has a dedicated computer running Adobe Connect where video

  • Learning XI --Needs Material n help!!

    Hi, Just wanted to learn XI stuff on my own...how shall i go about this?..i have been workin as an ABAP guy from last 2 years... Pls help Regards Gunjan

  • Freezing submit button

    hi all i dont want user to click on a submit button twice. meaning by clicking on submit button on page1 takes user to page2 but it takes some time. i do have problems if user clicks the submit button again before it goes to page2.. so i want to free