Automated DVD Menu Authoring with Pdflatex

Total Page:16

File Type:pdf, Size:1020Kb

Automated DVD Menu Authoring with Pdflatex Automated DVD menu authoring with pdfLATEX Péter Szabó Budapest University of Technology and Economics, Dept. of Computer Science and Information Theory, H-1117 Hungary, Budapest, Magyar tudósok körútja 2. pts (at) cs dot bme dot hu http://www.inf.bme.hu/~pts/ Abstract dvdauthor is an excellent low-level free tool for video DVD authoring on Unix systems. However, it doesn’t provide a convenient way for drawing the menu background and buttons. We present dvdmenuauthor, a collection of scripts for automated DVD authoring with menus. dvdmenuauthor uses pdfLATEX macros for menu composition, Xpdf for menu rendering, and dvdauthor for DVD filesystem authoring. 1 Background Popular reasons for adding menus to a DVD: DVD-Video [8] is today’s most popular home enter- • DVD menus are a good quality addon for Holly- tainment video format. Video shops and video rental wood-style movies. Both the visual appearance services used to provide films on VHS cassettes in the and the sound of the menu is in theme with the 1990s, but now they offer DVD discs almost exclu- movie, and the first minute spent on navigating sively. DVD not only provides cheaper reproduction the menu (mostly in order to select the audio costs, better video and audio quality than VHS, and stream and subtitles) is now part of the fun the multiple camera angles, audio tracks and subtitles, spectator experiences. but it also has an advanced, programmable (but op- • If the DVD contains a lot of material (up to 8 tional) navigation facility called DVD menus (or DVD hours are feasible using double-layer discs and extras). lossy compression), spectators expect an order The remote control of a DVD player device has in which they can easily find the title they are several menu buttons (such as menu, top menu, au- looking for. Menus with thumbnail images and dio, subtitle and angle), which, when pressed, sus- title captions make navigation easier. It is also pend playback and jump to a menu. A menu is a possible to have multiple menus that point to single-page interactive part of the DVD, designed the same set of titles, but in different logical and programmed by the DVD creator. It can be order. Usually 2 × 2 or 3 × 2 thumbnails are animated (possibly in a loop), and it can have audio displayed in a single menu, and such menus as well. A menu has several on-screen buttons, one are linked together using buttons. Most DVD of them being highlighted. The arrow buttons (up, authoring software provide an automated wizard right, down and left) on the remote control can be for generating thumbnailed menus of this kind. used move the highlight, or, when the DVD is played • DVD menus make it possible to present an in- on a computer, the highlight is moved to the button teractive show to the spectators, in which they under the mouse. The enter button can be used can choose among 2 or 3 endings of the movie, to execute the action associated to the highlighted or they can even choose in the middle how the on-screen button. Possible actions: story should advance. Of course, movie creators • resume or start playback at a specific location; must record all possible storylines, which is a lot of extra work, and the capacity of the DVD disk • jump to another menu (possibly with a specific also limits the available choices. However, it can button pre-highlighted); be feasible to give the spectator 3 choice points • change a playback-related variable (such as au- and thus have 2 · 2 · 2 = 8 storylines altogether dio stream, subtitle language and angle); in a 1-hour long movie. • change an auxiliary variable (to be used later) — • It is also possible to offer a trivia game (playable integer arithmetic operators are available; by the spectator) in DVD format. For example, • execute a conditional block (if–then–else). the famous Who wants to be a millionaire TV 166 TUGboat, Volume 29, No. 1 — XVII European TEX Conference, 2007 Automated DVD menu authoring with pdfLATEX game has a DVD version [16], in which the next so a multi-gigabyte temporary ISO image file question is chosen randomly from about 1000 doesn’t have to be created. pre-recorded questions. Even the three lifelines are present. All these are programmed as a set 2 Motivation of DVD menus. This article focuses on DVD menu authoring, i.e. The process of designing and creating a DVD-Video adding menus and integrating DVD-Video compo- disc is called DVD authoring. It consists of these nents. It presents a solution based on the combina- steps: tion of dvdauthor XML integration and LATEX type- 1. DVD stream authoring: The video, audio and setting. The reasons why such a solution can be subtitle streams are created, imported and mul- useful: tiplexed together to DVD-compatible MPEG-2 • Our solution uses only free software and runs program stream files. The DVD standard im- on Unix systems. We have tried several tools poses quite a lot of restrictions on the file format, [3, 14, 7, 11], but we haven’t found such a tool the video resolution, the frame rate, the video for Unix which is user-friendly, well-integrated codec, the audio codec and the audio sample (doesn’t need a specific version of several dozen rate. However, there are tools (such as the free other software packages to work), reliable (no DeVeDe [2]) which can convert any stream to random crashes) and ready for production use a DVD-compatible stream. Most video edit- (no major bugs and annoyances, no memory ing tools have DVD-compatible export filters. leaks). We decided to develop our own software, For simple MPEG video editing, we recommend which is practical and usable for menu-based MPEG Video Wizard [17], which is not only ef- DVD authoring. ficient to use, but it also runs quickly enough • Most popular video editing programs provide even in virtualised environments. only a wizard, which streamlines creating simple 2. DVD menu authoring: The menu background menus (such as thumbnail buttons for each title), images (or animations), buttons and captions and doesn’t let the user specify the exact menu are designed, menus and titles (i.e. streams au- structure. thored in the previous steps) are combined using programmed actions. This step is the integra- • A template-based, non-WYSIWYG solution is tion part of the DVD authoring process, because useful for repetitive, automated menu genera- the way individual background images, thumb- tion, such as generating a navigable DVD slide- nails, captions and stream files are combined show from a set of images, or generating several together is specified in this step. If dvdauthor DVDs (with different video content) using one [3] is used in the next step, the details of the in- menu theme. tegration are specified in its XML project input • LATEX provides a separation of text and design file. that is versatile enough for several designs to 3. DVD filesystem creation: The various stream be tried (and possibly customised) for the same files and declarations are combined to a DVD- menu structure. Most WYSIWYG DVD menu Video filesystem (with the VIDEO_TS folder). creation tools let the user manipulate the de- This is a completely automatic process (and sign of one object a time. Most of them don’t takes about 5 minutes on modern PCs for a support requests like “let’s see the same design single-layer full DVD). On Linux, dvdauthor with 10% larger buttons”, and even those that [3] is the only well-known free tool that can do support it, won’t be able to adjust the spac- the job; other programs are usually easy-to-use ing properly around the resized buttons. With frontends to dvdauthor. LATEX, however, those kinds of changes can be 4. DVD image creation: An ISO image file is cre- easily done with glue nodes and a little macro ated automatically from the DVD filesystem. On programming. Linux systems, it is usually done with mkisofs • TEX can typeset textual labels of high quality. [13], with the -dvd-video option. Most DVD authoring programs have very lim- 5. DVD disc burning: The ISO image file is au- ited typographic capabilities, for example they tomatically burnt to a DVD disc. On Linux don’t support manual line breaking, line justi- systems, growisofs [10] is a convenient command- fication, automatic line breaking, pair kerning line tool to do the job. It can also combine this and accented characters are not available. Using step with the previous one (DVD image creation), LATEX we get all these features. TUGboat, Volume 29, No. 1 — XVII European TEX Conference, 2007 167 Péter Szabó 3 Design decisions 4 The manual way of authoring DVDs It was our intention to use existing software if possi- This section gives an introduction to DVD-Video ble, and add or change things where existing software concepts, and it also presents the pure, manual way is not powerful enough. We have found that dvd- of DVD menu authoring using dvdauthor. The way author’s XML project file provides an efficient and presented here is similar to typesetting documents precise way for DVD menu authoring — except for with TEX: there are a bunch of input files, most drawing the menus (and converting them to a for- of them being plain text files written by humans, mat that dvdauthor understands). Thus we decided and there are some non-WYSIWYG tools, which can to supplement the XML project file with drawing be applied to the input files in the correct order to operations, and write some scripts that extract the produce the desired output.
Recommended publications
  • Volume 51 April, 2011
    Volume 51 April, 2011 e17: Create Your Own Custom Themes e17: Running Ecomorph, Part 2: Settings e17: Tips & Tricks Video: Part 3 ­ Converting Files With MyMencoder Video: Part 4 ­ MyMencoderDVD Removing A Logo With Avidemux Using Scribus, Part 4: Layers Game Zone: Pipewalker Plus Rudge's Rain: Making Music More With PCLinuxOS Inside! WindowMaker on PCLinuxOS: Working With Icons Burning CDs Over The Internet With Or Without An ISO Alternate OS: Icaros, Part 2 Firefox Add­on: Video DownloadHelper Learning rtmpdump Through Examples TTaabbllee OOff CCoonntteennttss by Paul Arnote (parnote) 3 Welcome From The Chief Editor 4 e17: Running Ecomorph, Part 2 ­ Settings The holidays have finally come and gone, the 6 Using Scribus, Part 4: Layers packages have all been unwrapped, the Christmas tree and other holiday decorations are coming down, 7 Screenshot Showcase and a new year is upon us. Texstar and the The PCLinuxOS name, logo and colors are the trademark of 8 Video: Part 3 ­ Converting Files With MyMencoder PTCexLsitnaru. xOS Packaging Crew are busy putting the 12 ms_meme's Nook: Top Of My Desktop new tool chain to good use, working on getting the PTChLeiNnEuWxOPSCL2in0u1x0OSreMleagaaszeinneeisaaremrotnothclyoomnlpinle tion. The 13 Double Take & Mark's Quick Gimp Tip upudbalicteatsiocnocnontitnaiuneingtoPCroLlilnuoxuOtSa­rtealanteadmmatzeirniagls.pIat icse, with 14 e17: Create Your Own Custom Themes litpeurbalisllhyehdupnrimdraeridlysfoorfmneemwbearsnodf tuhpedPaCtLeindupxOaSckages community. The Magazine staff is comprised of volunteers 20 Screenshot Showcase bferocmomtheinPgCaLvinauixlOabSlecoemvmeurnyityw. eek. 21 Video: Part 4 ­ MyMencoderDVD TVhisisit musoonntlihne'samt hattgp:a//zwiwnwe.pccolovsemrafge.caotmures snow covered 25 Screenshot Showcase photos from ms_meme. On the inside, the contents This release was made possible by the following volunteers: 26 Alternate OS: Icaros, Part 2 are hot enough to melt that snow.
    [Show full text]
  • Videoschnitt Mit Kdenlive
    Videoschnitt mit Kdenlive Jürgen Weigert openSUSE video-dude Videoschnitt, was geht? Typische Arbeiten ... • Anfang und Ende beschneiden • Titel und Logo einblenden • Pausen entfernen • Kleine Aufnahmefehler reparieren • Effekte: Ein-/ Aus-/ Überblenden © June 1, 2010 Novell Inc. 2 Videoschnitt, was geht? (2) Fortgeschrittene Arbeiten • Auf Musik schneiden, MTV-style • Komposition mehrerer Bild-Ebenen • Aus mehreren Wiederholungen schneiden • Straffen und auffüllen • Einstellungen zu Szenen zusammensetzen • Animierte Titel und Logos • “Verrückte” Effekte ... © June 1, 2010 Novell Inc. 3 Videoschnitt, was geht? (3) … Spass für Software-Entwickler • Ja, es stürzt ab – hin und wieder – Kdenlive speichert in XML, wirklich robust • Features - es ist noch nicht fertig – Kdenlive ist schon wieder ein Version weiter... • Fehler - reproduzieren, melden, selber fixen – Kdenlive hat viele leicht erkennenbare Bugs © June 1, 2010 Novell Inc. 4 Warum gerade Kdenlive? •Capture (aka Eingabe) • dvgrab, bttvgrab, recordmydesktop, krecord, ... •Editing (aka Verarbeitung) • kino, broadcast2000, cinelerra, lumiera, jashaka, cinefx, LiVES, kdenlive ... •Postprocessing (aka Ausgabe) • mplayer/mencoder, dvdauthor, devede, k3b, ... © June 1, 2010 Novell Inc. 5 Warum gerade Kdenlive? (2) Das sagen die Webseiten: kinodv.org “Easy and reliable DV editing for the Linux desktop” © June 1, 2010 Novell Inc. 6 Warum gerade Kdenlive? (2) Das sagen die Webseiten: kinodv.org “Easy and reliable DV editing for the Linux desktop” Broadcast2000 “<?php default_page("It's not here anymore. Use <A HREF=\"cinelerra ...” cinelerra.org “Cinelerra is the most advanced non- linear video editor and compositor for Linux.” Lumiera “was born as a rewrite of the Cinelerra codebase. It is not usable yet.” © June 1, 2010 Novell Inc. 7 Warum gerade Kdenlive? (3) Das sagen die Webseiten ...: jahshaka “The worlds first OpenSource Realtime Editing and Effects System.” © June 1, 2010 Novell Inc.
    [Show full text]
  • MX-18.3 Users Manual
    MX-18.3 Users Manual v. 20190614 manual AT mxlinux DOT org Ctrl-F = Search this Manual Ctrl+Home = Return to top Table of Contents 1 Introduction................................................................................2 2 Installation..................................................................................8 3 Configuration...........................................................................37 4 Basic use..................................................................................93 5 Software Management...........................................................126 6 Advanced use.........................................................................141 7 Under the hood.......................................................................164 8 Glossary.................................................................................178 1 Introduction 1.1 About MX Linux MX Linux is a cooperative venture between the antiX and former MEPIS communities, using the best tools and talents from each distro and including work and ideas originally created by Warren Woodford. It is a midweight OS designed to combine an elegant and efficient desktop with simple configuration, high stability, solid performance and medium-sized footprint. Relying on the excellent upstream work by Linux and the open-source community, we deploy Xfce 4.12 as Desktop Environment on top of a Debian Stable base, drawing from the core antiX system. Ongoing backports and outside additions to our Repos serve to keep components current with developments.
    [Show full text]
  • MX-19.2 Users Manual
    MX-19.2 Users Manual v. 20200801 manual AT mxlinux DOT org Ctrl-F = Search this Manual Ctrl+Home = Return to top Table of Contents 1 Introduction...................................................................................................................................4 1.1 About MX Linux................................................................................................................4 1.2 About this Manual..............................................................................................................4 1.3 System requirements..........................................................................................................5 1.4 Support and EOL................................................................................................................6 1.5 Bugs, issues and requests...................................................................................................6 1.6 Migration............................................................................................................................7 1.7 Our positions......................................................................................................................8 1.8 Notes for Translators.............................................................................................................8 2 Installation...................................................................................................................................10 2.1 Introduction......................................................................................................................10
    [Show full text]
  • The AV Linux Manual
    AV LINUX 6.0 USER MANUAL A Guide to Get Acquainted with AV Linux Prepared by Glen MacArthur, August 14/2012 Legal Disclaimer: Debian/GNU Linux comes with no guarantee so neither does AV Linux. I accept no responsibility for any hardware/software malfunctions or data loss resulting from it's use. It is important to note that the AV Linux ISO contains software that is non- free and is distributed under a special licensing arrangement with the original developers, re-distributing the AV Linux ISO with the non-free content included is a violation of these licenses. AV Linux also contains Multimedia Codecs that may be under patent in certain countries, it is the users responsibility to know the law as it applies to their own respective country before downloading or installing. TABLE OF CONTENTS: • Page 3. - PREFACE – NEW TO LINUX? • Page 4. - THE AV LINUX STORY • Page 5. - CREDITS & CONTACT • Page 6. - RUNNING AV LINUX LIVE • Page 9. - AV LINUX BASIC BOOTING BIBLE • Page 10. - INSTALLING AV LINUX • Page 11. - GETTING AROUND IN AV LINUX • Page 19. - SliM LOGIN MANAGER • Page 20. - MOUSE CURSOR THEMES • Page 21. - PERFORMANCE SETTINGS • Page 23. - PROPRIETARY VIDEO DRIVERS IN AV LINUX • Page 25. - COMPIZ WINDOW MANAGER • Page 26. - AV LINUX KERNELS • Page 27. - KERNEL CHEATCODES • Page 28. - AV LINUX SOFTWARE • Page 30. - INSTALLING SOFTWARE IN AV LINUX • Page 33. - NETWORKING WITH AV LINUX • Page 36. - PRINTING WITH AV LINUX • Page 37. - USING JACK • Page 39. - USING THE ALOOP DAEMON • Page 40. - SUPPORTED PRO HARDWARE IN AV LINUX • Page 48. - M-AUDIO 1010LT PCM_MULTI WITH AV LINUX • Page 51.
    [Show full text]
  • * His Is the Original Ubuntuguide. You Are Free to Copy This Guide but Not to Sell It Or Any Derivative of It. Copyright Of
    * his is the original Ubuntuguide. You are free to copy this guide but not to sell it or any derivative of it. Copyright of the names Ubuntuguide and Ubuntu Guide reside solely with this site. This guide is neither sold nor distributed in any other medium. Beware of copies that are for sale or are similarly named; they are neither endorsed nor sanctioned by this guide. Ubuntuguide is not associated with Canonical Ltd nor with any commercial enterprise. * Ubuntu allows a user to accomplish tasks from either a menu-driven Graphical User Interface (GUI) or from a text-based command-line interface (CLI). In Ubuntu, the command-line-interface terminal is called Terminal, which is started: Applications -> Accessories -> Terminal. Text inside the grey dotted box like this should be put into the command-line Terminal. * Many changes to the operating system can only be done by a User with Administrative privileges. 'sudo' elevates a User's privileges to the Administrator level temporarily (i.e. when installing programs or making changes to the system). Example: sudo bash * 'gksudo' should be used instead of 'sudo' when opening a Graphical Application through the "Run Command" dialog box. Example: gksudo gedit /etc/apt/sources.list * "man" command can be used to find help manual for a command. For example, "man sudo" will display the manual page for the "sudo" command: man sudo * While "apt-get" and "aptitude" are fast ways of installing programs/packages, you can also use the Synaptic Package Manager, a GUI method for installing programs/packages. Most (but not all) programs/packages available with apt-get install will also be available from the Synaptic Package Manager.
    [Show full text]
  • Videoediting with Kdenlive
    Videoediting with Kdenlive Jürgen Weigert openSUSE video-dude Videoediting, what can we do? Basic tasks ... • Trim start and end of your footage • Add title and logo • Remove pause • Repair or patch up glitches in the recording • Effects: fade in, fade out, cross-fade © June 18, 2010 Novell Inc. 2 Videoediting, what can we do? (2) Advanced tasks • Synchronize to music, MTV-style • Compose multiple layers of video • Pick best material from repeated recordings • Forcing a pace or padding up • Assembling shots into scenes of a storybook • Animated titles and logos • “crazy” effekts ... © June 18, 2010 Novell Inc. 3 Videoediting, what can we do? (3) … Software-developers have fun • Yes, it crashes now and then. – Kdenlive saves its projects as XML files, which are really robust. • More features – it is still maturing – Kdenlive has advanced another version already.. • Bugs? - reproduce, report upstream, fix them – Kdenlive has many “simple” bugs © June 18, 2010 Novell Inc. 4 Why pick kdenlive? •Capture (aka Input) • dvgrab, bttvgrab, recordmydesktop, krecord, ... •Editing (aka Processing) • kino, broadcast2000, cinelerra, lumiera, jashaka, cinefx, LiVES, kdenlive ... •Postprocessing (aka Output) • mplayer/mencoder, dvdauthor, devede, k3b, ... © June 18, 2010 Novell Inc. 5 Why pick kdenlive? (2) This is what the websites say: kinodv.org “Easy and reliable DV editing for the Linux desktop” © June 18, 2010 Novell Inc. 6 Why pick kdenlive? (2) This is what the websites say: kinodv.org “Easy and reliable DV editing for the Linux desktop” Broadcast2000 “<?php default_page("It's not here anymore. Use <A HREF=\"cinelerra ...” cinelerra.org “Cinelerra is the most advanced non- linear video editor and compositor for Linux.” Lumiera “was born as a rewrite of the Cinelerra codebase.
    [Show full text]
  • Brasero User Manual
    brasero user manual File Name: brasero user manual.pdf Size: 1553 KB Type: PDF, ePub, eBook Category: Book Uploaded: 23 May 2019, 23:48 PM Rating: 4.6/5 from 619 votes. Status: AVAILABLE Last checked: 16 Minutes ago! In order to read or download brasero user manual ebook, you need to create a FREE account. Download Now! eBook includes PDF, ePub and Kindle version ✔ Register a free 1 month Trial Account. ✔ Download as many books as you like (Personal use) ✔ Cancel the membership at any time if not satisfied. ✔ Join Over 80000 Happy Readers Book Descriptions: We have made it easy for you to find a PDF Ebooks without any digging. And by having access to our ebooks online or by storing it on your computer, you have convenient answers with brasero user manual . To get started finding brasero user manual , you are right to find our website which has a comprehensive collection of manuals listed. Our library is the biggest of these that have literally hundreds of thousands of different products represented. Home | Contact | DMCA Book Descriptions: brasero user manual To show your directoryUnder Options you can alsoDetermine the sequence ofChoose the image to write and aStart the burning processYou cannot start with an audio CDConfigure other options if needed. Prev Next 6.2.3. Using Brasero in GNOME This can be an audio project, data project, video project, or it can be a project to copy a disk or burn an image. Once you choose a new project type, Brasero will provide instructions for that project. On the following screen click the plus icon to add open a file browser and select files for the project.
    [Show full text]
  • Tabla De Aplicaciones Equivalentes Windows / GNU Linux Orientada Al Usuario En General O Promedio
    Tabla de aplicaciones equivalentes Windows / GNU Linux Orientada al usuario en general o promedio. Imágen Nomacs http://www.nomacs.org/ ​ Viewnior http://siyanpanayotov.com/project/viewnior/ Visor de imágnes ​ Eye of GNOME (http://www.gnome.org/projects/eog/) ACDSee etc. ​ ​ Gwenview (http://gwenview.sourceforge.net/) ​ ​ XnView http://www.xnview.com/ ​ digiKam (http://www.digikam.org/) Albums de fotos ​ ​ F-Spot (http://f-spot.org/Main_Page) Picasa, CyberLink ​ ​ gThumb (http://live.gnome.org/gthumb/) PhotoDirector, etc ​ ​ Shotwell (http://www.yorba.org/shotwell/) ​ ​ Editor de metadatos de FotoTagger (http://sourceforge.net/projects/fototagger/) imágnes ​ ​ ExifTool http://www.sno.phy.queensu.ca/~phil/exiftool/ PhotoME ​ Inkscape (http://www.inkscape.org/) ​ ​ Skencil (http://www.skencil.org/) Editor de gráficos vectoriales ​ ​ SK1 http://sk1project.org/ Adobe Illustrator ​ Xara Xtreme (http://www.xaraxtreme.org/) Corel Draw ​ ​ Alchemy (http://al.chemy.org/gallery/) ​ ​ Libre Office Draw (https://es.libreoffice.org/descubre/draw/) ​ ​ Blender (http://www.blender.org/) ​ ​ Natron https://natron.fr/ Gráficos 3D ​ K-3D (http://www.k-3d.org/) 3D Studio Max ​ ​ Wings 3D http://www.wings3d.com/ After Effects ​ Art of Illusion (http://www.artofillusion.org/) ​ ​ Jahshaka http://www.jahshaka.com/ ​ KolourPaint (http://kolourpaint.sourceforge.net/) Pintura digital ​ ​ Pinta (http://pinta-project.com/) MS Paint ​ ​ TuxPaint (http://tuxpaint.org/) ​ ​ Pintura digital profesional Kitra (https://krita.org/) ​ ​ Corel PaintShopPro Pencil (http://www.pencil-animation.org/)
    [Show full text]
  • Graver Des CD/DVD Avec Linux Mint
    Petit rappel : Linux Mint est livré suivant 4 versions graphiques différentes : CINNAMON KDE Mate Xfce Chacun de ces environnements est fourni avec des logiciels spécifiques pour personnaliser ces versions CINNAMON est moderne et élégant mais il utilise l'accélération 3D et peut ne pas bien fonctionner suivant la carte graphique de l'ordinateur MATE est stable et fonctionne sur tous les ordinateurs, il a besoin de moins de ressources KDE est très abouti graphiquement et demande beaucoup de ressources, mais sa richesse est caractérisée par la profusion d'applications qui ont été écrites spécialement pour lui XFCE a une interface graphique épurée pour en faire une version légère qui demande peu de ressources, c'est la version préconisée pour les PC qui manquent de puissance 1/8 Brasero, une application de gravure de CD et DVD Cette application est installée par défaut sous Linux Mint 18 CINNAMON Brasero est une application de gravure de CD/DVD complète (du style de Nero Burning Rom ou Easy Media Creator sous Windows™). Brasero permet de graver des CD et DVD de données et audio de façon simple et intuitive. Brasero supporte mal les DVD enregistrables et réinscriptibles. En effet, le DVD gravé n'est plus reconnu et Brasero peut échouer à la fin de la gravure voire planter en cours de route rendant le DVD inutilisable. Le basculement vers l'application Xfburn (dans Xfce) ou K3B (dans KDE) est recommandé pour graver des DVD Pour éviter de « louper » des DVD il vaut mieux désinstaller cette application installée par défaut dans Linux Mint : Pour cela taper la commande : sudo apt purge brasero 2/8 Xfburn La gravure qui nous vient de Xfce ! Xfburn est un logiciel de gravure, initialement conçu pour l'environnement Xfce .
    [Show full text]
  • How to Do Everything Ubuntu Linux/Orloff/4936-6/Front Matter
    How to Do Everything Ubuntu® About the Author Jeffrey Orloff is the director of technology and one of the founding members of Safewave, LLC, where he oversees the IT department and security for the iLAND5.com network for kids. Through his work with Safewave and the iLAND5.com project, he is actively involved with the Safewave Foundation, a not-for-profit organization that helps promote online safety for kids. Jeffrey also has spent over 13 years working with educational technology as a classroom teacher, a technology coordinator with the School District of Palm Beach County, a network administrator for Survivors Charter School, a post-secondary IT instructor for courses including IT security, Windows Server, and GNU/Linux, and as part of an educational software development team. About the Technical Editor Since 1995, and under the cover of darkness, Bill Bruns has been a technical editor, working on more than 125 books relating to operating systems, the Internet, web servers, HTML, and Office applications. In his day job, he is the webmaster for the Student Center at Southern Illinois University Carbondale (www.siucstudentcenter.org). He is also involved with several other not-for-profit organizations as a stalwart volunteer, always being asked to undertake the challenge of webmaster. Over the years, he’s managed all sorts of servers and workstations, and been pleased with the performance of Linux and Ubuntu. Bill holds bachelor’s degrees in Telecommunications and English Literature from Indiana University and a Masters of Public Administration from New York University. Copyright © 2009 by The McGraw-Hill Companies. Click here for terms of use.
    [Show full text]
  • Kubuntu:Precise Kubuntu 12.04 LTS (Precise Pangolin)
    Kubuntu:Precise - http://ubuntuguide.org/index.php?title=Kubuntu:Precise&pri... Kubuntu:Precise From Kubuntu 12.04 LTS (Precise Pangolin) Introduction On April 26, 2012, Kubuntu (http://www.kubuntu.org/) 12.04 LTS was released. It is codenamed Precise Pangolin and is the successor to Oneiric Ocelot 11.10 (Oneiric+1). Precise Pangolin is an LTS (Long Term Support) release. It will be supported with security updates for both the desktop and server versions until April 2017. Contents 1 Kubuntu 12.04 LTS (Precise Pangolin) 1.1 Introduction 1.2 General Notes 1.2.1 General Notes 1.3 Other versions 1.3.1 How to determine which version of Kubuntu you're using 1.3.2 How to find out the version of your Kernel 1.3.3 Newer Versions of Kubuntu 1.3.4 Older Versions of Kubuntu 1.4 Other Resources 1.4.1 Kubuntu Resources 1.4.1.1 KDE Project 1.4.1.2 Kubuntu Screenshots and Screencasts 1.4.1.3 New Applications Resources 1.4.2 Other *buntu guides and help manuals 2 Installing Kubuntu 2.1 Hardware requirements 2.2 Fresh Installation 1 of 255 04/09/2013 05:49 PM Kubuntu:Precise - http://ubuntuguide.org/index.php?title=Kubuntu:Precise&pri... 2.2.1 Kubuntu Netbook Edition 2.2.2 Trinity Desktop (KDE 3 Remix) 2.2.3 Kubuntu Active 2.3 Dual-Booting Windows and Kubuntu 2.3.1 Installing multiple OS on a single computer 2.4 Upgrading from older versions 2.5 Add Extra Repositories 2.5.1 Types of Repositories 2.5.1.1 Third party repositories 2.5.1.2 PPA repositories 2.5.2 Add Repositories using the Package Manager 2.5.3 Manually add repositories 2.5.3.1 Edit the repository
    [Show full text]