Instructions For

Total Page:16

File Type:pdf, Size:1020Kb

Instructions For ! ! ! ! Instructions for Use! ! ! ! ! ! ! ! ! ! ! !!!!!!!!!!!!Grapher! !!!!!!!!!!!Versions 1.1 2.0 2.1! !!!!!!!!!!!!!! 2.2 2.3 2.5 ! !!!!!!!!!!!(and old Curvus Pro X 1.3.2)! ! ! ! ! ! ! (including a list of bugs and their workarounds)! ! ! “ When everything else fails, read the instructions “! ! !!!!!!!!!!April 16th 2014 edition" #1 ! Contents! ! ! page! ! Overview of Grapher! !! Summary!..........................................................................................................................4! !! Intuitive user interface!.......................................................................................................4! !! Inspectors!.........................................................................................................................5! !! Intuitive syntax!..................................................................................................................5! !! Animations!........................................................................................................................6! !! 3D view!.............................................................................................................................7! !! Export your creations!........................................................................................................7! !!! Contextual menus!.............................................................................................................7! ! Initiation! !! Lesson 1 : Creating a document!.......................................................................................8! !! Lesson 2 : Customizing the appearance of a document!.................................................11! !! Lesson 3 : Creating an animation (Animate Parameter)!.................................................15! !! Lesson 4 : Differential equations!....................................................................................20! !! Lesson 5 : Creating an animation (Create Animation) 2D and 3D!..................................27! !!! Lesson 6 : Treating a point set (Regression curve)!........................................................31! ! Grapher’s coordinate systems! !! 2D coordinates!................................................................................................................38! !!! 3D coordinates!................................................................................................................39! ! Expressions! !! Expressions syntax : general rules!.................................................................................41! !! Curves!............................................................................................................................43! !! Surfaces!..........................................................................................................................43! !! Fields!..............................................................................................................................44! !! Solutions to inequalities!..................................................................................................44! !! Constant expressions!.....................................................................................................44! !! Definitions of functions!....................................................................................................45! !! Point set data!..................................................................................................................45! !! Integrals and derivatives!.................................................................................................46! !! Sum, product, factorial, binomial coefficient, rounding, modulo, iteration!.......................47! !! Matrices and determinants!.............................................................................................47! !! Differential equations!......................................................................................................47! !! Sequences!......................................................................................................................48! !!! “Syntax error“ signal!.......................................................................................................48! ! Using the equation editor! !! Entering new data into the list of equations!....................................................................49! !! Sources of signs and symbols!........................................................................................49! !! Comments entered by the equation editor!......................................................................50! !! Navigating the equation editor!........................................................................................50! !! Exporting an equation!.....................................................................................................50! !! Keyboard shortcuts for the equation editor!...............................................................51! !! Built-in definitions!........................................................................................................53! ! #2 ! Numerical calculations (evaluations) ! !! Numerical evaluation of constant expressions!...............................................................55! !! Numerical evaluation of functions!...................................................................................55! !! Numerical evaluation of fields!.........................................................................................56! !! Numerical evaluation of sequences!................................................................................57! !! Numerical evaluation of point sets!..................................................................................57! !!! Calculation accuracy!.......................................................................................................57! ! Layout, appearance, saving and exporting the document! !! Opening a new document!...............................................................................................59! !! Formatting axes, grid and frame of the graph!.................................................................59! !! Customizing curves, surfaces and points!.......................................................................60! !! Adding objects to a 2D graph!.........................................................................................60! !! 3D graphs: perspective and appearance options!...........................................................61! !! Other uses!......................................................................................................................61! !! Informations to note before saving a 2D document!........................................................62! !!! Saving, exporting, templates!..........................................................................................62! ! Grapher’s bugs! !! A bit of history!.................................................................................................................63! !!! Grapher’s bugs and their workarounds!..........................................................................63! ! Appendices! !! Appendix 1. Point sets: from spreadsheets to Grapher!..................................................69! !! Appendix 2. Adaptation of lesson 4 in Grapher 2.0!........................................................70! !! Appendix 3. Calculations with complex numbers!...........................................................71! !! Appendix 4. Indexed expressions!...................................................................................73! !! Appendix 5. Matrices and determinants : solutions of linear equations!..........................74! !! Appendix 6. Expression syntax : supplements!...............................................................75! !! Appendix 7. Surfaces of revolution from a 2D curves!.....................................................77! !! Appendix 8. Changing files from Curvus Pro X (.cpx) to Grapher (.gcx)!........................78! !! Appendix 9. Matrices in Grapher!....................................................................................! 79! ! ! ________________________________! ! ! ! Despite its bugs (with their workarounds), Grapher is an outstanding software that should please you. I !wish you as much fun as I’ve experienced using it.! !!!!!!!!!!!!Yves Barois! ! ! This manual (French and English versions), English documentation on Internet, various works built with Grapher, are available on :! ! ! <http://y.barois.free.fr/grapher/>" #3 Overview of Grapher! Summary.! ! ! ! ! ! ! ! ! ! ! ! ! ! ! Grapher is software specifically designed for Mac OS X to show various graphic representations of equations. It can graph the following mathematical expressions :! !• Explicit or implicit equations! !• Parametric curves and surfaces! !• Solutions of differential equations! !• Discrete sequences! !• Scalar and vector fields! !• Inequalities and Boolean equations! ! • Sets of points! Grapher presents a convivial interface which allows to quickly create professional-quality graphs. Moreover, it provides additio- nal tools such as :! !• Evaluation and integration! !• Animation! !• Regression curves! !• etc.! ! !Intuitive user interface.! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! #4 !Toolbar : ➊.! Use the toolbar to select the action of the cursor, to change the limits of the frame, to show the inspectors, etc..! ! To customize
Recommended publications
  • Fundamentals of Digital Video
    FUNDAMENTALS OF DIGITAL VIDEO Digital Video Compression © 2016 Pearson Education, Inc., Hoboken, NJ. All 1 rights reserved. In this lecture, you will learn: • Basic ideas of video compression • General types of compression methods © 2016 Pearson Education, Inc., Hoboken, NJ. All 2 rights reserved. Compression • Basic idea: Want to represent the same content by using less data © 2016 Pearson Education, Inc., Hoboken, NJ. All 3 rights reserved. Compression and Decompression • Compression: – To reduce file size – Takes time – Often takes more time for higher compression • Decompression: – A compression video file must be decompressed before it is played. – The decompression method or algorithm depends on how it is originally compressed. © 2016 Pearson Education, Inc., Hoboken, NJ. All 4 rights reserved. Compression and Decompression • Compression and decompression always go together as a pair. • Codec : compressor/decompressor © 2016 Pearson Education, Inc., Hoboken, NJ. All 5 rights reserved. Types of Compression Methods • Spatial compression • Temporal compression • Lossless vs. lossy compression • Symmetrical and asymmetrical compression © 2016 Pearson Education, Inc., Hoboken, NJ. All 6 rights reserved. Spatial Compression • Compact individual frames as if they are independent digital images • Examples of algorithms: – Run-length encoding (RLE) – JPEG compression • Example codecs: – QuickTime Animation – QuickTime PlanarRGB – Microsoft RLE © 2016 Pearson Education, Inc., Hoboken, NJ. All 7 rights reserved. Spatial Compression • Types of video that spatial compression is good for: • contain large areas of solid colors, such as cartoon animation • Disadvantage: • Less compressed, i.e., relatively large file size compared to other types of compression © 2016 Pearson Education, Inc., Hoboken, NJ. All 8 rights reserved. Temporal Compression • Exploits the repetitious nature of image content over time in video • Saving more information for selected frames, i.e.
    [Show full text]
  • Grapher 12 Quick Start Guide
    GrapherTM Registration Information Your Grapher serial number is located on the CD cover or in the email download instructions, depending on how you purchased Grapher. Register your Grapher serial number online at www.GoldenSoftware.com. This information will not be redistributed. Registration entitles you to free technical support, free minor updates, and upgrade pricing on future Grapher releases. The serial number is required when you run Grapher the first time, contact technical support, or purchase Grapher upgrades. For future reference, write your serial number on the line below. _________________________________ GrapherTM Quick Start Guide The Ultimate Technical Graphing Package Golden Software, LLC 809 14th Street, Golden, Colorado 80401-1866, U.S.A. Phone: 303-279-1021 Fax: 303-279-0909 www.GoldenSoftware.com COPYRIGHT NOTICE Copyright Golden Software, LLC 2016 The GrapherTM program is furnished under a license agreement. The Grapher software and quick start guide may be used or copied only in accordance with the terms of the agreement. It is against the law to copy the software or quick start guide on any medium except as specifically allowed in the license agreement. Contents are subject to change without notice. Grapher is a registered trademark of Golden Software, LLC. All other trademarks are the property of their respective owners. March 2016 Quick Start Guide Table of Contents Introduction to Grapher ......................................................................................1 System Requirements ........................................................................................2
    [Show full text]
  • Software List (1-3-2017)
    Software List (1-3-2017) Information Commons BU 104 LLCD Adobe Flash Academic online JVC Pro HD Manager Chrome Acrobat Adobe Reader DC Adobe Photoshop CS6 Adobe Itunes Adobe Reader XI Comprehensive Medical Terminology Maple 16 Drive M:\ Glencoe Keyboarding Microsoft Office 2016 Firefox Itunes Microsoft Publisher Irwin/GDP Keyboarding Kurzeil 3000 MS visual studio 2015 Itunes Microsoft Office Suite 2007 Quicktime Kurzweil 3000 v.12 Quick time SPSS for Windows Maple 16 Skills bank real player Microsoft Office 2016 Vista 3-Scanners MS platform installer Windows 7 & 10 Microsoft Visio 2016 Wellington Center sharepoint MS SQL Internet Explorer XPS viewer MS Visual Studio 2015 ITunes Express for desktop Quicken deluxe 2014 McAfee Express for Web VLC Media Player Quicktime MS silverlight Windows 10 " " Media Player Statdisk Scanner Mozilla Firefox Skype 2016 MS silverlight Adobe Reader XI windows dvd maker wolfram cdf player Windows 8 Onedrive Filezilla Microsoft Office Suite 2013 notepad++ Gimp 2 Maple 16 respounds/lockdown opera mobile emulator Statdisk 3D builder VM ware/ vsphere Wolfram CDF Player MS Azure wire shark VLC Media Player cisco packet tracker MACS Software (Information Commons) 3D builder Brunswick Front Desk Computers java development kit Windows 7 System project 2016 Adobe 9 Developer notepad++ Apple Itunes Utilities IBM Iseries access for windows Time Machine Intel Management and Security TextEdit UC 222 Iseries navigator System Preferences Acrobat Reader XI Malware Bytes Anti Malware Stickies Adult Clinical Simulation Mcaffe
    [Show full text]
  • Getting Started a Guide for Your Apple Mobile Learning Lab Contents
    Getting Started A guide for your Apple Mobile Learning Lab Contents Introduction 1 Setting Up and Working with Your Mobile Lab 3 Setting Up Your Mobile Lab 3 Daily Setup 6 Sharing the Mobile Lab 9 Creating and Managing User Accounts 9 Installing Software 11 Sharing and Storing Files 14 Apple Remote Desktop: Managing Student Computers from One Computer 15 Using Parental Controls to Provide Extra Security 16 Maintaining Your Mobile Lab 17 Using the Tools That Come with Your Mobile Lab 20 Using iChat AV to Communicate and Collaborate with Video, Audio, and Text 20 Having Instant Access to Information with Widgets 22 Finding Files in a Flash with Spotlight 23 Crunching Numbers with Calculator and Grapher 24 Browsing the Internet with Safari 25 Staying Up to Date with iCal 27 Producing Digital Media Projects with iLife 28 Creating Digital Stories with iMovie 29 Creating Digital Music and Recording Audio with GarageBand 30 Organizing, Editing, and Sharing Digital Photos with iPhoto 32 Building Websites with Photos, Movies, Podcasts, and Text with iWeb 34 Organizing and Playing Music and Audio with iTunes 36 Reaching All Learners with Built-in Accessibility Features 37 Communicating via Email with Mail 38 Supporting Writing with Dictionary and TextEdit 39 Getting Started: A guide for your Apple Mobile Learning Lab II Contents More Tools to Use with Your Mobile Lab 40 Increasing Student Achievement with the Apple Digital Learning Series 40 Using the iPod as a Portable Learning Tool 44 Creating, Presenting, and Publishing Work with iWork 45 Additional Resources 47 Apple Learning Interchange 47 Apple Education 47 Apple Professional Development 48 Apple Support 48 Mobile Lab Teacher Sign-Up Sheet 49 Mobile Lab Student Checkout Sheet 50 Mobile Lab Teacher Checkout Sheet 51 © 2007 Apple Inc.
    [Show full text]
  • Grapher 11 Quick Start Guide
    TakeTake YourYour DataData toto NewNew HeightsHeights www.GoldenSoftware.com Quick Start Guide Golden Software, Inc. GrapherTM Registration Information Your Grapher serial number is located on the CD cover or in the email download instructions, depending on how you purchased Grapher. Register your Grapher serial number online at www.GoldenSoftware.com. Or, complete the Registration Form.PDF, located in the main directory of the installation CD. Return the Registration Form.PDF by mail or fax. This information will not be redistributed. Registration entitles you to free technical support, free minor updates, and upgrade pricing on future Grapher releases. The serial number is required when you run Grapher the first time, contact technical support, or purchase Grapher upgrades. For future reference, write your serial number on the line below. _________________________________ GrapherTM Quick Start Guide 2D and 3D Graphing Software for Scientists, Engineers, and Business Professionals Golden Software, Inc. 809 14th Street, Golden, Colorado 80401-1866, U.S.A. Phone: 303-279-1021 Fax: 303-279-0909 www.GoldenSoftware.com COPYRIGHT NOTICE Copyright Golden Software, Inc. 2014 The GrapherTM program is furnished under a license agreement. The Grapher software and quick start guide may be used or copied only in accordance with the terms of the agreement. It is against the law to copy the software or quick start guide on any medium except as specifically allowed in the license agreement. Contents are subject to change without notice. Grapher is a
    [Show full text]
  • Using Dragonframe 4.Pdf
    Using DRAGONFRAME 4 Welcome Dragonframe is a stop-motion solution created by professional anima- tors—for professional animators. It's designed to complement how the pros animate. We hope this manual helps you get up to speed with Dragonframe quickly. The chapters in this guide give you the information you need to know to get proficient with Dragonframe: “Big Picture” on page 1 helps you get started with Dragonframe. “User Interface” on page 13 gives a tour of Dragonframe’s features. “Camera Connections” on page 39 helps you connect cameras to Drag- onframe. “Cinematography Tools” on page 73 and “Animation Tools” on page 107 give details on Dragonframe’s main workspaces. “Using the Timeline” on page 129 explains how to use the timeline in the Animation window to edit frames. “Alternative Shooting Techniques (Non Stop Motion)” on page 145 explains how to use Dragonframe for time-lapse. “Managing Your Projects and Files” on page 149 shows how to use Dragonframe to organize and manage your project. “Working with Audio Clips” on page 159 and “Reading Dialogue Tracks” on page 171 explain how to add an audip clip and create a track reading. “Using the X-Sheet” on page 187 explains our virtual exposure sheet. “Automate Lighting with DMX” on page 211 describes how to use DMX to automate lights. “Adding Input and Output Triggers” on page 241 has an overview of using Dragonframe to trigger events. “Motion Control” on page 249 helps you integrate your rig with the Arc Motion Control workspace or helps you use other motion control rigs.
    [Show full text]
  • 20.1 Data Sheet - Supported File Formats
    20.1 Data Sheet - Supported File Formats Target release 20.1 Epic Document status DRAFT Document owner Dieter Van Rijsselbergen Designer Not applicable Architecture Dieter Van Rijsselbergen QA Assumptions Implementation of Avid proxy formats produced by Edge impose a number of known Avid-specific conversions. Avid proxies are under consideration and will be included upon binding commitment. Implementation of ingest through rewrapping (instead of transcoding) of formats with Avid-supported video and audio codecs are under consideration and will be included upon binding commitment. Implementation of ingest through transcoding to Avid-supported video codecs other than DNxHD or DNxHR are under consideration and will be included upon binding commitment. Limecraft Flow and Edge - Ingest File Formats # File Codecs and Variants Edge Flow Status Notes Container ingest ingest 1 MXF MXF OP1a Deployed No P2 spanned clips supported at the Sony XDCAM (DV25, MPEG moment. IMX codecs), XDCAM HD and Referencing original OP1a media from Flow XDCAM HD 422 AAFs is possible using AMA media linking in also for Canon Avid. C300/C500 and XF series AAF workflows for P2 are not implemented end-to-end yet. Sony XAVC (incl. XAVC Intra and XAVC-L codecs) ARRI Alexa MXF (DNxHD codec) AS-11 MXF (MPEG IMX/D10, AVC-I codecs) MXF OP-atom Deployed. P2 (DV codec) and P2 HD Only (DVCPro HD, AVC-I 50 and available AVC-I 100 codecs) in Edge. 1.1 MXF Sony RAW and X-OCN (XT, LT, Deployed. Due to the heavy data rates involved in ST) Only processing these files, a properly provisioned for Sony Venice, F65, available system is required, featuring fast storage PMW-F55, PMW-F5 and NEX in Edge.
    [Show full text]
  • OS X Mountain Lion Includes Ebook & Learn Os X Mountain Lion— Video Access the Quick and Easy Way!
    Final spine = 1.2656” VISUAL QUICKSTA RT GUIDEIn full color VISUAL QUICKSTART GUIDE VISUAL QUICKSTART GUIDE OS X Mountain Lion X Mountain OS INCLUDES eBOOK & Learn OS X Mountain Lion— VIDEO ACCESS the quick and easy way! • Three ways to learn! Now you can curl up with the book, learn on the mobile device of your choice, or watch an expert guide you through the core features of Mountain Lion. This book includes an eBook version and the OS X Mountain Lion: Video QuickStart for the same price! OS X Mountain Lion • Concise steps and explanations let you get up and running in no time. • Essential reference guide keeps you coming back again and again. • Whether you’re new to OS X or you’ve been using it for years, this book has something for you—from Mountain Lion’s great new productivity tools such as Reminders and Notes and Notification Center to full iCloud integration—and much, much more! VISUAL • Visit the companion website at www.mariasguides.com for additional resources. QUICK Maria Langer is a freelance writer who has been writing about Mac OS since 1990. She is the author of more than 75 books and hundreds of articles about using computers. When Maria is not writing, she’s offering S T tours, day trips, and multiday excursions by helicopter for Flying M Air, A LLC. Her blog, An Eclectic Mind, can be found at www.marialanger.com. RT GUIDE Peachpit Press COVERS: OS X 10.8 US $29.99 CAN $30.99 UK £21.99 www.peachpit.com CATEGORY: Operating Systems / OS X ISBN-13: 978-0-321-85788-0 ISBN-10: 0-321-85788-7 BOOK LEVEL: Beginning / Intermediate LAN MARIA LANGER 52999 AUTHOR PHOTO: Jeff Kida G COVER IMAGE: © Geoffrey Kuchera / shutterstock.com ER 9 780321 857880 THREE WAYS To learn—prINT, eBOOK & VIDEO! VISUAL QUICKSTART GUIDE OS X Mountain Lion MARIA LANGER Peachpit Press Visual QuickStart Guide OS X Mountain Lion Maria Langer Peachpit Press www.peachpit.com To report errors, please send a note to [email protected].
    [Show full text]
  • Input Formats & Codecs
    Input Formats & Codecs Pivotshare offers upload support to over 99.9% of codecs and container formats. Please note that video container formats are independent codec support. Input Video Container Formats (Independent of codec) 3GP/3GP2 ASF (Windows Media) AVI DNxHD (SMPTE VC-3) DV video Flash Video Matroska MOV (Quicktime) MP4 MPEG-2 TS, MPEG-2 PS, MPEG-1 Ogg PCM VOB (Video Object) WebM Many more... Unsupported Video Codecs Apple Intermediate ProRes 4444 (ProRes 422 Supported) HDV 720p60 Go2Meeting3 (G2M3) Go2Meeting4 (G2M4) ER AAC LD (Error Resiliant, Low-Delay variant of AAC) REDCODE Supported Video Codecs 3ivx 4X Movie Alaris VideoGramPiX Alparysoft lossless codec American Laser Games MM Video AMV Video Apple QuickDraw ASUS V1 ASUS V2 ATI VCR-2 ATI VCR1 Auravision AURA Auravision Aura 2 Autodesk Animator Flic video Autodesk RLE Avid Meridien Uncompressed AVImszh AVIzlib AVS (Audio Video Standard) video Beam Software VB Bethesda VID video Bink video Blackmagic 10-bit Broadway MPEG Capture Codec Brooktree 411 codec Brute Force & Ignorance CamStudio Camtasia Screen Codec Canopus HQ Codec Canopus Lossless Codec CD Graphics video Chinese AVS video (AVS1-P2, JiZhun profile) Cinepak Cirrus Logic AccuPak Creative Labs Video Blaster Webcam Creative YUV (CYUV) Delphine Software International CIN video Deluxe Paint Animation DivX ;-) (MPEG-4) DNxHD (VC3) DV (Digital Video) Feeble Files/ScummVM DXA FFmpeg video codec #1 Flash Screen Video Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Forward Uncompressed Video Codec fox motion video FRAPS:
    [Show full text]
  • Scape D10.1 Keeps V1.0
    Identification and selection of large‐scale migration tools and services Authors Rui Castro, Luís Faria (KEEP Solutions), Christoph Becker, Markus Hamm (Vienna University of Technology) June 2011 This work was partially supported by the SCAPE Project. The SCAPE project is co-funded by the European Union under FP7 ICT-2009.4.1 (Grant Agreement number 270137). This work is licensed under a CC-BY-SA International License Table of Contents 1 Introduction 1 1.1 Scope of this document 1 2 Related work 2 2.1 Preservation action tools 3 2.1.1 PLANETS 3 2.1.2 RODA 5 2.1.3 CRiB 6 2.2 Software quality models 6 2.2.1 ISO standard 25010 7 2.2.2 Decision criteria in digital preservation 7 3 Criteria for evaluating action tools 9 3.1 Functional suitability 10 3.2 Performance efficiency 11 3.3 Compatibility 11 3.4 Usability 11 3.5 Reliability 12 3.6 Security 12 3.7 Maintainability 13 3.8 Portability 13 4 Methodology 14 4.1 Analysis of requirements 14 4.2 Definition of the evaluation framework 14 4.3 Identification, evaluation and selection of action tools 14 5 Analysis of requirements 15 5.1 Requirements for the SCAPE platform 16 5.2 Requirements of the testbed scenarios 16 5.2.1 Scenario 1: Normalize document formats contained in the web archive 16 5.2.2 Scenario 2: Deep characterisation of huge media files 17 v 5.2.3 Scenario 3: Migrate digitised TIFFs to JPEG2000 17 5.2.4 Scenario 4: Migrate archive to new archiving system? 17 5.2.5 Scenario 5: RAW to NEXUS migration 18 6 Evaluation framework 18 6.1 Suitability for testbeds 19 6.2 Suitability for platform 19 6.3 Technical instalability 20 6.4 Legal constrains 20 6.5 Summary 20 7 Results 21 7.1 Identification of candidate tools 21 7.2 Evaluation and selection of tools 22 8 Conclusions 24 9 References 25 10 Appendix 28 10.1 List of identified action tools 28 vi 1 Introduction A preservation action is a concrete action, usually implemented by a software tool, that is performed on digital content in order to achieve some preservation goal.
    [Show full text]
  • Episode 7.3 Release Notes System Requirements
    Episode 7.3 Release Notes System Requirements Mac Minimum System Requirements ● Operating System: OS X 10.11 or higher (Includes macOS Sierra 10.12) ● RAM: 8 GB or more ● 256 GB hard disk space, with 300 MB minimum for product installation ● Online Help Browser Requirements • Safari *Please note: Episode 7 does not support OS X 10.10 or previous versions of Mac OS X. Windows Minimum System Requirements ● Operating Systems: • Windows 7 64-bit SP1 (64-bit, 1.5 GHz) • Windows 8.1 (64-bit, 1.5 GHz) • Windows 10 (64-bit) • Windows Server 2012* ● RAM: 8 GB or more ● 256 GB hard disk space, with 300 MB minimum for product installation ● Bonjour Print ServiCes for Windows v2.0.2 ● .NET Framework 3.5 SP1 ● .NET Framework 4.6 ● Online Help Browser Requirements • Internet Explorer: Version 8 or higher • Firefox: Version 6 or higher *Please note: Episode 7 does not support Windows Server 2008. Episode 7.3 IMPROVEMENTS • AdDed support for DeCoDing the Cineform codeC. • ADDeD alpha Channel support for QT Animation sourCes. • ADDeD support for 8-bit BlackMagiC viDeo. • ADDeD support for WinDows RGB DeCoDe from an AVI Container. Copyright © 2017 Telestream, LLC January 2017 Page 1 BUG FIXES General • FixeD time CoDe issues when using Split & Stitch. • FixeD time CoDe issues for some MXF anD TS variants. • FixeD time CoDe issues when using 23.98fps. • FixeD CloseD Caption issues when using Split & Stitch. • FixeD Color format for JPEG 2000 in MOV. • FixeD Channel orDer for 5-Channel auDio. • FixeD a race ConDition when DeCoDing long AVC-Intra sourCes.
    [Show full text]
  • AA-G02, AA-G04, AA-G05 Software Availability
    AA-G02, AA-G04, AA-G05 Software Availability Prepared by LabStats for Binghamton University on 2019-08-26 Name Version Operating System @RISK for Excel Launcher 7.05.0001 Windows ActiveQt Test Container 3, 2, 0, 0 Windows Alertus Desktop Alert 5.0.43.1 Windows Alteryx 64-bit Installation 2019.1.6.58192 Windows Amos 25.0.0.0 Windows Anaconda3 Installer 5.2.0 Windows ArcCatalog 10.3.0.4322 Windows ArcGIS 10.3.0.4322 Windows ArcGlobe 10.3.0.4322 Windows ArcMap 10.3.0.4322 Windows ArcScene 10.3.0.4322 Windows BigPicture for Excel Launcher 7.05.0001 Windows chrome 76.0.3809.100 Windows Cn3D n/a Windows DataViewerCLI 25.0.0.0 Windows Evolver Launcher 7.05.0001 Windows EXCEL 16.0.10349.20017 Windows Firefox 60.8.0 Windows Google Drive File Stream 33.0.16.0 Windows Google Earth 7.3.2.5776 Windows IDEA: Data Analysis Software 6, 0, 0, 0 Windows ITConfig 9.400.0.18312 Windows MATLAB 9.6.0.1047502 Windows MS Publisher 16.0.10349.20017 Windows MSACCESS 16.0.10349.20017 Windows NeuralTools Excel Launcher 7.05.0001 Windows Paint 10.0.18362.1 Windows Perl Command Line Interpreter Build 626 Windows POWERPNT 16.0.10349.20017 Windows PrecisionTree Launcher 7.05.0001 Windows PuTTY SSH authentication agent Release 0.70 Windows PuTTY SSH key generation utility Release 0.70 Windows Python 3.6.5 Windows Qt Assistant 5.9.5.0 Windows Qt Designer 5.9.5.0 Windows Qt Linguist 5.9.5.0 Windows Qt Qmlcachegen 5.9.5.0 Windows Qt Qscxmlc 5.9.5.0 Windows Qt Qtattributionsscanner 5.9.5.0 Windows Qt Qwebengine_convert_dict 5.9.5.0 Windows Qt Repc 5.9.5.0 Windows R for Windows
    [Show full text]