Posted by Vikash Dhankar on December 29, 2009 ·
The developers of VLC are going to launch the VLC video editor for the linux platforms, windows and mac.
VLMC (VideoLAN Movie Creator) is a free video editing software,
offering features to realize semi-professional quality movies,
but with the aim to stay simple and user-friendly.
VLMC will be available very soon in a pre-release version for Linux, Windows and Mac, stay tuned !
You can fetch the current working tree using Git:
git clone git://github.com/VLMC/vlmc.git
This [...]
Posted by Ritu sharma on December 24, 2009 ·
Installing Adobe Flash Player to fedora 12 is very much easy, it is a one line command to install that.
Fedora 12
su -c 'yum install flash-plugin nspluginwrapper.x86_64 \
nspluginwrapper.i686 alsa-plugins-pulseaudio.i686 \
libcurl.i686'
Posted by Ritu sharma on December 24, 2009 ·
Its very easy to install VLC 1.0.3 or any new version of vlc in Fedora 12 ( Constantine).
These are simple three steps you have to write in the Terminal of Linux.
Opening the terminal :-
System Tool – Terminal open it and paste the below three commands one by one..
vikash@vikash-desktop:~$ su root
root@vikash-desktop:~$ rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
root@vikash-desktop:~$ yum install [...]