Dividing the timeline in two scenes

Let me explain, I spent the last week of filming a movie in an English project that is planned Tuesday. I gave myself two days for editing, because it really shouldn't have too hard summer. I still don't think it would be hard at all if Canon were not * me and made sure that I had to save a VRO file. So I spent half the night last night to find a program that could convert VRO to something I could import into sequels. I think that I finally found something that turned it into an MPEG file.

But! When converted, he compressed the 77 scenes I would have turned into a giant stage. And I did not shoot in order. So after a lot of trouble trying to separate the scenes, after 4 hours of not even get in after effects, I just gave up and went to bed. I really need help, it's the only high quality six weeks and if I don't, I might go to summer school. In addition, I have six other people, count on me.

Also, I would like to ask questions about the audio. I think my problem is that Canon (I hate the after that) saved my audio as a kind of file that cannot read most of the programs. So, even if I got it in aftermath, may not play audio. I have tried 0 and "point" and almost all the quickfixes I've seen. Someone at - it something to say about that?

I'm sorry, I typed a long question, but I'd appreciate any help you can give me.

The other problem I see here is that you cannot use the right tool. After effects is a really great post-production / motion design / visual effects, but it is not an editing tool.

You should really use a NLE (Non Linear Editing) such as Premiere Pro software. It will save you a lot of pain cutting / moving / editing / watch your movie.

I know what's done is done, but I put it here for general advice, because you're not the first and won't be the last, but before the shooting with a camera, read the official specs online, google to see what others think about it, if you are sure to choose a camera that will give you files compatible with your software.

I bought the very first unit Sony AVCHD when it came out because I liked the idea of tapeless workflow. It is around the CS3 version. Official website of Avchd, I saw an Adobe logo so I bought the camera without any further investigation. I had a hell of a time figuring out how read/convert and finally import my files within an NLE (even Sony Vegas was not support Avchd at that time here...). So now I double check before you buy a camera, because I don't want to go there again. And I'm sure you will do that next time!

But don't lose hope, there is always a solution.

Tags: After Effects

Similar Questions

  • How to divide the notes on two pages?

    Im a book with hundreds of notes (sometimes lengthy) composition. I want a rule above the first note of the page. I also want to split notes on two pages, if necessary. I had no problem with this in CS4 (but maybe the circumstances are different). Now I'm using CS5.

    Problem: when there are more references note in the same paragraph at the bottom of the page, all the notes go to the next page, even when there is enough space for at least part of the first note. I have a workaround for it (only to leave the reference to the first in that paragraph, move the other references to somewhere on the next page, setting the text color to zero and put false references on the original locations), but it's not ideal. I forgot something?

    Problem 2: I have set the rule dividing the body of the text and notes to 0.3 pt a length of 40 pt. With a reference divided into two pages, this goes well for the first page, but on the second page there is now a thick line and a lot more time (the standard system for notes rule?). This problem occurs in CS4. Anyone know if this will be fixed? Suggestions for a workaround? Or did I do something wrong?

    Without actually seeing your document, it is difficult to propose a solution to the first. Looks like your reference text has not only the option to keep all the lines together, but also keep with next.

    The 2nd problem is easily solved, though. It is * even * because it works in CS4. In the note Options dialog box, you see the options for the rule on the first Page, but the little drop-down menu selector allows access to the Pages that follow on as well. It works the same as with paragraph nets - a dialogue, but the drop-down list determines which settings you change.

  • How to divide the screen into two parts in order to see the two different parts of the same file? [Suggestion] [Android]

    I am Brazilian and I use Adobe Acrobat Reader DC a lot. I would suggest an implementation of features present in the PC, I missed a lot of things on Android, which is 'New window' or something like that, like split the screen into two parts in order to see the two different parts of the same file.

    For smartphones, its use is restricted, but for tablets, it can be really useful, because it allows the display of two distinct points of the same file,

    I have reduced considerably the use of paper using this application, however, I need to navigate the file always pick up a few points seen earlier, which causes a lot of discomfort compared to printed documents.

    This is a suggestion, but I would like it to be considered.

    Thank you for your request. We have taken note of the same and must try to integrate it into one of our future releases.

    Thank you.

  • The timeline on two monitors

    I work with two monitors, is there a way to develop the chronology on the two screens?

    I couldn't find a way to do it.

    Thank you

    arikw

    It works!

    Thank you very much.

    arikw

  • Create a motion with less built on the timeline Tween

    Hello

    By default when I create a new motion tween, it automatically includes all the images on the layer.  I want only a 72-frame interpolation, not an interpolation of 350-framework.

    Any idea?

    Ronald

    I guess you are using Flash CS4 or CS5 and making the motion tweens 'new '.  If you want to remove additional motion tween frameworks (framework 73-350), you have two options.

    (1) hold the SHIFT key, at the end of the Tween (in frame 350), place your mouse and drag the end of the Tween to frame of 72.  This will make the end of the tween frame of 72.  However, this also means that your object will disappear after frame 72.

    (2) in the case, you want your object to exist all 350 frames, but have only a 1-72 tween, you must divide the timeline.  Right-click (ctrl + click on Mac) on frame of 73.  Choose "split the motion."  This will divide the sequence into two sections.  Right-click on the second section and choose "Delete Tween".  They are now back to normal frames.

  • How to divide an address in two field?

    I use 10g on Unix. I'm pulling for address fields to pass to an outside vendor. The database field is 36 characters long, but the field of the data file is only 30, which translates values being truncated. It is only up to this important when there is a description of the apartment. For example

    202 EAST STUART ROOSA Dr. APT 215 ends

    202 EAST STUART ROOSA DR. APT 2

    which causes problems of dissemination. I want to divide the land into two when there is the string APT.

    I know there must be something out there that will do this in the SQL statement, any help is very appreciated.

    Thank you!!!

    Published by: costume designer on 30 Sep 2011 08:02

    customer wrote:
    Only, it seems to work when the field is an APT. If APT is not present in the field, it returns a null value. What should I do to return the original value, if there is no APT in the chain?

    Add a decoding or a case statement.

    SQL> select decode(instr(upper(address),'APT'),0,address,substr(address,1,instr(upper(address),'APT')-1)) line_address1,
      2         decode(instr(upper(address),'APT'),0,null,substr(address,instr(upper(address),'APT'))) line_address2
      3    from (select '202 EAST STUART ROOSA DR APT 215' address from dual union all
      4          select '1 infinite loop' address from dual) customer;
    
    LINE_ADDRESS1                    LINE_ADDRESS2
    -------------------------------- --------------------------------
    202 EAST STUART ROOSA DR         APT 215
    1 infinite loop                  
    
    SQL> 
    
  • DIVIDE THE COLUMNS 2

    Hello pppl.
    Please can you me two to divide the result of two columns (from two different views), effectively without using the PL/SQL?
    for example
    column a: 123456789
    column B:987654321
    need to produce column c (a / b): 1/9.2/8.3/7,...
    Thank you!

    This changes your original question a bit:

    SQL> with v1 as (
      2  select 'HOSP1' hospitals, 2 visits from dual union all
      3  select 'HOSP2' , 1 from dual union all
      4  select 'HOSP3' , 1 from dual union all
      5  select 'HOSP4' , 1 from dual union all
      6  select 'HOSP5' , 0 from dual union all
      7  select 'HOSP6' , 1 from dual union all
      8  select 'HOSP7' , 2 from dual union all
      9  select 'HOSP8' , 1 from dual
     10  )
     11  ,      v2 as (
     12  select 'HOSP1' hospitals, 2 doctors from dual union all
     13  select 'HOSP2' , 1 from dual union all
     14  select 'HOSP3' , 1 from dual union all
     15  select 'HOSP4' , 2 from dual union all
     16  select 'HOSP5' , 1 from dual union all
     17  select 'HOSP6' , 2 from dual union all
     18  select 'HOSP7' , 1 from dual union all
     19  select 'HOSP8' , 2 from dual
     20  )
     21  --
     22  -- actual query, change view names for your own views:
     23  --
     24  select a.hospitals
     25  ,      a.visits/b.doctors ratio
     26  from   v1 a
     27  ,      v2 b
     28  where  a.hospitals = b.hospitals;
    
    HOSPI      RATIO
    ----- ----------
    HOSP1          1
    HOSP2          1
    HOSP3          1
    HOSP4         ,5
    HOSP5          0
    HOSP6         ,5
    HOSP7          2
    HOSP8         ,5
    
    8 rows selected.
    
  • Change the transformation between two keyframes without affecting adjacent transformations on the same timeline

    I'm creating a tree of decision/chart. I'm animate the position of a chart on the scene when the user selects Yes or no in response to a series of questions.

    I divided each movement of the diagram on the chronology of the scene in the form of labels. I staggered these transformations as keyframes on the same layer/path. The issue I'm having is when I manipulate the position of my diagram by moving on the stage, it affects the adjacent transformations. I have my separate transformations with a 1/10 of a second away because I thought that this would split the timeline, but it does not appear!

    decision-tree.jpg

    While I can change the transformations manually by typing in coordinates xy it would be ten times faster to move the diagram on the stage instead and not to overwrite adjacent transformations.

    How to limit the transformation for the two points for the key frame with what I fear?

    Hello

    If you disable the automatic transition mode in the timeline panel, you can then create individual keyframes first for your late departure from the values, and then add transitions for each pair selected later. That should help you achieve what you're trying to do.

    Once you have done this, if you need to make an adjustment later without affecting the adjacent keyframe you can do this by placing the playhead on the keyframe, selecting the key image, then adjusting the property.

    HTH,

    Joe

  • Controlling the timeline with Touch and ScrollTop: the combination of the two?

    Hello!

    We try to combine the two scrolling on the edge features:

    (1) scrub the timeline with scrolling (to create Parallax), and

    (2) scroll to the bottom of the page with buttons, using scrollTop

    For cleaning of the timeline, we used excellent control calendar of Tim Jaramillo with key code (found here: http://forums.adobe.com/message/5058756#5058756)

    To scroll to the bottom of the page with buttons, we found excellent Heathrowe scrollTop code (here: http://forums.adobe.com/message/4733382#4733382).

    We do not seem to combine these two methods in a way that works. In my example below, the control, the Timeline with Touch code works fine, but the scrollTop button code does not work.

    Does anyone know how to make a scrub of the timeline, combined with navigation buttons?

    Example: http://www.bartmclaughlin.com/scrollTop/stage-scroll_with_scrollTop_v1.html

    Edge project: https://www.yousendit.com/download/elNLcXl0NEhJMHVFTmNUQw

    Any help much appreciated!

    Bart mclaughlin

    I think in the btn1 and btn2 click Manager you have to scroll the scene rather than the HTML and body

    as

    SYM. $('Stage') .animate ({scrollTop: element.offset () .top}, '800'); in btn1

    and

    SYM. $('Stage') .animate ({scrollTop: element.offset () .top}, '800'); in btn2

    Hope this is useful

  • Why the hard disk is divided into partitions of two data (C:Vista and E: Data)?

    I just started a new A200-1V0 and found that disk space is divided into two partitions of sizes equal 'C:Vista' and ' E: Data "(and a small one EISA).

    WHY? What is the logic and purpose? It's not even as if the C:Vista partition is smaller and intended only to the tricks of the 'system' as the root 'Users' (user Documents) is on it also.

    This is the default for Vista (my first use of it), if not, who said that Toshiba could do this without asking me?

    How can I move the root 'Users' in Vista (in the data partition) - if I have two partitions that I might as well use it?

    I can resize partitions in Vista without a utility 3 rd-party (or a complete backup/restore)?

    Thank you

    Hello just YOU

    Please don't be offended because there is no reason for this. You bought the new product with the factory settings. Toshiba and other hardware manufacturer do not know every customer personally and, unfortunately, it was not possible to ask YOU how to set up YOUR laptop.

    Because of this, there is a recovery of product support that allows to configure the HARD disk according to your wishes and needs.

    Please use this DVD and install OS how you want it to be. What recovery procedure starts, you will see CONFIGURATION option on the right side. Click on it and choose the right option.

    Reinstall the OS and enjoy your life. Really, I don't have the time to write on the floors of two partitions, because this is basic stuff and you probably don't want to waste your time to read this.

    Bye and good luck!

  • How to divide the C: drive into two partitions without a third-party program?

    Hello

    Is there a way to divide the C: drive into two partitions C: and D: on Windows XP without a third pary program?

    If anyone has an idea, please give some steps.

    Thank you.

    Assem

    Hey Assem,

    Once you have created a primary partition, it is not possible (for Windows XP) to divide the partition without using third-party software. You can see:http://support.microsoft.com/kb/309000 to create a new partition.

    I hope this helps...

  • Two clips of different screen in the timeline format

    Greetings!

    I started using the first Pro CC today.  Just practical put two clips on the Timeline, but each clip has a different screen ratio.  One comes from an old Tricaster, another coming of Avid's Media Composer.

    The first clip on the Timeline, it is that since the Tricaster, the second is that of Avid.

    Looks like the Tricaster recorded in a 3:4 screen report while Avid seems to be 16:9.

    The Tricaster clip shows OK on the monitor, but that Avid seems to have been "zoom in".

    How could I be the 16:9 ratio in a 3:4 ratio?  Yes, I understand there are black areas in some of the sides of the screen, but I'm just testing the software.

    Thanks for the info.

    Bert

    PrPro defines a sequence by the first media placed on this sequence. Other media banged against this sequence with different proportions are resized simply upwards or downwards to "adapt". Right-click on the 16:9 clip and working with your scaling options until it seems as you want.

    That said... What is the frame of both types of media pixel size? There could be a problem where it would be better for the media from 16:9 to be your 'sequence' settings and media from 4:3 to fit on the scale.

    Neil

  • When I drag a file audio and video of the source on the timeline monitor, only the video file is transferred. How can I move the two files on the timeline? Adobe first Pro 2015 CC only!

    When I drag a file audio and video of the source on the timeline monitor, only the video file is transferred. How can I move the two files on the timeline? Adobe first Pro 2015 CC only!

    Please make sure that the audio and video tracks are highlighted.

  • Where can I activate the sign (the small white triangle) that comes when two clips are in contact with exactly in the timeline?

    WO reaktiviert man das indication (zwei kleine Weiße Dreiecke), das aufleuchtet, wenn zwei auf der timeline exactly zusammenkommen Clips. Hat Bisher're immer works, aber seit yesterday tut are das nicht mehr. Was muss ich verstellen?

    Where can I activate the sign (the small white triangle) that comes when two clips are in contact with exactly in the timeline?

    Hi Burkhart,

    Where the character (two small white triangles) that lights up when two clips on the timeline exactly meet reactivate them. So far, he has always worked, but since yesterday, it is no longer made. Should I settle?

    Where can I activate the sign (the small white triangle) that comes when two clips are in contact with exactly in the timeline?

    Microsoft® translator translator

    Looks like you have not snapping turned on. Click on the snap-snap-in icon, or press S to allow him once more. Works now?

    Thank you
    Kevin

  • When I drag a file audio and video of the source on the timeline monitor, only the video file is transferred. How can I move the two files on the timeline? Thank you for your help in advance

    When I drag a file audio and video of the source on the timeline monitor, only the video file is transferred. How can I move the two files on the timeline? Thank you for your help in advance

    You must set the source patch:

Maybe you are looking for

  • Phone locked

    Hello Ive tried to open my old phone with my password, I had, but it seems to keep saying its incorrect when it is not? How can I sort this because I need to fix and used I would reset on itunes without the password? Help!

  • How can I stop my ipod nano (7) brewing?

    Whenever I play music in a particular order, it always mixed the order.  How can I stop this?

  • Need help of LabView on loops

    I'm doing a LabVIEW MyRIO project on how to display the values. Basically, I give myself a LCD screen and a keyboard. I'm supposed to show three sequences in the order. First, it must ask the user to enter a number on the keyboard to choose his field

  • Why have my headphones have stopped working on my Vista machine?

    I checked in Control Panel and he repeats to me he works, but he does not cut the external speakers and only works in test mode.  Also, somewhere along the line while I was trying to fix the headphone setting completely gone.

  • Removal of access to the Task Manager

    Hello I'm removing the user access taskmgr on Win7. I am connected to the PC as administrator using the user name of the administrator account. Go to windows\system32\taskmgr, right-click and select Properties. Click the Security tab. I would like to