Quicktime for Java Als Alternative Zum Java Media Framework

Total Page:16

File Type:pdf, Size:1020Kb

Quicktime for Java Als Alternative Zum Java Media Framework Quicktime for Java als Alternative zum Java Media Framework peyote Informationsdesign Ges.m.b.H. DI Christian Liska mailto:[email protected] Quicktime (1) ' Apple: „At its simplest, QT is software that allows you to play back media on your computer. But it is also a whole lot more...“ ' File Format ' Suite of Applications ' Quicktime Player ' Quicktime Plugin ' Quicktime Pro Quicktime (2) ' Plattform for Media ' Audio/Video capturing ' authoring content ' adding interactivity to static media ' ... API JavaMediaFw. ' Sun: „... enables audio, video and other time-based media to be added to Java applications and applets.“ ' capturing, playback(ing), streaming, transcoding multiple media formats ' ... API, which extends the multimedia capabilities of J2SE. QT vs. JMF (1) ' Quicktime ' JMF ' standalone ' integrated in Java Media APIs ' Platforms: ' ' Windows Platforms: ' Apple ' Solaris ' Linux ' Windows ' Cross PF QT vs. JMF (2) ' native ' pure Java with implementation nat. performance packs ' no source code ' source code ' docu online available (SCSL) ' complete docu. online/download QT vs. JMF (2) ' native ' pure Java with implementation nat. performance packs ' no source code ' source code ' docu online or buy a book available (SCSL) ' complete docu. online/download Mediatypes (1) ' Quicktime ' JMF IMAGES ' all standard types ' no image types by (BMP, GIF, default JPG,TIFF,PNG ...) ' Photoshop (with multiple layers) Mediatypes (2) ' Quicktime ' JMF VIDEO ' AVI, MPEG-1, MOV ' AVI, MPEG-1, MOV Quicktime JMF Animation j - Apple BMP j - Apple Video j - Cinepak j j Component V j - DV NTSC j - DV PAL j - H.261 j j H.263 j j MS OLE j - MS Video 1 j - Motion Jpg A j j Motion Jpg B j j Photo Jpg j - Planar RGB j j Sorenson V1/2 j - Mediatypes (3) ' Quicktime ' JMF Audio ' AIFF, AU, Karaoke, ' AIFF, AU, MIDI MIDI, MP3 (1, 3), (1,2), MP2 (1,2), M3U, SF2, Sound, MP3 (1,2,3), Wave Wave Mediatypes (4) ' Quicktime ' JMF „Multimedia“ ' Macromed. Flash 4 ' Macromed. Flash 2 ' VR Mediatypes (5) ' Quicktime ' JMF Exporter QT-Export JMF-Export AIFF j j AU j j AVI j j BMP j - DV-Stream j - Jpeg j - MIDI j - Photoshop j - PICT j - PNG j - QT-Img j - QT-MOV j j SGI j j wav j - TIFF j - Mediatypes (6) ' Quicktime ' JMF Capture Devices ' all devices ' support under supported by QT- Solaris and Pro Windows ' Webcams (QuickCam VC, Creative WebCam) ' Solaris: SunVideo+ Quicktime API (1) ' „programming“ multimedia ' written in native C st ' QT-Java-API 1 demonstrated at Java One 1998 java.* quicktime.* JNI java-lib quicktime-lib OS Mac Win Quicktime API (2) ' API to directly acccess QT native runtime library - quicktime.std.* ' set of packages that forms the basis of Application Framework (focus on presenting different kinds of media) - quicktime.app.* Quicktime API (3) ' services ' creation of objects for different forms of media - QTFactory.makeDrawable(); ' utils for dealing with single images ' composition services for layering and blending ' timing services ' video/audio capturing from external sources ' visual effects architecture Demo:QTSimpleApplet public class QTSimpleApplet extends Applet { ... public void init() { try { QTSession.open(); setLayout(new BorderLayout()); mQTCanvas = new QTCanvas(...); add(mQTCanvas, „Center“); QTFile f = new QTFile(...); mQTDrawble = QTFactory.makeDrawable(f); } catch(Exception e) { //... } } public void start() { mQTCanvas.setClient(mQTDrawable,true); } public void stop() { mQTCanvas.removeClient(); } Demo:JscriptApplet ' controlling a movie within a browser using JavaScript public void start () { ...canvas and file as before OpenMovieFile movieFile = OpenMovieFile.asRead(qtf); Movie myMovie = Movie.fromFile(movieFile); myPlayer = new MoviePlayer(myMovie); myCanvas.setClient(myPlayer, true); } public void resetTime(int time) { myPlayer.setRate(0); myPlayer.setTime(time); } public void pause() { myPlayer.setRate((myPlayer.getRate() == 0 ? 1 : 0)); } QTCanvas ' specialized Canvas that supplies access to the native graphics environment ' instance of QTCanvas can display any object that implements the Drawable interface ' setClient() associates a new client with the QTCanvas QTDrawable ' encapsulates common operations that can be applied to a QT drawing object ' expresses the required methods that QTCanvas needs to draw its client ' QT-objects that implement QTDrawable: ' QTPlayer, MoviePlayer, SGDrawer, ... QTFactory ' provides factory methods for creating classes used to present media that QT can import ' QTFactory.makeDrawable(): type object ' file movies QTPlayer images GraphicsImporterDrawer ' HTTP sound QTPlayer ' FTP MIDI QTPlayer ... ... ' RTP etc, etc, ... ' Fullscreen-support FullScreenWindow w = new FullScreenWindow( new FullScreen(), myPlayMovie); ... QTCanvas c = new QTCanvas(...); w.add(c); c.setCanvas(moviePlayer, false); ' QTEffect forms base class for vis. eff. (bluring, detecting edges, ...) ' full support of Quicktime-VR ' etc, ... peyote – Kiosk ' framework / system to present multimedial content ' integration of 2d and 3d ' intuitive UI ' contact-free content controlling Implementation ' based on Java3D and JMF ' large videos -> problems with performance and playback ' customers need variety of media types ' migration to QT / integration of QT ' design of player plugin technology ' definition of kiosk interface classes ' plugin via abstraction layer ' first plugin „only“ for videos and sound ' prepared for integration of QT-VR, Flash-4 Demo euroshop'02 CeBIT'02 Thanks ' contact: ' http://www.peyote.cc ' mailto:[email protected] ' peyote Informationsdesign Ges.m.b.H. Mariahilferstrasse 51 1060 Wien ' phone: +43(1)5850537.
Recommended publications
  • Winamp "Classic" 2.81: * Updated to PP's Latest Input and Output Plugins * in Mp3 Now Doesnt Continue to Play on Output Plugin Error
    Winamp "Classic" 2.81: * updated to PP's latest input and output plugins * in_mp3 now doesnt continue to play on output plugin error. * smaller installers because we use msvcrt.dll now * fixed bugs relating to files with ~ in their names. * doublerightclick in credits makes for fullscreen credits * more bugfixes (including a fix in the version update notification checking) * updated installer to have nicer error messages. * made systray icon update if explorer restarts * and more (muahaha)! Winamp 2.80: * fixed drag&drop from open file dialog related bugs * made CDDB support better handle notfound CDs/lack of CDDB installed. * update to CDDB ui (bugfix) * new splash screen * minibrowser security fix * updated winamp agent to support both winamp 2.x and 3.x * included PP's hacks for slightly better unicode filename support * in_wave support for floating point .WAV files fixed * better win9x compatibility for DirectSound * waveOut made skip less * some in_mod perfile fixes * OGG Vorbis support for Standard and Full installs. * CD support back in lite installer. Winamp 2.79: * upgraded unzip/decompress support to zlib 1.1.4, for big security fix * improved multiple instance detection code/opening many files from explorer iss ues * winamp agent tooltip improvement * fix to id3v2+unicode support Winamp 2.78: * minibrowser fixes * cddb2 support * updates to mod, midi, and wav support (from the wonderful PP) Winamp 2.77: * mb.ini skin support (Winamp/MBOpen) * added page and slider for 'shuffle morph rate' to Preferences so you can control how much the playlist morphs (mutates) each time it cycles through. * PP's ACM disk writer output plugin instead of the classic one * PP's WAV/VOC reader (Which is apparently so much better, but we will see) * included new in_midi and in_mod (yay) * made playlist editor automatically size down when necessary (on startup) * made drag&drop playlist URLs work * made alt+delete work again in playlist editor * made winamp.exe and winampa.exe both much less likely to fudge HKCR/.
    [Show full text]
  • Flexible and Automated Production of Full-Fledged Electronic Lectures Peter Ziewer
    Fakult¨at fur¨ Informatik der Technischen Universit¨at Munc¨ hen Flexible and Automated Production of Full-Fledged Electronic Lectures Peter Ziewer Institut fur¨ Informatik Lehrstuhl Informatik II Flexible and Automated Production of Full-Fledged Electronic Lectures Peter Ziewer Vollst¨andiger Abdruck der von der Fakult¨at fur¨ Informatik der Technischen Universit¨at Munc¨ hen zur Erlangung des akademischen Grades eines Doktors der Naturwissenschaften (Dr. rer. nat.) genehmigten Dissertation. Vorsitzender: Univ.-Prof. Dr. Arndt Bode Prufer¨ der Dissertation: 1. Univ.-Prof. Dr. Helmut Seidl 2. Univ.-Prof. Dr. Johann Schlichter Die Dissertation wurde am 30. November 2006 bei der Technischen Universit¨at Munc¨ hen eingereicht und durch die Fakult¨at fur¨ Informatik am 24. Mai 2007 angenommen. Abstract This thesis describes the automated production of multimedia-based learning mate- rials. Recording of real live lectures enables a lightweight and cost-effective way of creating electronic lectures. The flexible screen grabbing technology can capture vir- tually any material presented during a lecture and furthermore can be integrated seamlessly into an existing teaching environment in a transparent manner, so that the teacher is not aware of the recording process. Throughout this thesis the design and development of a flexible and easy-to-use lec- turing environment on the basis of Virtual Network Computing (VNC) is explained. The VNC infrastructure and protocol is adapted to build up an environment that of- fers scalable transmission of live lectures and is capable of supplying a large number of distance students in parallel. Furthermore, the suggested system provides com- fortable lecture recording in order to produce electronic lectures for asynchronous replay at any time later.
    [Show full text]
  • 5Lesson 5: Multimedia on the Web
    5Lesson 5: Multimedia on the Web Objectives By the end of this lesson, you will be able to: 1.5.7: Download and store files using a Web browser. 1.5.10: Install and upgrade common plug-ins, add-ons and viewers (e.g., Adobe Reader, Adobe Flash Player, Microsoft Silverlight, Windows Media Player, Apple QuickTime) and identify their common file name extensions. 1.5.11: Use document and multimedia file formats, including PDF, PNG, RTF, PostScript (PS), AVI, MPEG, MP3, MP4, Ogg. Convert between file formats when appropriate. 5-2 Internet Business Associate Pre-Assessment Questions 1. Briefly describe C++. 2. Which statement about vector graphics is true? a. Vector graphics are saved as sequences of vector statements. b. Vector graphics have much larger file sizes than raster graphics. c. Vector graphics are pixel-based. d. GIFs and JPGs are vector graphics. 3. Name at least two examples of browser plug-ins. © 2014 Certification Partners, LLC. — All Rights Reserved. Version 2.1 Lesson 5: Multimedia on the Web 5-3 Introduction to Multimedia on the Web NOTE: Multimedia on the Web has expanded rapidly as broadband connections have allowed Multimedia use on users to connect at faster speeds. Almost all Web sites, including corporate sites, feature the Web has been hindered by multimedia content and interactive objects. For instance, employee orientation sessions, bandwidth audio and video memos, and training materials are often placed on the Internet or limitations. Until all Internet users have corporate intranets. high-speed connections Nearly all network-connected devices, such as PCs, tablets, smartphones and smart TVs, (broadband or can view online interactive multimedia.
    [Show full text]
  • How to Play Your Digital Album
    How to Play Your Digital Album Step 1 – *Best if executed on a desktop or laptop computer. ▪ Download the file via the link in either your purchase receipt or in the email you receive post purchase. Example: Richard+S.+Grossman+-+Faded+Photograhs%282%29.zip Step 2 – *If Step 2 doesn’t apply to you, skip ahead to Step 3. ▪ Make sure you have iTunes, Windows Media Player or one of the other player apps in the list on page 2 of these instructions installed on your device (Virtually all Mac and Windows computers will already have at least one of these installed). If not, go to your appropriate App Store in your web browser to download the app you need. ▪ https://apps.apple.com/us/genre/ios/id36 ▪ https://www.microsoft.com/en-us/download/details.aspx?id=20426 ▪ https://www.videolan.org/vlc/index.html Step 3 – ▪ On a Mac device, go to your ‘Downloads’ folder and double-click on the link that has the name of the file you downloaded. This will extract the compressed .zip file to show a folder icon with the same name (minus the .zip). Open that folder and double click on the file with the ‘.m3u’ extension at the of its name. This should automatically launch your default media player, load the album into your player’s library and begin playing the first track (check your volume or mute button if you don’t hear anything). If this doesn’t work, you may need to manually launch your media player. ▪ On a Windows device, right-click on the downloaded file and then select ‘Extract’ from the contextual menu options.
    [Show full text]
  • Tele-Immersive Display with Live-Streamed Video
    Tele-Immersive Display with Live-Streamed Video TANG Wai-Kwan A Thesis Submitted in Partial Fulfillment of the Requirements for the Degree of Master of Philosophy in Computer Science and Engineering ©The Chinese University of Hong Kong July, 2001 The Chinese University of Hong Kong holds the copyright of this thesis. Any person(s) intending to use a part or the whole of the materials in this thesis in a proposed publication must seek copyright release from the Dean of the Graduate School. 趣i rw^書群 言一 0 哪一:⑶ M v?^ nMU .V、 w 梦 - 5 一 二 Tele-Immersive Display with Live-Streamed Video submitted by TANG Wai-Kwan for the degree of Master of Philosophy at The Chinese University of Hong Kong Abstract Tele-immersion is a rapidly growing technology which allows geographically separated users to collaborate in a shared virtual environment. Video systems in those tele-immersion applications, however, usually suffer from a limited field-of-view. To capture wide field-of-view video, specially designed video systems are required. In this thesis, we present the techniques for the real-time construction of live panoramic video from multiple live video streams obtained by normal CCD video cameras. A system framework for tele-immersive applications is designed. In our approach, we first obtain sample video frames from the video cameras. Using techniques of generating image mosaic, the video frames are combined together to form a large field of view image. We obtain a list of triangles with texture coordinates. In the running time, the live video streams are used as texture map which are rendered into a live panoramic video stream.
    [Show full text]
  • Innovative Digital Projects
    Chapter 3 Innovative Digital Projects The Library of Congress, Digital Collections & and the Revealing of America exhibit uses Flash. In Programs this particular Lewis & Clark exhibit, the user is given a www.loc.gov/library/libarch-digital.html virtual tour of the Lewis & Clark exhibit gallery currently on display at the Library of Congress. The Library of Congress, Global Gateway: There are multiple resources available for teachers, World Culture & Resources educators, researchers, publishers, librarians, families, http://international.loc.gov/intldl/intldlhome.html and disabled persons to access, use, and teach with these The American Memory Project digitized resources. This is a wonderful Web site/portal http://memory.loc.gov/ammem/help/view.html for experimentation, exploration, and learning. The American Memory Project Listing DigiCULT http://memory.loc.gov/ammem www.digicult.info/pages Library of Congress Digital Exhibits DigiCULT Newsletters www.loc.gov/exhibits www.digicult.info/pages/newsletter.php Rivers, Edens, Empires: Lewis & Clark and the DigiCULT Technology Watch Reports Revealing of America www.digicult.info/pages/techwatch.php www.loc.gov/exhibits/lewisandclark/virtualtour July – August 2005 – August July DigiCULT Thematic Issues The Library of Congress, Digital Collections & www.digicult.info/pages/themiss.php Programs Web site features many of the digital collections and exhibits of The Library of Congress. Many of them are DigiCULT’s mission is to benefi t the cultural basic digitization projects, but there are a few that meet heritage sector, particularly in Europe, by assessing and the criteria set for this book. monitoring emerging and existing technologies to help The American Memory Project has a number of optimize the development, preservation, and access to collections that feature audio, maps, and video (the main Europe’s cultural and scientifi c heritage, especially within page provides information about downloading free plug- the emerging digital cultural economy.
    [Show full text]
  • Format Support
    Episode 6 Format Support FILE FORMAT CODEC Episode Episode Episode Pro EngineCOMMENTS Adaptive bitrate streaming Microsoft Smooth Streaming H.264 (AAC audio) O Windows OS only. Available with Episode Engine License. Apple HLS H.264 (AAC audio) O Available with Episode Engine License. Windows Media WMV, ASF VC-1 O O O WM9 I/O I/O I/O WMV7 and 8 through F4M component on Mac WMA I/O I/O I/O WMA Pro I/O I/O I/O Flash FLV Flash 8 (VP6s/VP6e) I/O I/O I/O SWF Flash 8 (VP6s/VP6e) I/O I/O I/O MOV/MP4/F4V Flash 9 (H.264) I/O I/O I/O F4V as extension to MP4 WebM WebM VP8 O O O Vorbis O O O 3GPP 3GPP AAC I/O I/O I/O H.263 I/O I/O I/O H.264 I/O I/O I/O MainConcept and x264 MPEG-4 I/O I/O I/O 3GPP2 3GPP2 AAC I/O I/O I/O H.263 I/O I/O I/O H.264 I/O I/O I/O MainConcept and x264 MPEG-4 I/O I/O I/O MPEG Elementary Streams MPEG-1 Elementary Stream MPEG-1 (video) I/O I/O I/O MPEG-2 Elementary Stream MPEG-2 I/O I/O I/O MPEG Program Streams PS AAC O O O MainConcept and x264 H.264 I/O I/O I/O MPEG-1/2 (audio) I/O I/O I/O MPEG-2 I/O I/O I/O MPEG-4 I/O I/O I/O MPEG Transport Streams TS AAC I O O AES I I/O I/O H.264 I I/O I/O MainConcept and x264 AVCHD I I I HDV I I/O I/O MPEG - 1/2 (audio) I I/O I/O MPEG - 2 I I/O I/O MPEG - 4 I I/O I/O PCM I I I Matrox MAX H.264 I/O I/O I/O QT codec (*output possible via QT), Requires Matrox MAX hardware - Mac OS X only MPEG System Streams M1A MPEG-1 (audio) I/O I/O I/O M1V MPEG-1 (audio) I/O I/O I/O Episode 6 Format Support Format Support FILE FORMAT CODEC Episode Episode Episode Pro EngineCOMMENTS MPEG-4 MP4 AAC I/O I/O I/O
    [Show full text]
  • Bio-Formats Documentation Release 4.4.9
    Bio-Formats Documentation Release 4.4.9 The Open Microscopy Environment October 15, 2013 CONTENTS I About Bio-Formats 2 1 Why Java? 4 2 Bio-Formats metadata processing 5 3 Help 6 3.1 Reporting a bug ................................................... 6 3.2 Troubleshooting ................................................... 7 4 Bio-Formats versions 9 4.1 Version history .................................................... 9 II User Information 23 5 Using Bio-Formats with ImageJ and Fiji 24 5.1 ImageJ ........................................................ 24 5.2 Fiji .......................................................... 25 5.3 Bio-Formats features in ImageJ and Fiji ....................................... 26 5.4 Installing Bio-Formats in ImageJ .......................................... 26 5.5 Using Bio-Formats to load images into ImageJ ................................... 28 5.6 Managing memory in ImageJ/Fiji using Bio-Formats ................................ 32 5.7 Upgrading the Bio-Formats importer for ImageJ to the latest trunk build ...................... 34 6 OMERO 39 7 Image server applications 40 7.1 BISQUE ....................................................... 40 7.2 OME Server ..................................................... 40 8 Libraries and scripting applications 43 8.1 Command line tools ................................................. 43 8.2 FARSIGHT ...................................................... 44 8.3 i3dcore ........................................................ 44 8.4 ImgLib .......................................................
    [Show full text]
  • Inside Quicktime: Interactive Movies
    Inside QuickTime The QuickTime Technical Reference Library Interactive Movies October 2002 Apple Computer, Inc. Java and all Java-based trademarks © 2001 Apple Computer, Inc. are trademarks of Sun Microsystems, All rights reserved. Inc. in the U.S. and other countries. No part of this publication may be Simultaneously published in the reproduced, stored in a retrieval United States and Canada system, or transmitted, in any form or Even though Apple has reviewed this by any means, mechanical, electronic, manual, APPLE MAKES NO photocopying, recording, or WARRANTY OR REPRESENTATION, otherwise, without prior written EITHER EXPRESS OR IMPLIED, WITH permission of Apple Computer, Inc., RESPECT TO THIS MANUAL, ITS with the following exceptions: Any QUALITY, ACCURACY, person is hereby authorized to store MERCHANTABILITY, OR FITNESS documentation on a single computer FOR A PARTICULAR PURPOSE. AS A for personal use only and to print RESULT, THIS MANUAL IS SOLD “AS copies of documentation for personal IS,” AND YOU, THE PURCHASER, ARE use provided that the documentation ASSUMING THE ENTIRE RISK AS TO contains Apple’s copyright notice. ITS QUALITY AND ACCURACY. The Apple logo is a trademark of IN NO EVENT WILL APPLE BE LIABLE Apple Computer, Inc. FOR DIRECT, INDIRECT, SPECIAL, Use of the “keyboard” Apple logo INCIDENTAL, OR CONSEQUENTIAL (Option-Shift-K) for commercial DAMAGES RESULTING FROM ANY purposes without the prior written DEFECT OR INACCURACY IN THIS consent of Apple may constitute MANUAL, even if advised of the trademark infringement and unfair possibility of such damages. competition in violation of federal and state laws. THE WARRANTY AND REMEDIES SET FORTH ABOVE ARE EXCLUSIVE AND No licenses, express or implied, are IN LIEU OF ALL OTHERS, ORAL OR granted with respect to any of the WRITTEN, EXPRESS OR IMPLIED.
    [Show full text]
  • Nextkast User Manual
    User Manual v 2.2 Broadcast/Pro/Standard Index ?Quick Start Overview................................................................ 4 ?Quick Start Create Categories................................................. 5 ?Quick Start Create Rotation..................................................... 6 ?Downloading.............................................................................. 7 ?Installation................................................................................. 7 ?Software Overview.................................................................... 8 ?Installation Considerations...................................................... 9 ?A Word About Audio Files........................................................ 10 ?Main User Interface Buttons Described.................................. 11 ?Settings Window........................................................................ 12 ?Library Location / Software Updates....................................... 13 ?Library Location........................................................................ 14 ?Screen Modes............................................................................ 15 ?Getting Started.......................................................................... 16 ?Adding Music Files to The Categories.................................... 17 ?MarkingTrackSweepers/Intro/Outro Next Start/URL Embed. 18 ?Adding Additional Track Info.................................................... 19 ?Cue Editor Window...................................................................
    [Show full text]
  • Quicktime Overview
    QuickTime Overview 2005-08-11 Java and all Java-based trademarks are Apple Computer, Inc. trademarks or registered trademarks of Sun © 2004, 2005 Apple Computer, Inc. Microsystems, Inc. in the U.S. and other All rights reserved. countries. OpenGL is a registered trademark of Silicon No part of this publication may be Graphics, Inc. reproduced, stored in a retrieval system, or transmitted, in any form or by any means, Simultaneously published in the United mechanical, electronic, photocopying, States and Canada. recording, or otherwise, without prior Even though Apple has reviewed this document, APPLE MAKES NO WARRANTY OR written permission of Apple Computer, Inc., REPRESENTATION, EITHER EXPRESS OR with the following exceptions: Any person IMPLIED, WITH RESPECT TO THIS is hereby authorized to store documentation DOCUMENT, ITS QUALITY, ACCURACY, MERCHANTABILITY, OR FITNESS FOR A on a single computer for personal use only PARTICULAR PURPOSE. AS A RESULT, THIS and to print copies of documentation for DOCUMENT IS PROVIDED “AS IS,” AND YOU, THE READER, ARE ASSUMING THE personal use provided that the ENTIRE RISK AS TO ITS QUALITY AND documentation contains Apple’s copyright ACCURACY. notice. IN NO EVENT WILL APPLE BE LIABLE FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, The Apple logo is a trademark of Apple OR CONSEQUENTIAL DAMAGES Computer, Inc. RESULTING FROM ANY DEFECT OR INACCURACY IN THIS DOCUMENT, even if Use of the “keyboard” Apple logo advised of the possibility of such damages. (Option-Shift-K) for commercial purposes THE WARRANTY AND REMEDIES SET FORTH ABOVE ARE EXCLUSIVE AND IN without the prior written consent of Apple LIEU OF ALL OTHERS, ORAL OR WRITTEN, may constitute trademark infringement and EXPRESS OR IMPLIED.
    [Show full text]
  • Libcast EDU Le Guide Du Professeur Sommaire EDU
    Libcast EDU Le Guide du Professeur Sommaire EDU Avant propos page 03 I. Accéder à Libcast EDU S’identifier sur la plate-forme page 07 Ajouter, modifier et supprimer des podcasts page 08 II. Publier ses fichiers Présentation de l’interface de gestion des contenus page 10 L’interface d’ajout de contenu page 11 Utiliser sa webcam et/ou son micro pour créer un contenu page 12 Charger un fichier présent sur son disque dur page 13 Publier un contenu page 14 III. Fonctions avancées et technologies employées Gérer les réponses des étudiants page 16 La standardisation de vos contenus page 17 IV. Informations diverses Liste des supports numériques compatibles page 19 Codecs audio/vidéo supportés et formats acceptés page 20 Coordonnées utiles page 22 Guide pratique de Libcast EDU dans les ENT NetCollège et NetLycée v. 1.0 - propriété exclusive de Libcast SAS EDU Avant propos Guide pratique de Libcast EDU dans les ENT NetCollège et NetLycée v. 1.0 - propriété exclusive de Libcast SAS Présentation générale EDU Ce document contient des informations sur le démarrage et la première utilisation de la plate- forme de podcasting pédagogique Libcast EDU à travers les ENT Net Collège et Net Lycée. Vous pouvez vous rendre sur le site www.libcastedu.com/support/ pour prendre connaissance des informations les plus récentes concernant la documentation et les applications. Guide pratique de Libcast EDU dans les ENT NetCollège et NetLycée v. 1.0 - propriété exclusive de Libcast SAS Préparation EDU Libcast EDU est un logiciel Les deux interfaces indispensables pour intégralement en ligne, c’est à dire vous rendre sur votre ENT sont: disponible depuis votre navigateur ‣ un ordinateur équipé de Windows Internet.
    [Show full text]