Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: HOW-TO make a Tutorial/Demo VIDEO

  1. #1
    Join Date
    Jan 2007
    Location
    PORTUGAL
    Beans
    310
    Distro
    Ubuntu

    Exclamation HOW-TO make a Tutorial/Demo Desktop VIDEO - |RESOLVED|

    Ok, sometimes is really usefful to have a Tutorial or Demo video for a program or game and post it in youtube (for example).
    The right way is really easy, the right and powerfull tools for Linux/Ubuntu are here, all in open-source glory, but took me lots of time to find out what works better, was more complicated since i was used to windows software names, so here goes: (Im trying to get it as simple as it can be, all with GUIs, etc.)
    --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    Recording all desktop action
    (Can record compiz-fusion, effects, movies, audio, mouse, etc, etc.)

    1 - RECORDING
    Install application: (Type in terminal) sudo apt-get install gtk-recordmydesktop
    Running: go to menu: "Applications" ---> "Sound & Video" ---> "gtk-recordMyDesktop" (You can read more about it, here: LINK )
    Stop Recording: Click in the small grey square icon (next to time and date bar)
    Movies are saved at: /home/yourname/out.ogg

    2 - CONVERTING TO OTHER VIDEO FORMATS
    Convert OGG video to AVI format: WinFF for GTK (ffmpeg Gnome based GUI) OR Check brennydoogles, next posts!

    3 - EDITING THE SAVED VIDEOS
    Install application: (Type in terminal) sudo apt-get install kino
    Running: go to menu: "Applications" ---> "Sound & Video" ---> "Kino"
    [Added in Jan 2010] OR OpenShot - New open source video editor here: http://www.openshotvideo.com/ (I haven´t tried it yet)


    4 - SHARE IT
    Final Video Example: brennydoogles turotial video about "AIM In Virtualbox" here
    My Videos: here


    --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    OTHER IDEAS, FROM POSTS:

    retro89: "I recommend Open Shot Video editor http://www.openshotvideo.com/. It imports and exports many different file types. First you will need to install the dependencies which are on the website then install Open Shot.The files are .deb files which makes installation a breeze. "


    --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    That's all, hope this helps, so lets make some tutorial videos, and share... or... Game video demos!
    Tested under Gutsy Gibbon - Ubuntu 7.10
    Last edited by jorgerosa; January 12th, 2010 at 04:01 AM. Reason: EDITED: New updates & links

  2. #2
    Join Date
    Mar 2007
    Location
    TN, US
    Beans
    607
    Distro
    Ubuntu

    Re: HOW-TO make a Tutorial/Demo VIDEO

    Quote Originally Posted by jorgerosa View Post
    Ok, sometimes is really usefful to have a Tutorial or Demo video for a program or game and post it in youtube (for example).
    The right way is really easy, the right and powerfull tools for Linux/Ubuntu are here, all in open-source glory, but took me lots of time to find what works better, was more complicated since i was used to windows software names, so here goes:

    Recording all desktop action
    (compiz, movies, and mouse included, etc. If you want to):

    INSTALL
    Application: sudo apt-get install recordmydesktop
    GUI: sudo apt-get install gtk-recordmydesktop
    SAVED VIDEOS
    Movies are saved in: /home/yourname/out.ogg
    EDIT VIDEOS
    Application with GUI: sudo apt-get install kino
    SAHRE IT
    Site: http://www.youtube.com

    That's all, so lets make some tutorial videos, and share
    Or... Game video demos, eheh
    Code:
    sudo apt-get install gtk-recordmydesktop
    will install both the program and GUI, so the first command is redundant, and by using the attached script you can automatically convert your videos to avi format (which is able to be uploaded to youtube... while the ogg cannot), which will then be moved to a folder called ~/screencasts. Hope this helps!!
    Attached Files Attached Files
    Last edited by brennydoogles; November 19th, 2007 at 04:08 AM. Reason: added info
    Registered Linux user 446122 , Registered Machine 352936.

  3. #3
    Join Date
    Jan 2007
    Location
    PORTUGAL
    Beans
    310
    Distro
    Ubuntu

    Re: HOW-TO make a Tutorial/Demo VIDEO

    First post edited. Big thanks to brennydoogles

  4. #4
    Join Date
    Mar 2007
    Location
    TN, US
    Beans
    607
    Distro
    Ubuntu

    Re: HOW-TO make a Tutorial/Demo VIDEO

    Quote Originally Posted by jorgerosa View Post
    Run it: go to menu: "Applications" ---> "Sound & Video" ---> "gtk-recordMyDesktop"
    Stop Recording: Click in the small grey square icon (next to time and date bar)
    Also if you want, you can run the following command in Terminal
    Code:
     gtk-recordMyDesktop && ogg2avi.sh && exit
    (assuming that your ogg2avi.sh is in either your home folder, /usr/bin/ , or anywhere else in your $PATH) which will launch the GUI version of recordmydesktop, followed immediately by my script in the same terminal window (you have to click quit on the recordmydesktop window before it will launch), and then the window will close when the conversion is complete.



    Quote Originally Posted by jorgerosa View Post
    First post edited. Big thanks to brennydoogles
    Thanks!! I created this video using the above method. I love it!!
    Registered Linux user 446122 , Registered Machine 352936.

  5. #5
    Join Date
    Nov 2006
    Location
    India
    Beans
    814

    Re: HOW-TO make a Tutorial/Demo VIDEO

    Thanks for the wonderful HOWTO , But i have been having this problem regarding my sound card. whenever i run it , it says :

    Recording is finished.
    recordMyDesktop has exited with status: 768
    Description: Could not open/configure sound card.

    Thanks.
    The truth is always beautiful, no matter how ugly it might seem at first.

  6. #6
    Join Date
    Jan 2007
    Location
    PORTUGAL
    Beans
    310
    Distro
    Ubuntu

    Re: HOW-TO make a Tutorial/Demo VIDEO

    ashmew2, i tryed several times here, but that error (audio related) never happened with me (even when i tried to simulate it)... Can anyone give an hand here? Thx.

  7. #7
    Join Date
    Jul 2007
    Location
    NC, USA
    Beans
    14
    Distro
    Xubuntu 7.04 Feisty Fawn

    Re: HOW-TO make a Tutorial/Demo VIDEO

    I've just had the same error message. The most annoying bit is that it recorded sound and video fine the first time round. I then tried to record something else without changing any settings and have received the same error since.

  8. #8
    Join Date
    Aug 2006
    Location
    Rexburg, ID
    Beans
    342
    Distro
    Hardy Heron (Ubuntu Development)

    Re: HOW-TO make a Tutorial/Demo VIDEO

    Just add the --no-sound option in the advanced tab if you don't need sound.

  9. #9
    Join Date
    Apr 2007
    Beans
    421
    Distro
    Kubuntu 13.04 Raring Ringtail

    Re: HOW-TO make a Tutorial/Demo VIDEO

    I get this error:

    Code:
    "record mydesktop has exited with status: 768"
    and I would always be able to record sound. Any suggestion? Thanks.

  10. #10
    Join Date
    Jan 2007
    Location
    PORTUGAL
    Beans
    310
    Distro
    Ubuntu

    Lightbulb Re: HOW-TO make a Tutorial/Demo VIDEO

    Because sound issues, I´ve found this:
    http://recordmydesktop.sourceforge.net/faq.php#I_have_no_sound!
    and found these results in google:
    http://www.google.pt/q=recordmydesktop+sound+problem


    WinFF, its not in author page anymore, now it has its own .org website:
    http://winff.org/html_new/


    There are also 2 more frontends for recordMyDesktop available in its project homepage:
    http://recordmydesktop.sourceforge.net/about.php

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •