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 RIOT Plugin for GIMP

How to Install RIOT Plugin for GIMP::  Since this article was first written a stand-alone version of RIOT has been made available Download the plugin from   http://luci.criosweb.ro/riot/download/   Select the download link titled " RIOT as plug-in for other applications "    Launch the  Riot-plugin.exe  file by double clicking. The installer installs all the files including Riot.exe, Riot.dll, and FreeImage.dll in the location where you installed GIMP  If GIMP is open, close it and re-launch it. To optimise an image, open it then save with menu  File-&gt;Save for web with RIOT    You can set the target file size by selecting " Compress to size " button  on bottom right corner of optimised image pane and providing the size in kilobytes. Alternatively you can use a slider provided to allow you to change the quality while showing you a preview of the resulting image. Enjoy .       ...

XUBUNTU PANEL AND WINDOW BUTTONS HAVE DISAPEARED

 XUBUNTU PANELS Xubuntu can be quite troublesome when you shutdown and restart. Desktop panels may disappear as well as window minimize/maximise/close buttons.  The panel is equivalent to the Windows 10 Start menu that provides access to applications. TO MAKE THE PANEL REAPPEAR Open a terminal by right-clicking on the desktop then enter the following: xfwm4 --replace TO RECOVER THE PANEL Open a terminal by right-clicking on the desktop then enter the following: xfCE-panel --restart  That is all . As we say in Kiswahili: Mambo kwisha!

Installing NGINX with PHP and MySQL

My OS: Windows 7 Home Premuim 64bit Software Installed: NGINX 0.9.5 for Windows PHP: php-5.3.5-Win32-VC6-x86.zip MySQL: mysql-5.5.9-winx64.msi NGINX Installation Download from  http://nginx.org/en/download.html Unzip into C:\nginx Change the nginx.conf in C:\nginx\conf as per instructions at http://blog.siteroller.net/set-up-nginx-mysql-and-php-wemp-on-windows See my nginx.conf file  here . Note  that in this example, it is assumed that PHP is installed in C:\nginx\php (unzipped into this folder) and MySQl is installed in C:\Program Files\MySQL PHP Installation After downloading the zip version of PHP (V6, threadsafe, zip), unzip into C:\nginx\php\ Rename  php.ini-production  to  php.ini Make changes to this file as given in at  http://blog.siteroller.net/set-up-nginx-mysql-and-php-wemp-on-windows  but do not expect the line numbers given to match exactly. Activate the extensions  extension=php_...