Video Editing on Linux - See OpenShot Editor

Just recently I needed to edit videos and I'm a layman in this field had some difficulties.Among various tools I tried, the simplest and quickest way to learn was the OpenShot.
The installation of this tool for Debian distributions can be done through Synaptic it is in the repositories. If you prefer to install "a la pata" is as follows: sudo apt-get installOpenShot.
The features available are not many, but for many users (like me) arrives perfectly.


features:
Cut pieces of the video;
Add tags in the video;
Multiple bands;
effects;
transitions;
Import video, images and sounds;
Undo changes;
Export to various video formats;

How to put a video on a track:
(1) Click on the icon + (plus) and choose the video;
(2) Move the video imported onto the track at the outset;
(3) can add other video, pictures and even music files / sounds;

How to cut pieces of video:
(1) pick-and functionality divide and clicking with the mouse at the beginning and end of the piece to remove;
(2) Clicking the right mouse button over the video piece and remove;

Add a picture:
(1) Click on the icon + (plus) and choose the image;
(2) Move the image to the track where if you want to place;

Add effects and transitions:
(1) Just select the transition and move up the track to the site, where you want the transition;
(2) In effect, it is the same thing, but this is all in the band, or piece of track if it is divided;



Export:
Although you can export to many different formats, I will present the simplest and Iworked flawlessly.
(1) File -> Export Video -> Tab: Simple -> Profile: DVD -> Destination: DVD-NTSC ->Video Profile: DV-NTSC -> Quality: High -> Export.




Continuar a ler »»
0

Linux - Screen Resolution in Portable 10 "

Today I had a problem installing Red Hat Enterprise Linux 16 (CM16) with a portable screen 10 "because the operating system can not detect the resolution and that it should use. The image was so poor he could not even read the text presented.

To overcome the problem follow these steps:

     I called a TFT monitor to the laptop and carried out the installation as usual;
     Once installed the CM16, I had to make the resolution setting the screen, manually in xorg.conf file:
         vi / etc/X11/xorg.conf (if no, it is created);
          Paste the following information:

                  Section "Device"

                  Identifier "Video Device Configured"

                  Driver "OpenChrome"

                  option "PanelSize" "1024x600"

                  option "ForcePanel"

                  EndSection


         Restart.

This problem happened to me on a laptop (type NetPC) brand Elonex Webbook. This solution resulted in CM16, but probably also work on Debian based distros (Ubuntu, etc).

Continuar a ler »»
0

Problems with Dropbox?!


The subject today is again Dropbox. I've been just describing a problem I had with Debian 6.0 (squeeze) 64bit with this tool. The problem was that after the OS update,Dropbox longer boot!
To resolve, in my case resulted, can eliminate the Dropbox folder settings in your user,which should be / home /% user% /. dropbox.

rm-rf ~ /. .dropbox

After returning to run the Dropbox that will lead you to the setup wizard and here only have to look out at the stage where he can for you to choose the folder location"Dropbox. " If they choose the same location, is detected equal another folder, thenselect the option "Merge. "

They may know more about Dropbox here. or if they wish to install may do so by this hyperlink.

Continuar a ler »»
0

Configure a network interface with ifconfig

May eventually need to configure a network interface in a very quick but not permanently.To do so can use the ifconfig command as follows:

ifconfig eth0 192.168.10.200 netmask 255.255.255.0

If you do not know what is the interface or if you want to check if the configuration iscorrect, they can simply run ifconfig.

After configuring the IP is to configure the gateway (gateway). In this case we will do isadd a route to route network packets to the gateway:

route add default gw 192.168.10.254

Continuar a ler »»
0

"error dependency: is not satisfiable libnautilus-extension1"

If they install Dropbox on Debian Lenny, will probably have the following error:
"Dependency error: is not satisfiable libnautilus-extension1.
This problem can be overcome to install a recompilation Dropbox available in the following hyper-links:


nautilus-dropbox_0.6.1-1_amd64.deb

nautilus-dropbox_0.6.3_i386.deb 

They may know more about Dropbox here.

 

Continuar a ler »»
0

Gnome Nanny

Today the Internet is a dangerous place for children! Leave a child alone in navigating the Internet is as dangerous as leaving a child alone in a very busy road traffic!Agree?!


Gnome Nanny is a project that lets you adjust when, where and how children can browse. This does not mean it is a check on the kids, like to think it is more a protection.


When - lets you adjust where you can surf heights;Where - to set / filter web pages that can refer;How - to adjust the duration that can surf the Internet;


Continuar a ler »»
0

Saving energy on Linux

If you have a PC or a server passing of the time with no activity on the disk, can save a little on the electricity bill if the halt. It's true that can make configuring power management on your desktop environments (KDE, Gnome, etc.) but what I present here is a simple and rapid method for manually configuring this mechanism, ie the operating system Bash.
The tool to use hdparm is used to but to suspend the operation of hard disks can also adjust parameters of cache, DMA, or even acoustic noise, among others.

- Installation: aptitude install hdparm  
- Suspend for 2 minutes: hdparm-S 24 /dev/ sda
- Check the condition of the disk: hdparm -C /dev/sda
- Configure the permanent suspension: vim /etc/hdparm.conf - And add at end of file the following code:  
/dev/sda {
       
spindown_time = 24  

}  
- Then you just have to restart your PC, or the service - /etc/init.d/hdparm reload 

Note: the sda is the disk ID in Linux, in your case is hard to see that they have, they can do it as fdisk-l and then with the tool Partition Editor (GParted). If you have only one SATA disk to start is sda if hda is an IDE. If they are not much inside it, then I suggest you to search or ask here on the blog:)

Continuar a ler »»
0

Etiquetas

Seguidores

Popular Posts

Free Website Hosting