Preview only show first 10 pages with watermark. For full document please download

Using Dledls To Import Media Files

   EMBED


Share

Transcript

Using DLEDLs to Import Media Files About This Document This document explains the use of DLEDLs in a workflow where you need to import multiple media files in a single pass. It describes the comments used in creating DLEDLs and provides examples of basic EDLs that you can use in your projects. DLEDL Structure Using DLEDLs in your post-production workflow allows you to automate the import of media files (video and audio) residing in different locations. Instead of performing media import for each file separately, you can create a DLEDL and import all media files in a single operation, which allows you to significantly save processing time. The DLEDL is an EDL file based on the CMX 3600 format supported by most digital non-linear editing systems. The following table lists the DLEDL flags used in creating an EDL file. Please note that the order of flags always remains the same: • Clip name (EDL comment) • Start TC • File path • Video file name • Audio 1 file name • Audio 2 file name • Audio 3 file name • Audio 4 file name 1 Using DLEDLs to Import Media Files DLEDL Flag Example Description DLEDL: START TC: 10;00;00;00 The start timecode of the clip that will be created from the media files imported into Autodesk Smoke®. This timecode can be different from the source start timecode of the EDL event. Both drop-frame (00:00:00:00) and non-drop-frame (00;00;00;00) timecodes are supported. DLEDL: PATH /CXFS1/PRODUCTION1/SHOW5 The location of the files on the filesystem. All the files for an event must be in the same directory. DLEDL: EDIT:0 FILENAME: INTRO .(010@240).dpx Name of the video file sequence to load. or Numbers in parenthesis refer to frames in the DLEDL: EDIT:0 FILENAME: (009@100).dpx sequence. In this example, the following files are referenced: INTRO.010.dpx, INTRO.011.dpx, ..., INTRO.240.dpx or 009.dpx, 010.dpx, ..., 100.dpx DLEDL: EDIT:0 FILENAME: TONE-8TRK44KHZ.AIFF_CHANNEL_1.AIF Audio file name to import. The audio files can contain one file per track (_1), one file per stereo pair (_12), or one file per multiple tracks (_1234). Supported formats are wave (.WAV) or AIFF (.AIF). DLEDL: REEL: 12345678 123456781234556 The CMX EDL format limits the length of the tape name to eight characters (Smoke has the same limit). Some editing systems do not impose a tape name length limit. If the tape name exceeds eight characters, Smoke generates a short name to be used in the EDL and stores the original name in the Source Table list at the end of the EDL file (one Source Table per EDL). NOTE: File names, tape names, and clip names cannot contain spaces or special characters. For example, TAPE 1 should be set to TAPE_1 (no space) and CLIP$,12/2 to CLIP_12_2 (no special characters). 2 Using DLEDLs Examples ❚❘❘ Using DLEDLs Examples The following examples are given to facilitate the creation of edit decision lists for the automatic import of multiple media files into a project. You can simply copy and paste the suitable example into a text editor, modify it accordingly, save the file with an .edl extension, and import the resulting file into your application. Video-only EDL TITLE: SIMPLE EDL VIDEO ONLY FCM: DROP FRAME 001 TAPENAME V C 10:00:00:00 10:00:05:00 00:00:30:00 00:00:35:00 * FROM CLIP NAME: clip DLEDL: START TC: 10;00;00;00 DLEDL: PATH: /CXFS1/PRODUCTION1/SHOW5 DLEDL: EDIT:0 FILENAME: INTRO.(010@240).dpx DLEDL: REEL:TAPENAME TAPENAMEVERYLONG Simple Video and Audio (2 Tracks) EDL TITLE: SIMPLE EDL WITH VIDEO AND 2 AUDIO TRACKS (1 TRACK PER FILE) FCM: DROP FRAME 001 TAPENAME AA/V C 10:00:00:00 10:00:05:00 00:00:30:00 00:00:35:00 * FROM CLIP NAME: TONE-8TRK-44KHZ.AIFF DLEDL: START TC: 10;00;00;00 DLEDL: PATH: /CXFS1/PRODUCTION1/SHOW5 DLEDL: EDIT:0 FILENAME: INTRO.(010@240).dpx DLEDL: EDIT:0 FILENAME: TONE-8TRK-44KHZ.AIFF_CHANNEL_1.AIF DLEDL: EDIT:0 FILENAME: TONE-8TRK-44KHZ.AIFF_CHANNEL_1.AIF DLEDL: REEL:TAPENAME TAPENAMEVERYLONG 3 Using DLEDLs to Import Media Files Simple Video and Audio (4 Tracks) EDL TITLE: SIMPLE EDL WITH VIDEO AND 4 AUDIO TRACKS (1 TRACK PER FILE) FCM: DROP FRAME 001 TAPENAME AA/V C 10:00:00:00 10:00:05:00 00:00:30:00 00:00:35:00 * FROM CLIP NAME: TONE-8TRK-44KHZ.AIFF DLEDL: START TC: 10;00;00;00 DLEDL: PATH: /CXFS1/PRODUCTION1/SHOW5 DLEDL: EDIT:0 FILENAME: INTRO.(010@240).dpx DLEDL: EDIT:0 FILENAME: TONE-8TRK-44KHZ.AIFF_CHANNEL_1.AIF DLEDL: EDIT:0 FILENAME: TONE-8TRK-44KHZ.AIFF_CHANNEL_2.AIF DLEDL: EDIT:0 FILENAME: TONE-8TRK-44KHZ.AIFF_CHANNEL_3.AIF DLEDL: EDIT:0 FILENAME: TONE-8TRK-44KHZ.AIFF_CHANNEL_4.AIF AUD 3 4 DLEDL: REEL:TAPENAME TAPENAMEVERYLONG Simple Video and Audio (2 Tracks - Stereo) EDL TITLE: SIMPLE EDL WITH VIDEO AND 2 AUDIO TRACKS (2 TRACKS PER FILE) FCM: DROP FRAME 001 TAPENAME AA/V C 10:00:00:00 10:00:05:00 00:00:30:00 00:00:35:00 * FROM CLIP NAME: TONE-8TRK-44KHZ.AIFF DLEDL: START TC: 10;00;00;00 DLEDL: PATH: /CXFS1/PRODUCTION1/SHOW5 DLEDL: EDIT:0 FILENAME: INTRO.(010@240).dpx DLEDL: EDIT:0 FILENAME: TONE_12.AIF DLEDL: REEL:TAPENAME TAPENAMEVERYLONG 4 Using DLEDLs Examples ❚❘❘ Simple Video and Audio (4 Tracks - Stereo) EDL TITLE: SIMPLE EDL WITH VIDEO AND 4 AUDIO TRACKS (2 TRACKS PER FILE) FCM: DROP FRAME 001 TAPENAME AA/V C 10:00:00:00 10:00:05:00 00:00:30:00 00:00:35:00 * FROM CLIP NAME: TONE-8TRK-44KHZ.AIFF DLEDL: START TC: 10;00;00;00 DLEDL: PATH: /CXFS1/PRODUCTION1/SHOW5 DLEDL: EDIT:0 FILENAME: INTRO.(010@240).dpx DLEDL: EDIT:0 FILENAME: TONE_12.AIF DLEDL: EDIT:0 FILENAME: TONE_34.AIF AUD 3 4 DLEDL: REEL:TAPENAME TAPENAMEVERYLONG 5 © 2006 Autodesk Canada Co./Autodesk, Inc. and/or its licensors All rights reserved. All user documentation ("User Documentation") contains proprietary and confidential information of Autodesk Canada Co./Autodesk, Inc. and/or its licensors. The User Documentation is protected by national and international intellectual property laws and treaties. All rights reserved. Use of the Documentation is subject to the terms of the software license agreement that governs the use of the software product to which the User Documentation pertains ("Software"). This publication, or parts thereof, may not be reproduced in any form, by any method, for any purpose. Autodesk Canada Co./Autodesk, Inc., reserves the right to revise and improve its products as it sees fit. This publication describes the state of this product at the time of its publication, and may not reflect the product at all times in the future. AUTODESK CANADA CO./AUTODESK, INC., MAKES NO WARRANTY, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE REGARDING THESE MATERIALS, AND MAKES SUCH MATERIALS AVAILABLE SOLELY ON AN "AS-IS" BASIS. IN NO EVENT SHALL AUTODESK CANADA CO./AUTODESK, INC., BE LIABLE TO ANYONE FOR SPECIAL, COLLATERAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES IN CONNECTION WITH OR ARISING OUT OF PURCHASE OR USE OF THESE MATERIALS. THE SOLE AND EXCLUSIVE LIABILITY TO AUTODESK CANADA CO./AUTODESK, INC., REGARDLESS OF THE FORM OF ACTION, SHALL NOT EXCEED THE PURCHASE PRICE OF THE MATERIALS DESCRIBED HEREIN. Autodesk Trademarks The following are registered trademarks of Autodesk, Inc., in the USA and other countries: 3DEC (design/logo), 3December, 3December.com, 3D Studio, 3D Studio MAX, 3D Studio VIZ, 3ds Max, ActiveShapes, Actrix, ADI, AEC-X, Alias, Alias (swirl design/logo), Alias|Wavefront (design/logo), ATC, AUGI, AutoCAD, AutoCAD LT, Autodesk, Autodesk Envision, Autodesk Inventor, Autodesk Map, Autodesk MapGuide, Autodesk Streamline, Autodesk WalkThrough, Autodesk World, AutoLISP, AutoSketch, Backdraft, Bringing information down to earth, Buzzsaw, CAD Overlay, Can You Imagine, Character Studio, Cinepak, Cinepak (logo), Civil 3D, Cleaner, Combustion, Constructware, Create>what’s>Next (design/logo), DesignStudio, Design|Studio (design/logo), Design Your World, Design Your World (design/logo), EditDV, Education by Design, FBX, Filmbox, Gmax, Heidi, HOOPS, HumanIK, i-drop, IntroDV, Kaydara, Kaydara (design/logo), Lustre, Maya, Mechanical Desktop, ObjectARX, Open Reality, PortfolioWall, ProjectPoint, RadioRay, Reactor, Revit, SketchBook, Visual, Visual Construction, Visual Drainage, Visual Hydro, Visual Landscape, Visual Roads, Visual Survey, Visual Toolbox, Visual Tugboat, Visual LISP, Voice Reality, Volo, WHIP!, and WHIP! (logo). The following are trademarks of Autodesk, Inc., in the USA and other countries: AliasStudio, AutoCAD Learning Assistance, AutoCAD Simulator, AutoCAD SQL Extension, AutoCAD SQL Interface, Autodesk Intent, AutoSnap, AutoTrack, Built with ObjectARX (logo), Burn, CAiCE, Cinestream, Cleaner Central, ClearScale, Colour Warper, Content Explorer, Dancing Baby (image), DesignCenter, Design Doctor, Designer's Toolkit, DesignKids, DesignProf, DesignServer, Design Web Format, DWF, DWG, DWG Linking, DWG (logo), DWG TrueConvert, DWG TrueView, DXF, Extending the Design Team, GDX Driver, Gmax (logo), Gmax ready (logo), Heads-up Design, Incinerator, LocationLogic, MotionBuilder, ObjectDBX, Plasma, PolarSnap, Powered with Autodesk Technology , Productstream, RealDWG, Real-time Roto, Render Queue, ShowCase, StudioTools, Subcontractor Desktop, Topobase, Toxik, Visual Bridge, Visual Syllabus, and Wiretap. Autodesk Canada Co. Trademarks The following are registered trademarks of Autodesk Canada Co. in the USA and/or Canada and other countries: Discreet, Fire, Flame, Flint, Flint RT, Frost, Glass, Inferno, MountStone, Riot, River, Smoke, Sparks, Stone, Stream, Vapour, Wire. The following are trademarks of Autodesk Canada Co., in the USA, Canada, and/or other countries: Backburner, Multi-Master Editing. Third-Party Trademarks All other brand names, product names, or trademarks belong to their respective holders. Third-Party Copyright Notices This product includes software developed by the GPL license (www.gnu.org/licenses/gpl.html), LGPL license, (www.gnu.org/licenses/lgpl.html), the Apache license 2.0 (www.apache.org/licenses/LICENSE-2.0.html) and the Python project (www.python.org/psf/license). Portions of this software are copyright © 2006 The Freetype project (www.freetype.org). All rights reserved. Refer to the file THIRD_PARTIES_LICENSES.txt file in the home directory of the application. GOVERNMENT USE Use, duplication, or disclosure by the U.S. Government is subject to restrictions as set forth in FAR 12.212 (Commercial Computer Software-Restricted Rights) and DFAR 227.7202 (Rights in Technical Data and Computer Software), as applicable. Manufacturer is Autodesk Canada Co./Autodesk, Inc., 10 Duke Street, Montreal, Quebec, Canada, H3C 2L7. Title: Document Version: Date: Using DLEDLs to Import Media Files 1 August 7, 2006