Skip to main content

Free Video Production Tools - Updated June 2017


A list of free or open source video production and publishing tools. Updates coloured orange:
  1. Tubecast - Batch uploading of Youtube videos. Download  
  2. VSCD  is Video Soft's free video editor. Quite descent. I have used it to create videos for my precious students.
  3. Adobe Flash Live Media Encoder (FLME) - Live media streaming to popular Content Distribution Networks (CDN) such as Ustream and Kingdom Stream. Download 
  4. OBS - Open Broadcaster Software   is a replacement for FMLE. It's rumoured to work better after you have figured out how to make it work. I don't like their brand icon though. It reminds me of a certain bad number.
  5. Deepburner (free edition) - Deepburner is used to creating and copying DVDs and CDs. Download
  6. Roxioburn - Comes with Windows 7. Used to burn DVDs/CDs and also copy them. 
  7. LightWorks - Video editing. Download.
  8. DVDStyler - DVD designer. DVDs are old school now...
  9. Windows Movie Maker. A Windows movie creator. Download.
     Oh dear, its obsolete.
  10. Flowplayer - Free streaming video player for the web
  11. HTML5 video -The <video> element in HTML5 excludes the need for video embedding tools such as FlashPlayer. Add the <audio> element also.
  12. Media Portal- Open source media centre
  13. Flumotion - Live streaming server for Linux (alas, no Windows binaries in sight...)
  14. Icecream Screen RecorderNice screen recorder. It produced mp4 videos!. Can record sound and video from your webcam. Can do picture-in-picture but free version limited to ten minutes of recording. But what would you want to say that takes more than 10 minutes? If you insist on >10min, kindly read "Letting go of words" by Janice (Ginny) Redish - quite  a name for an author specializing in verbal scarcity.
  15.  Wisdom ScreenHunter - How would life be without this little screen shot app. This blog would be visually impoverished were it not for this smart little app. It takes pictures of the screen. Version 7 can grab video too so is a true screen recorder though it seems to insert ads in your videos unless you pay $4. Stick with version 6 for the time being.... 
  16. Audacity is a very resilient free audio recording and editing tool that's been around for ages.  I haven't seen a worthy competitor.

Comments

  1. Once you click on a video clip you will be presented with additional editing options.
    Scroll over to find options like voice over, audio mixing and adding titles to the clips. All of these tools could be useful for your final production.
    Washington DC Video Production

    ReplyDelete

Post a Comment

Popular posts from this blog

How to Install Visual Basic 2017 Offline

This page offers a way to avoid the long and error-prone online installation of Visual Studio which is a massive package. Our interest is limited to Visual Basic and ASP.Net. One can, later, add other tools such as C# and C++. In this page, "VS" refers to Visual Studio. Installing Visual Basic 2017 Offline is not a simple process because Visual Basic 2017 is a part of Visual Studio 2017 that comes as one huge package (up to 35GB) in three versions: Community Edition (Free) Professional Edition (intended for a few people) Enterprise (intended for larger software teams)  Visual Studio by default uses a web-based install process that starts by downloading one of three the bootstrapper package from the VS download page . When you run the bootstraper, it will initiate download of the Visual Studio components that may be up to 35GB in size and takes a very long time to complete. The purpose of this page is to explain how to avoid the headache of this long and tedious

How to Install Packet Tracer 6.0.1 for Linux

This article is intended to help me remember the installation process for Cisco Packet Tracer 6 details of which seems to be hard to come by on the web. 1. Log in in to your Cisco Netspace account. Yes, you need to be logged in. 2. The " Download PT 6.0.1 " link on is on the NetSpace home page. 3. Click this " Cisco Packet Tracer " link shown below the folder icon as shown in the figure below: 4. Select  Cisco Packet Tracer 6.0.1 5. Select download location. 6. After completion of download, use your file manager to open that folder and rename the file to something such as "CPT6". It is a shell script so no file extension is required. 7. Change the file permissions to executable using command: sudo chmod 777 CPT6 from a terminal window opened in the download directory. This assumes your downloaded file is renamed CPT6 8. Launch the file with command: ./CPT6 from the terminal window. You will get the message: Self extracting archive... We

Android Applications with Intellij IDEA - 1

This article applies to Android applications in Windows using IntelliJ IDEA development tools. Windows 7 was used in this example but the explanation will work for other recent versions of Windows. It is quite a task learning how to use mobile application development tools. This page describes how to digitally sign your .apk file which is the  Android application package file. In short, your Android program file. Once you have created an APK file to launch it, simply copy to your device and use the Android file manager to install it. The picture below shows the digital signature keystore file, the unsigned APK file and the signed APK file. The procedure of signing the APK file is quite straighforward but first you must ensure your Java JDK is properly installed and that the Java tools are accessible on your commandline (Windows command console - what used to be called the DOS window). Most important is that your PATH environmental variable (In Windows 7 find this at: Control