Video Editing on Linux Part 1: Background Video Resolutions

Slides:



Advertisements
Similar presentations
The Web Wizards Guide to HTML Chapter Five Working with Images.
Advertisements

                      Digital Audio 1.
Using Multimedia on the Web Enhancing a Web Site with Sound, Video, and Applets.
CNIT 132 – Week 9 Multimedia. Working with Multimedia Bandwidth is a measure of the amount of data that can be sent through a communication pipeline each.
Chad Triolet Deep Creek Elementary Chesapeake Public Schools.
1 Multimedia on the Web: Issues of Bandwidth Bandwidth is a measure of the amount of data that can be sent through a communication pipeline each second.
WELCOMEWELCOME. The best section to start in is here. We have a wide range of step-by-step guides with pictures and diagrams in our database to instruct.
Love Utube Blocked at school? Psst…here’s a way around that issue. How to download and convert videos to place in PowerPoint.
Section 9.1 Identify multimedia design guidelines Identify sources of multimedia files Explain the ethical use of multimedia files Describe multimedia.
AVS VIDEO CONVERTER SOFTWARE REVIEW BY JESUS JUAREZ.
UNIT K: INCORPORATING VIDEO AND AUDIO 1 Encoding: the process of transforming moving image and/or sound into a digital file. Each encoding method known.
Team #9: Video Recording Tool for Car Infotainment and Navigation Systems MEMBERS: Shengzhe Gao Radhika Somayya Xinye Ji Kun Zhang Yan Gong Jianying Tang.
INF Web Design Using Multimedia on the Web Video - Part 1.
Embedding Multimedia Content in WebPages Seth Subramanian.
Multimedia on the Web. Audio Video Animation Interactivity Plug-ins in the users’ computer –Real Player (.ram,.rpm,.avi) –Quicktime (.mov) –Shockwave.
Video on the Web. Should you add video to your web page? Three main questions 1. How will it enhance the purpose of my page? –Entertain –Explain a process.
AV Converter - CS491B Project Mads Moeller CS 491B December 8, 2006 California State University, Los Angeles.
XP 1 Using Multimedia on the Web Enhancing a Web Site with Sound, Video, and Applets Tutorial 8.
Streaming media over the Internet A million channels and there is still nothing on! By Samuel Shiffman Streaming Technologist Seton Hall University
 Video and Audio Files can be played online just by selecting them  Video are flash files and will not work with Quicktime (Apple) or Windows Media.
1 FAQ on video editing. 2 1.Is it possible if I look for some video clips (e.g. firework, speech of Obama) from other sources?  Yes, but you need to.
Section 9.1 Section 9.2 YOU WILL LEARN TO…
How To Create Your Own Video Clips Joe Calhoun Florida State University Council for Economic Education Annual Conference October 9, 2010.
Love Utube Blocked at school? Psst…here’s a way around that issue. How to download and convert videos to place in PowerPoint.
Using in the classroom Regan Smith MHS. YouTube is not going away… “It’s very clear—kids want a voice. They have an inherent desire to be heard and this.
Compress large video files without losing quality using Handbrake.
EDUU 551 Educational Applications of Computers Instructor: Steve Gibbs Week 8 Walnut Creek.
Unit 8.2 / Lesson 1 / presentation1a Web Elements.
Advance Technology Training February 13, :00 pm – 4:00 pm Nha Nou Yang Devin Hildebrand.
XP Tutorial 8New Perspectives on Creating Web Pages with HTML, XHTML, and XML 1 Using Multimedia on the Web Enhancing a Web Site with Sound, Video, and.
Tutorial 7 Working with Multimedia. New Perspectives on HTML, XHTML, and XML, Comprehensive, 3rd Edition 2 Objectives Explore various multimedia applications.
Tutorial 7 Working with Multimedia. New Perspectives on HTML, XHTML, and XML, Comprehensive, 3rd Edition 2 Objectives Explore various multimedia applications.
Lesson 31: Plug-Ins and Java Applets. Objectives Apply plug-in/viewer technology to Web pages to support various file types Create rich media streaming.
Video Software & File Formats. In this class we will be mainly using Adobe Premiere Pro CS4.
Streaming Media at Penn State Kaspar Stromme Kim Winck Center for Education Technology Services Web 2001 Conference, June26, 2001.
HandBrake A useful cross platform encoding program.
Digital Video File Formats an overview. Introduction Digital Video & Audio files are also known as container formats. These “containers” are digital files.
FLASH, VIDEO & AUDIO How to add Flash movies into your site How to add video and audio to your site HTML5 and elements.
Chapter 8 Adding Multimedia Content to Web Pages HTML5 & CSS 7 th Edition.
Blog A Web site that contains dated text entries in reverse chronological order (most recent first) about a particular topic. Blogs serve many purposes.
Streaming MPEG-4 with Linux Lee Keun O RT-LAB. Content ■ Reference ■ Darwin streaming server ■ MPEG4IP (mp4live) ■ Problems.
ESL and Multimedia: Working with Video and Sound R. L. Erion South Dakota State University PowerPoint and Links Available at
Download & Convert Videos 1.How to Download Videos from YouTube & other Web sites; and 2.Convert them to WMV format so can be edited in Windows Movie Maker.
Copyright © Terry Felke-Morris Web Development & Design Foundations with HTML5 8 th Edition CHAPTER 11 KEY CONCEPTS 1.
How to Convert/Transfer iTunes to Sony Walkman through Mac/Windows? All rights reserved— I got my kids.
Jihosoft SWF Converter for Mac help to Import SWF to iMovie Jihosoft SWF Video Converter for Mac will help to convert SWF to iMovie supported video formats.
CHAPTER 10 AUDIO AND VIDEO. MEDIA PLAYER API HTML5 contains an API (Application Programming Interface) for controlling audio and video players embedded.
Video Compression, Codecs, and Containers Explained
Best Solution To Fix 5 Most Common Mxf Importation And Editing Issue
Application and Desktop Sharing
Section 9.1 Section 9.2 YOU WILL LEARN TO…
Section 9.1 Section 9.2 Identify multimedia design guidelines
Using Multimedia on the Web
Video on the Web.
Adding media content ...on a shoestring.
Chapter 4: HTML5 Media - <video> & <audio>
Web Programming– UFCFB Lecture 8
How to Convert ISO to MKV with ISO to MKV Converter?
How to Convert VOB to MP4 with VOB to MP4 Converter
David Zepeda Information Architecture and Design I Fall 2005
                      Digital Audio 1.
3.01F Publishing Animated Videos
Audio and Video Chapter 10.
Integrating Multimedia: Sound, Video and More
Multimedia: making it Work
denblogs.com/jendorman
Chapter 10 Video.
Web Programming– UFCFB Lecture 8
Video Capture & Editing
Chapter 9 Audio.
Presentation transcript:

Video Editing on Linux Part 1: Background Video Resolutions Multimedia Files Codecs Video Sources FFMPEG Conversions Part 2: Editors & Editing Part 3: Advanced Editing

Video Resolutions

Multimedia File Contents

Common Multimedia Files

Common Video Codecs

Common Audio Codecs

Ben's Target Formats

FFMPEG: The Video Miracle Utility Web site say: “FFmpeg is a complete, cross-platform solution to record, convert and stream audio and video. It includes libavcodec - the leading audio/video codec library.” Ben say: Whenever you want to do something to the whole audio or video file, you should probably use FFMPEG.

FFMPEG Examples – Part 1 Anything -> MPEG2 ffmpeg -i <infile> -vcodec mpeg2video -sameq -r <framerate> -acodec mp2 outfile.mpg Anything -> MPEG4 ffmpeg -i <infile> -vcodec mpeg4 -sameq -r <framerate> -acodec libfaac outfile.mp4 Anything -> H264 ffmpeg -i <infile> -vcodec libx264 -sameq -r <framerate> -acodec libfaac outfile.mp4

FFMPEG Examples – Part 2 Turn a Video into a Series of JPEGs ffmpeg -i <infile> -vcodec mjpeg -sameq temp/out-%d.jpg Make sure temp/ exists before you start or it will fail. Quickly Fix a Broken Container ffmpeg -i <infile> -acodec copy -vcodec copy <outfile> Make sure to use the same file extension on outfile as exists on infile.

FFMPEG Examples – Part 3 Check framerate and codecs in a file ffmpeg -i <infile> Fix incorrect framerate (to 30fps) ffmpeg -i <infile> -r 30 -sameq <outfile> Make sure to use the file extension on outfile as on infile

FFMPEG Examples – Part 4 Shrink a Video for Portable Media Player ffmpeg -i <infile> -vcodec mpeg2video -s 480x272 -aspect 16:9 - acodec mp2 -sameq <outfile>.mpg Shrink a Video for Droid ffmpeg -i <infile> -vcodec libx264 -s wxga -acodec libfaac -sameq <outfile>.mp4

More Useful Tips – Part 1 Better Multimedia Codecs for Ubuntu: Add the Medibuntu Repos https://help.ubuntu.com/community/Medibuntu Install these Packages: w32codecs libdvdcss2 libavformat-extra-52 h264enc libquicktime1

More Useful Tips – Part 2 How to play pretty much any video: Install VLC (Windows is useless without VLC) http://www.videolan.org/vlc/ How to get video off of a DVD: Install Handbrake http://handbrake.fr/ How to Download YouTube and Web Videos: Firefox Plugin: Video DownloadHelper https://addons.mozilla.org/en-US/firefox/addon/3006/

Credits and License This slideshow was originally created by Ben Rousch (brousch@gmail.com) and was presented at the 24 June 2010 West Michigan Linux Users Group meeting. The slideshow and its associated Presenter's Notes are released under the following license: Creative Commons Attribution 3 Unported http://creativecommons.org/licenses/by/3.0/