Recently, I've had to convert a 15 minute infomercial for BetterDaysMinistries.org, a non-profit organization. I was provided with a dvd, that cycled the infomercial twice during playback. Besides, the phone number and address shown on the original infomercial was old and that information needed to be updated. Below are highlights of the whole conversion process.
Multimedia
Flash Player 9 released for linux
Submitted by sandip on Wed, 01/17/2007 - 09:22Adobes' Flash Player 9 is now public ready and can be downloaded from macromedia.mplug.org.
Quick install on Fedora using yum repository:
-
Create the yum repo file as below:
# cat << EOF > /etc/yum.repos.d/macromedia.repo
[macromedia]
name=Macromedia for i386 Linux
baseurl=http://macromedia.rediris.es/rpm/
enabled=0
gpgcheck=1
gpgkey=http://macromedia.mplug.org/FEDORA-GPG-KEY
EOF
Install the flash-plugin via yum:
# yum --enablerepo=macromedia -y install flash-plugin
- sandip's blog
- Login or register to post comments
Download Actions preference in Firefox
Submitted by wizap on Mon, 10/09/2006 - 09:47I was having a hard time getting m3u (MP3 audio -- streamed) files open up in my external xmms audio player instead of the the default mplayerplug-in and found out that firefox by default hides the plugins without any extensions, as the mp3 playlist was being created dynamically with php and the mime-type fed via the header.
The work-around was to disable the default firefox config settings and change the option for streamed mp3 audio to be opened with xmms instead.
The steps are outlined below:
-
Type "about:config" on the address bar to get to firefox config settings.
Do a filter search for "hide_plugins" and double click on "browser.download.hide_plugins_without_extensions" to change the settings value to "false".
Open up "Edit > Preferences", go to the "Downloads" area and click on "View & Edit Actions".
It should now list all the "File Type". Do a search for audio and change the "MP3 audio (streamed)" to open up in the external xmms player.
See other posts on Firefox.
- wizap's blog
- Login or register to post comments
- Read more
DVD Shrink on Linux -- Fedora Core 5
Submitted by sandip on Thu, 06/15/2006 - 19:07If you are using Widows only to back-up your DVD videos... there is good news. You can install DVD Shrink on Linux using wine and do the same.
I have outlined the steps taken to do so on FC5:
-
Use yum to install wine if you don't have it installed already:
# yum --enablerepo=extras install wineConfigure wine as a user:
$ winecfg
Select "Applications -> Windows Version -> Windows XP"
This is the tricky part, as FC5 mounts the DVD automatically with the title of the DVD instead of using the same mount point, so you will need to map the drive manually each time for a different DVD.
-
Insert DVD Video.
Go to the Drives tab of the "Wine Configuration" window.
Click on the "Add" button and "Browse" to the mounted DVD in the "/media" path.
Click on "OK" button at the bottom once finished.
When listing the contents of the "dosdevices" you should see something like below:
$ ls -l ~/.wine/dosdevices lrwxrwxrwx 1 sandip sandip 10 Jun 8 22:58 c: -> ../drive_c lrwxrwxrwx 1 sandip sandip 17 Jun 8 23:06 d: -> /media/DVD_VIDEO/ lrwxrwxrwx 1 sandip sandip 1 Jun 8 22:58 z: -> /
You could also manually create a symlink instead:
$ ln -s /media/DVD_VIDEO ~/.wine/dosdevices/d:Download and install DVD Shrink.
$ wget http://linuxweblog.com/downloads/packages/dvdshrink/dvdshrink32setup.zip $ unzip dvdshrink32setup.zip $ wine dvdshrink32setup.exeLaunch and configure DVD Shrink Preferences as below:
$ wine 'C:\Program Files\DVD Shrink\DVD Shrink 3.2.exe'
-
Select "Edit -> Preferences..."
Disable audio and video preview.
Disable burining with nero.
Click on "OK" once finished.
Check out mrbrass.org for help with using DVD Shrink.
Make free calls with Linux and Skype
Submitted by sandip on Wed, 06/07/2006 - 18:47Skype currently offers free calls within the US and Canada. I was able to seemlessly install and use it on Fedora Core 5 using the dynamic binary which requires Qt3.2 or greater.
Below is a quick install process:
Download and install the dynamic binary as below:
$ wget http://download.skype.com/linux/skype-1.2.0.18.tar.bz2 # tar -C /opt -xvjf /path/to/skype-1.2.0.18.tar.bz2 # ln -s /opt/skype-1.2.0.18 /opt/skype # ln -s /opt/skype/skype /usr/bin/skype $ cp /opt/skype/skype.desktop ~/Desktop
Once installed, you should be able to click on the desktop launcher icon and run Skype.
Enjoy the free calls!!
- sandip's blog
- Login or register to post comments
Quick and Easy Mplayer Installation on Fedora Core 5 via Yum...
Submitted by sandip on Tue, 06/06/2006 - 10:37Mplayer is a movie player that plays most multimedia formats supported by many native and binary codecs. You can watch Video CD, SVCD, DVD, 3ivx, DivX 3/4/5 and even WMV and QuickTime movies on Linux.
-
FC5 rpms for mplayer are available at greysector.net
Set up yum to use greysector repository:
# cat <<EOF > /etc/yum.repos.d/greysector.repo [greysector] name=Grey Sector RPMs for Fedora Core $releasever - $basearch baseurl=http://rpm.greysector.net/yum/$releasever/$basearch/ #mirrorlist=http://rpm.greysector.net/yum/mirrorlist-$releasever gpgkey=http://rpm.greysector.net/greysector-pubkey.txt enabled=0 [greysector-all] name=Grey Sector RPMs for all Fedora Core releases - $basearch baseurl=http://rpm.greysector.net/yum/all/$basearch/ #mirrorlist=http://rpm.greysector.net/yum/mirrorlist-all gpgkey=http://rpm.greysector.net/greysector-pubkey.txt enabled=0 EOFImport the GPG Key:
# rpm --import http://rpm.greysector.net/greysector-pubkey.txtUse yum to install or update the current rpms:
# yum --enablerepo=greysector* install mplayer*You can selectively list the mplayer rpms and install the ones you want:
# yum --enablerepo=greysector* list mplayer* # yum --enablerepo=greysector* install mplayer mplayer-gui mplayerplug-in mplayer-codecs mplayer-codecs-extraThe required ones are mplayer, mplayerplug-in and mplayer-codecs.
mp3 support in RhythmBox for Redhat/Fedora
Submitted by sandip on Sun, 08/21/2005 - 16:18Redhat/Fedora does not come with mp3 support enabled by default. Follow the below directions to install the mp3 plugin for RhythmBox:
-
As root setup the livna repo for yum.
# rpm --import http://rpm.livna.org/RPM-LIVNA-GPG-KEY # cat <<EOF > /etc/yum.repo.d/livna.repo [livna] name=Livna.org Fedora Compatible Packages baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/RPMS.lvn enabled=0 gpgcheck=1 EOFSetup the fedora extras repo for yum. FC4 should come with a default setup for extras.
Listen to mp3 songs using XMMS in Redhat/Fedora
Submitted by sandip on Tue, 08/02/2005 - 09:40MP3 support is not included in Redhat or Fedora due to licensing concerns. You will need to first install MP3 support for XMMS in order to play files in that format.
The necessary RPM file (xmms-mp3) is available from Freshrpms.net .
Here's what I did on FC3 to download and install the plugin:
$ wget http://ftp.freshrpms.net/pub/freshrpms/fedora/linux/3/xmms/xmms-mp3-1.2.10-9.1.1.fc3.fr.i386.rpm # rpm -ivh xmms-mp3-1.2.10-9.1.1.fc3.fr.i386.rpm
While you're at it, you may also want to install the skins rpm and check out some additional XMMS tips at the LinuxDevCenter .
- sandip's blog
- Login or register to post comments
- Read more
ogg to mp3 audio file format conversion
Submitted by sandip on Tue, 07/26/2005 - 07:48"SoX" (Sound eXchange) is a command line program that can convert most popular audio files to most other popular audio file formats. It can optionally change the audio sample data type and apply one or more sound effects to the file during this translation.
Fedora 3 does not come with "sox" compiled with mp3 support. You will need to download the source and recompile for mp3 support and install it. Else you can grab a prebuilt rpm if you are looking for a quick and easy way out. Download mp3 and lame enabled sox via FreshRPMS.net and install it:
iPod Shuffle with Linux Fedora Core 3
Submitted by sandip on Fri, 07/22/2005 - 13:30-
FC3 automagically recognizes the iPod and mounts it to "/media/IPOD". Alternately, you could create a mount point and mount it manually:
# mkdir /mnt/ipod # mount -t vfat /dev/sda1 /mnt/ipod
or automate it in the next reboot via the fstab entry:
/dev/sda1 /mnt/ipod vfat sync,user,noauto,umask=000 0 0For a friendly and graphical environment download and install GTKpod. For Command Line Interface download and install GNUpod which is covered in the notes below.
- sandip's blog
- Login or register to post comments
- Read more