Perangkat Lunak Authoring. Authoring Tools software programs that let you create content without the need to write programming code.

Slides:



Advertisements
Presentasi serupa
Bab 6 Multimedia.
Advertisements

Pengenalan Action di dalam Movie Flash
Klasifikasi Piranti Authoring Multimedia
Kode MK : MI Revisi Terakhir : Pertemuan1 FX. Henry Nugroho, S.T., M.Cs Adi Kusjani, S.T. GUI dan IDE 2013.
PEMROGRAMAN I 2 SKS.
Kode MK : MI Revisi Terakhir : Pertemuan 2 FX. Henry Nugroho, S.T., M.Cs Adi Kusjani, S.T. Penggunaan Komponen Dasar 2013.
Pemrograman Sistem Basis Data
Memahami etimologi multimedia
PEMROGRAMAN APLIKASI BISNIS I (VISUAL STUDIO 2010)
ELEMEN MULTIMEDIA (LANJ..)
Klasifikasi Tools Authoring Multimedia
Pemrograman multimedia
Game Theory Purdianta, ST., MT..
Pertemuan 6 Alat Bantu Authoring Multimedia
Produksi Multimedia (KMN 504)
PEMBUATAN WEBSITE PEMBELAJARAN TATA CARA SHALAT Iqdam Fauzi for further detail, please visit
1 Pertemuan 12 Pengkodean & Implementasi Matakuliah: T0234 / Sistem Informasi Geografis Tahun: 2005 Versi: 01/revisi 1.
INDONESIA INFRASTRUCTURE INITIATIVE IURSP – Monitoring dan Evaluasi IURSP – Monitoring and Evaluation Workshop 3 Steve Brown VicRoads International Projects.
UNIT 1 Pengembangan APLIKASI MULTIMEDIA
1 Pertemuan 01 Pemrograman Visual Matakuliah: T0063/Pemrograman Visual Tahun: 2005 Versi: 1/0.
To start, click Preview under the iSpring Suite 8 tab iSpring Suite 8 2-minute overview.
Visual Basic for Aplications in powerpoint. What is Visual Basic for Aplications? Visual Basic for Applications (VBA) is a very powerful objectoriented.
Jartel, Sukiswo Sukiswo
ANIMASI 3D PADA ARCHICAD
Software Engineering Process
PENGEMBANGAN MULTIMEDIA
Notasi Object Oriented System
DIGITAL BOOK SIGIL AMIROH.
Membangun Web Site“Cantik”
I WAYAN ORDIYASA, S.KOM, M.T.
M2. Produksi konten Multimedia 1
Multimedia Authoring Tools
PRAKTIKUM CASE Ati Suci Dian Martha, S.Kom., M.T. -
MICROSOFT POWER POINT 2007 APLIKASI KOMPUTER 2.
Materi 1. Konsep dasar, pembuatan dan aplikasi multimedia
Bagian 1-Apa itu Multimedia?
Sejarah Multimedia TRI SURATNO, S.KOM.,M.KOM.
Teknik Presentasi.
Pemrograman Visual (Borland Delphi 7.0)
Kuis 1 April 2017 Pilih Suatu Proyek IT
MULTIMEDIA Loading … masuk keluar.
Sikllus Pengembangan Aplikasi Multimedia
I WAYAN ORDIYASA, S.KOM, M.T.
Pertemuan 1 Pemrograman Visual Intro ‘n Delphi Intro
Let’s play programming!
Multimedia Authoring Tools
Interactive multimedia
IMPLEMENTASI DAN PENGUJIAN SISTEM
ABSTRACT Animation is an image or object processing which can be moved. Firstly, animation is made using paper sheet by sheet which is flipped until get.
STIESS BATANG.
PROSPEK DAN TANTANGAN TEKNOLOGI PEMBELAJARAN
4.2 PERKAKASAN DAN PERISIAN
PENGENALAN KEPADA SISTEM MULTIMEDIA (WXET 3142)
Things You Need to Know Before Running on the Beach.
How to Pitch an Event
Don’t Forget to Avail the Timely Offers with Uber
ELEMEN MULTIMEDIA (LANJ..)
Angular js training institute in indore
Algoritma & Pemrograman 1 Achmad Fitro The Power of PowerPoint – thepopp.com Chapter 4.
Jaringan Komputer.
Fix problems opening Norton  Fix problems opening Norton This problem can happen after you update Norton. To fix the matter, restart the computer. Fix.
Website: Website Technologies.
Importance of Web Development Frameworks Frameworks, no doubt have become a crucial aspect of web development. In fact, many find the entire development.
Implementasi No SQL di PT Xyclus Cipta Teknologi Basis Data Lanjut
Draw a picture that shows where the knife, fork, spoon, and napkin are placed in a table setting.
KOMUNIKASI MULTIMEDIA
Politeknik Negeri Malang
Free PPT Templates Insert the title of your presentation here
INTERAKSI LEMBAGA SOSIAL ILMU PENGETAHUAN SOSIAL.
HOW TO IMPROVE YOUR PUBLIC SPEAKING SKILLS. 2 3 INIKAH YANG SERING ANDA ALAMI SAAT PRESENTASI?
Transcript presentasi:

Perangkat Lunak Authoring

Authoring Tools software programs that let you create content without the need to write programming code

Purpose Of Authoring Tools Provide a framework for organizing and editing elements of multimedia projects

Why should we use Authoring Tools? It generally takes about 1/8th the time to develop an interactive multimedia project. This means 1/8 the cost of programmer time and likely increased re-use of code

Definisi  Serupa dengan IDE  Memungkinkan integrasi teks, video dan animasi dalam presentasi yg interaktif  Memungkinkan mengembangkan perangkat lunak dg drag & drop elemennya  Mereduksi penggunaan bahasa pemrograman

Kemampuan PL Authoring  Produksi video  Animasi  Game  Training interaktif  Simulasi  Prototipe  visualisasi

Kategori  Authoring berbasis halaman (page-based/ card-based)  Authoring berbasis ikon (icon-based, even-driven)  Authoring berbasis waktu (Time-Based)  Authoring berorientasi objek (object- oriented)  Authoring DVD

Authoring berbasis halaman  elements organized as pages in a book (or a stack of cards)  best used when elements can be viewed individually  authoring tool organizes the sequence of viewing

Contoh Page-Based  HyperCard (Mac)  SuperCard (Mac/Windows)  Media Object (Mac/Windows)  ToolBook (Win)  Visual Basic (Win)  PowerPoint (Win)

ToolBook

SuperCard

Hypercard

Authoring berbasis ikon  elements and events are organized in a structural framework (or process)  Menggunakan konsep flowchart utk membuat aliran elemen-elemen multimedia  when navigation is complex, charts are useful for development  similar to visual programming--graphically depict the projects logic and then add content

Icon based

Contoh Icon-Based, Even-Driven  Authorware Professional (Mac/Windows)  Icon Author (Win)  Quest (Win)

Authoring berbasis waktu  Drag objects and actions onto the timeline, and they will appear or disappear at a specific point in time  elements and events are organized along a timeline  best used when project has a beginning and end with a message to send  developer sets playback speed  elements are triggered at given time in sequence of events  very popular

Contoh time-based  Macromedia Flash  Macromedia Director (Mac/Windows)  Action!

Authoring berbasis objek  elements and events are objects that have a hierarchical order (parents and children)  message passing allows objects to do things depending on their property settings  particularly useful for games and for simulating real-life situations

Contoh object-oriented  mTropolis (Mac/Windows)  AppleMedia Tool  MediaForge (Win)

Authoring DVD  Pinnacle Impression DVD  Sonic ReelDVD  Ulead DVD Workshop

Pinnacle Impression  Mempunyai fasilitas compelling  Mempunyai fasilitas menciptakan judul yg profesional interaktif  Mempunyai 8 audiotrack, 32 subtitle track  Menu gerakan gaya hollywood, multiangle title, mendukung dolby digital

Sonic ReelDVD  Dirancang khusus untuk video dan aplikasi perusahaan  Mempunyai fasilitas storyboard yg menampilkan aliran proyek, timeline dari klip video, windows yang simultan utk melihat dan mengetes navigasi proyek  Mempunyai 8 audiotrack dan 32 subtitle track serta dolby digital

Sonic ReelDVD  Storyboard editor - Provides a complete overview of each element in the DVD-Video project  Timeline view - Enables easy trimming of video, adding of chapter points, audio and subtitle tracks  Multiple audio and subtitle streams - Gives DVDs international appeal with eight audio streams and 32 subtitle streams  Integrated project preview - Allows projects to be proofed directly from the hard drive, before writing to DVD  Subtitle editor - Makes it quick and easy to add subtitles on-the-fly  Slideshows - Turns a collection of stills into an interactive slideshow with or without audio  Broad range of device support - Enables titles to be recorded to DVD-R, CD-R, CD-RW and DLT tapes  Dolby-certified Dolby Digital audio encoding

Ulead DVD Workshop  Dirancang utk profesionalis video kreatif  Mempunyai fasilitas MPEG Direct utk menangkap DVD  Mempunyai fasilitas menu diam dinamis dan bergerak  Mempunyai fasilitas transcoding MPEG kualitas tinggi  Dapat menciptakan DVD, VCD, CVCD dan movie interaktif