firewing1's blog

Gazette and CTV interview!

Last May (the week of the 21st) I was interviewed by the Gazette by surprise - one of my clients had sent a letter to the Gazette and they wanted to interview me about Diffingo and the free support/software I offer. Then the same day that the article was published CTV asked for and interview as well! If you'd like to have a look, here is the article and the CTV interview:

Gazette article (PNG image, 5.8MB)
CTV Interview (QuickTime/MP4 movie, 3.3MB)

Need QuickTime? Get it here.

Rating: 

Exams, here I come

I'm heading for my exams the next three weeks, so I'm not going to be around as much on fedoraforum, IRC and for programming... I'm working on feature requests for fwbackups RC3, so hopefully that will be out in July when I have time to work on it again. Anyways the good news is I did my lab exam today and it was fairly easy.

Tags: 
Rating: 

Media (DVD, mp3, etc) playback in Fedora

The Fedora project believes in free software, and seeing as such patent-encumbered or proprietary formats are not included in the Fedora distributions. Unfortunately, that means that that media such as DVDs, MP3s, many types of video, Java content and .swf Flash content cannot be viewed on a fresh install of Fedora. This guide will show you how to install various plugins and codecs to allow the playback of this type of content.

Need more help or want to ask a question? Discuss this topic here.

Requirements

 

All at Once!

To install all the codecs, applications and plugins mentioned in this howto at once, run:

yum -y remove totem;yum -y install totem-xine totem-plparser \
libdvdcss libdvdread libdvdplay livdvdnav lsdvd libdvbpsi gecko-mediaplayer mplayer mplayer-gui \
xine-lib-extras-nonfree xine-lib-extras libdvdcss libdvdread libdvdplay compat-libstdc++-33

Remember that removing totem may remove additional applications - If you'd like them back, make sure you add them to the 'yum install' command.

DVD Playback

yum -y install libdvdcss libdvdread libdvdplay libdvdnav lsdvd libdvbpsi

Note that libdvdcss and the other libraries listed here may be illegal to distribute, install or use depending on your local copyright laws. Distribute/install/use at your own risk, I'm not responsible for anything that happens as a result.

Totem-Xine

Totem-Xine is a movie player that is based on Xine and not GStreamer. While the interface is exactly the same as Fedora's Totem player, using the Xine backend will allow for playback of media such as DVD, WMV, MPEG video and more.

yum -y remove totem;yum -y install totem-xine xine-lib-extras-nonfree xine-lib-extras

MPlayer and MPlayerPlug-In

MPlayer is also a movie player like Totem, although I find interface of MPlayer harder to use compared to totem-xine and additionally there is no support for DVD menus at the moment. Still, mplayer offers a web plugin for Mozilla/Firefox and packs in tons of codecs making it a valuable package.

yum -y install mplayer mplayer-gui gecko-mediaplayer

 

GStreamer plugins

Seeing as Fedora uses the GStreamer engine for many programs, it's a must to install the extra GStreamer plugin packs. This is the package that will allow for MP3 playback on your Fedora system.

yum -y install gstreamer gstreamer-plugins-good gstreamer-plugins-bad gstreamer-plugins-ugly

 

Macromedia Adobe Flash Player

rpm -Uhv http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm
yum -y install flash-plugin

Java (JRE) and JRE web plugin

Please see this howto for instructions.

 

RealPlayer

Please click 'Download RPM Package' on this page, then save that file in your home. Open a terminal (Applications > Accessories or System Tools > Terminal) and type:

rpm -Uhv RealPlayer10GOLD.rpm && rm RealPlayer10GOLD.rpm -f

RealPlayer and the Mozilla plugin should now be installed.

 
Need more help or want to ask a question? Discuss this topic here.
Rating: 

Media (DVD, mp3, etc) playback in Fedora

The Fedora project believes in free software, and seeing as such patent-encumbered or proprietary formats are not included in the Fedora distributions. Unfortunately, that means that that media such as DVDs, MP3s, many types of video, Java content and .swf Flash content cannot be viewed on a fresh install of Fedora. This guide will show you how to install various plugins and codecs to allow the playback of this type of content.

Need more help or want to ask a question? Discuss this topic here.

Requirements

 

All at Once!

To install all the codecs, applications and plugins mentioned in this howto at once, run:

yum -y remove totem totem-plparser;yum -y install totem-xine totem-xine-plparser rhythmbox \
libdvdcss libdvdread libdvdplay livdvdnav lsdvd libdvbpsi mplayerplug-in mplayer mplayer-gui \
xine-lib-extras-nonfree xine-lib-extras libdvdcss libdvdread libdvdplay compat-libstdc++-33

Remember that removing totem may remove additional applications - If you'd like them back, make sure you add them to the 'yum install' command.

DVD Playback

yum -y install libdvdcss libdvdread libdvdplay libdvdnav lsdvd libdvbpsi

Note that libdvdcss and the other libraries listed here may be illegal to distribute, install or use depending on your local copyright laws. Distribute/install/use at your own risk, I'm not responsible for anything that happens as a result.

Totem-Xine

Totem-Xine is a movie player that is based on Xine and not GStreamer. While the interface is exactly the same as Fedora's Totem player, using the Xine backend will allow for playback of media such as DVD, WMV, MPEG video and more.

yum -y remove totem totem-plparser;yum -y install totem-xine totem-xine-plparser rhythmbox \
xine-lib-extras-nonfree xine-lib-extras
Remember that removing totem may remove additional applications - If you'd like them back, make sure you add them to the 'yum install' command.

MPlayer and MPlayerPlug-In

MPlayer is also a movie player like Totem, although I find interface of MPlayer harder to use compared to totem-xine and additionally there is no support for DVD menus at the moment. Still, mplayer offers a web plugin for Mozilla/Firefox and packs in tons of codecs making it a valuable package.

yum -y install mplayer mplayer-gui mplayerplug-in

 

GStreamer plugins

Seeing as Fedora uses the GStreamer engine for many programs, it's a must to install the extra GStreamer plugin packs. This is the package that will allow for MP3 playback on your Fedora system.

yum -y install gstreamer gstreamer-plugins-good gstreamer-plugins-bad gstreamer-plugins-ugly

 

Macromedia Adobe Flash Player

rpm -Uhv http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm
yum -y install flash-plugin

Java (JRE) and JRE web plugin

Please see this howto for instructions.

 

RealPlayer

Please click 'Download RPM Package' on this page, then save that file in your home. Open a terminal (Applications > Accessories or System Tools > Terminal) and type:

rpm -Uhv RealPlayer10GOLD.rpm && rm RealPlayer10GOLD.rpm -f

RealPlayer and the Mozilla plugin should now be installed.

 
Need more help or want to ask a question? Discuss this topic here.
Rating: 

Media (DVD, mp3, etc) playback in Fedora

The Fedora project believes in free software, and seeing as such patent-encumbered or proprietary formats are not included in the Fedora distributions. Unfortunately, that means that that media such as DVDs, MP3s, many types of video, Java content and .swf Flash content cannot be viewed on a fresh install of Fedora. This guide will show you how to install various plugins and codecs to allow the playback of this type of content.

Need more help or want to ask a question? Discuss this topic here.

Requirements

 

All at Once!

To install all the codecs, applications and plugins mentioned in this howto at once, run:

yum -y remove totem totem-plparser;yum -y install totem-xine totem-xine-plparser rhythmbox \
libdvdcss libdvdread libdvdplay livdvdnav lsdvd libdvbpsi mplayerplug-in mplayer mplayer-gui \
xine-lib-extras-nonfree xine-lib-extras libdvdcss libdvdread libdvdplay compat-libstdc++-33

Remember that removing totem may remove additional applications - If you'd like them back, make sure you add them to the 'yum install' command.

DVD Playback

yum -y install libdvdcss libdvdread libdvdplay libdvdnav lsdvd libdvbpsi

Note that libdvdcss and the other libraries listed here may be illegal to distribute, install or use depending on your local copyright laws. Distribute/install/use at your own risk, I'm not responsible for anything that happens as a result.

Totem-Xine

Totem-Xine is a movie player that is based on Xine and not GStreamer. While the interface is exactly the same as Fedora's Totem player, using the Xine backend will allow for playback of media such as DVD, WMV, MPEG video and more.

yum -y remove totem totem-plparser;yum -y install totem-xine totem-xine-plparser rhythmbox \
xine-lib-extras-nonfree xine-lib-extras
Remember that removing totem may remove additional applications - If you'd like them back, make sure you add them to the 'yum install' command.

MPlayer and MPlayerPlug-In

MPlayer is also a movie player like Totem, although I find interface of MPlayer harder to use compared to totem-xine and additionally there is no support for DVD menus at the moment. Still, mplayer offers a web plugin for Mozilla/Firefox and packs in tons of codecs making it a valuable package.

yum -y install mplayer mplayer-gui mplayerplug-in

 

GStreamer plugins

Seeing as Fedora uses the GStreamer engine for many programs, it's a must to install the extra GStreamer plugin packs. This is the package that will allow for MP3 playback on your Fedora system.

yum -y install gstreamer gstreamer-plugins-good gstreamer-plugins-bad gstreamer-plugins-ugly

 

Macromedia Adobe Flash Player

rpm -Uhv http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm
yum -y install flash-plugin

Java (JRE) and JRE web plugin

Please see this howto for instructions.

 

RealPlayer

Please click 'Download RPM Package' on this page, then save that file in your home. Open a terminal (Applications > Accessories or System Tools > Terminal) and type:

rpm -Uhv RealPlayer10GOLD.rpm && rm RealPlayer10GOLD.rpm -f

RealPlayer and the Mozilla plugin should now be installed.

 
Need more help or want to ask a question? Discuss this topic here.
Rating: 

Media (DVD, mp3, etc) playback in Fedora

The Fedora project believes in free software, and seeing as such patent-encumbered or proprietary formats are not included in the Fedora distributions. Unfortunately, that means that that media such as DVDs, MP3s, many types of video, Java content and .swf Flash content cannot be viewed on a fresh install of Fedora. This guide will show you how to install various plugins and codecs to allow the playback of this type of content.

Need more help or want to ask a question? Discuss this topic here.

Requirements

 

All at Once!

To install all the codecs, applications and plugins mentioned in this howto at once, run:

yum -y remove totem;yum -y install totem-xine libdvdcss libdvdread libdvdplay \
livdvdnav lsdvd libdvbpsi gecko-mediaplayer mplayer mplayer-gui xine-lib-extras-nonfree \
xine-lib-extras libdvdcss libdvdread libdvdplay compat-libstdc++-33 \
gstreamer-plugins-good gstreamer-plugins-bad gstreamer-plugins-ugly

Remember that removing totem may remove additional applications - If you'd like them back, make sure you add them to the 'yum install' command.

DVD Playback

yum -y install libdvdcss libdvdread libdvdplay libdvdnav lsdvd libdvbpsi

Note that libdvdcss and the other libraries listed here may be illegal to distribute, install or use depending on your local copyright laws. Distribute/install/use at your own risk, I'm not responsible for anything that happens as a result.

Totem-Xine

Totem-Xine is a movie player that is based on Xine and not GStreamer. While the interface is exactly the same as Fedora's Totem player, using the Xine backend will allow for playback of media such as DVD, WMV, MPEG video and more.

yum -y remove totem;yum -y install totem-xine xine-lib-extras-nonfree \
xine-lib-extras
Remember that removing totem may remove additional applications - If you'd like them back, make sure you add them to the 'yum install' command.

MPlayer and MPlayerPlug-In

MPlayer is also a movie player like Totem, although I find interface of MPlayer harder to use compared to totem-xine and additionally there is no support for DVD menus at the moment. Still, mplayer offers a web plugin for Mozilla/Firefox and packs in tons of codecs making it a valuable package.

yum -y install mplayer mplayer-gui gecko-mediaplayer

 

GStreamer plugins

Seeing as Fedora uses the GStreamer engine for many programs, it's a must to install the extra GStreamer plugin packs. This is the package that will allow for MP3 playback on your Fedora system.

yum -y install gstreamer gstreamer-plugins-good gstreamer-plugins-bad gstreamer-plugins-ugly

 

Macromedia Adobe Flash Player

rpm -Uhv http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm
yum -y install flash-plugin

Java (JRE) and JRE web plugin

Please see this howto for instructions.

 

RealPlayer

Please click 'Download RPM Package' on this page, then save that file in your home. Open a terminal (Applications > Accessories or System Tools > Terminal) and type:

rpm -Uhv RealPlayer11GOLD.rpm && rm RealPlayer11GOLD.rpm -f

RealPlayer and the Mozilla plugin should now be installed.

 
Need more help or want to ask a question? Discuss this topic here.
Rating: 

Media (DVD, mp3, etc) playback in Fedora

The Fedora project believes in free software, and seeing as such patent-encumbered or proprietary formats are not included in the Fedora distributions. Unfortunately, that means that that media such as DVDs, MP3s, many types of video, Java content and .swf Flash content cannot be viewed on a fresh install of Fedora. This guide will show you how to install various plugins and codecs to allow the playback of this type of content.

Need more help or want to ask a question? Discuss this topic here.

Requirements

 

All at Once!

To install all the codecs, applications and plugins mentioned in this howto at once, run:

yum -y install totem-xine libdvdcss libdvdread libdvdplay livdvdnav lsdvd libdvbpsi \
mplayerplug-in mplayer mplayer-gui xine-lib-extras-nonfree \
xine-lib-extras libdvdcss libdvdread libdvdplay compat-libstdc++-33 \
gstreamer-plugins-good gstreamer-plugins-bad gstreamer-plugins-ugly
su -c "totem-backend -b xine"

DVD Playback

yum -y install libdvdcss libdvdread libdvdplay libdvdnav lsdvd libdvbpsi

Note that libdvdcss and the other libraries listed here may be illegal to distribute, install or use depending on your local copyright laws. Distribute/install/use at your own risk, I'm not responsible for anything that happens as a result.

Totem-Xine

Totem-Xine is a movie player that is based on Xine and not GStreamer. Using the Xine backend will allow for playback of media such as DVD, WMV, MPEG video and more! Recent changes in Fedora 9 have allowed you to install the Xine and Gstreamer backends at once - Here's how to select the Xine backend as the default one:

yum -y install totem-xine xine-lib-extras-nonfree xine-lib-extras
su -c "totem-backend -b xine"

MPlayer and MPlayerPlug-In

MPlayer is also a movie player like Totem, although I find interface of MPlayer harder to use compared to totem-xine and additionally there is no support for DVD menus at the moment. Still, mplayer offers a web plugin for Mozilla/Firefox and packs in tons of codecs making it a valuable package.

yum -y install mplayer mplayer-gui mplayerplug-in

 

GStreamer plugins

Seeing as Fedora uses the GStreamer engine for many programs, it's a must to install the extra GStreamer plugin packs. This is the package that will allow for MP3 playback on your Fedora system.

yum -y install gstreamer gstreamer-plugins-good gstreamer-plugins-bad gstreamer-plugins-ugly

 

Macromedia Adobe Flash Player

rpm -Uhv http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm
yum -y install flash-plugin

Java (JRE) and JRE web plugin

yum install java-1.6.0-openjdk java-1.6.0-openjdk-plugin

 

RealPlayer

Please click 'RPM Package' on this page, then save that file in your home. Open a terminal (Applications > Accessories or System Tools > Terminal) and type:

rpm -Uhv RealPlayer11GOLD.rpm && rm RealPlayer11GOLD.rpm -f

RealPlayer and the Mozilla plugin should now be installed.

 
Need more help or want to ask a question? Discuss this topic here.
Rating: 

Media (DVD, mp3, etc) playback in Fedora

The Fedora project believes in free software, and seeing as such patent-encumbered or proprietary formats are not included in the Fedora distributions. Unfortunately, that means that that media such as DVDs, MP3s, many types of video, Java content and .swf Flash content cannot be viewed on a fresh install of Fedora. This guide will show you how to install various plugins and codecs to allow the playback of this type of content.

Need more help or want to ask a question? Discuss this topic here.

Requirements

 

All at Once!

To install all the codecs, applications and plugins mentioned in this howto at once, run:

yum -y install totem-xine libdvdcss libdvdread libdvdplay livdvdnav lsdvd libdvbpsi \
mplayerplug-in mplayer mplayer-gui xine-lib-extras-nonfree \
xine-lib-extras libdvdcss libdvdread libdvdplay compat-libstdc++-33 \
gstreamer-plugins-good gstreamer-plugins-bad gstreamer-plugins-ugly
su -c "totem-backend -b xine"

DVD Playback

yum -y install libdvdcss libdvdread libdvdplay libdvdnav lsdvd libdvbpsi

Note that libdvdcss and the other libraries listed here may be illegal to distribute, install or use depending on your local copyright laws. Distribute/install/use at your own risk, I'm not responsible for anything that happens as a result.

Totem-Xine

Totem-Xine is a movie player that is based on Xine and not GStreamer. Using the Xine backend will allow for playback of media such as DVD, WMV, MPEG video and more! Recent changes in Fedora 9 have allowed you to install the Xine and Gstreamer backends at once - Here's how to select the Xine backend as the default one:

yum -y install totem-xine xine-lib-extras-nonfree xine-lib-extras
su -c "totem-backend -b xine"

MPlayer and MPlayerPlug-In

MPlayer is also a movie player like Totem, although I find interface of MPlayer harder to use compared to totem-xine and additionally there is no support for DVD menus at the moment. Still, mplayer offers a web plugin for Mozilla/Firefox and packs in tons of codecs making it a valuable package.

yum -y install mplayer mplayer-gui mplayerplug-in

 

GStreamer plugins

Seeing as Fedora uses the GStreamer engine for many programs, it's a must to install the extra GStreamer plugin packs. This is the package that will allow for MP3 playback on your Fedora system.

yum -y install gstreamer gstreamer-plugins-good gstreamer-plugins-bad gstreamer-plugins-ugly

 

Macromedia Adobe Flash Player

rpm -Uhv http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm
yum -y install flash-plugin

Java (JRE) and JRE web plugin

yum install java-1.6.0-openjdk java-1.6.0-openjdk-plugin

 

 

RealPlayer

Please click 'Download RPM Package' on this page, then save that file in your home. Open a terminal (Applications > Accessories or System Tools > Terminal) and type:

rpm -Uhv RealPlayer11GOLD.rpm && rm RealPlayer11GOLD.rpm -f

RealPlayer and the Mozilla plugin should now be installed.

 
Need more help or want to ask a question? Discuss this topic here.
Rating: 

firewing1.com, info

firewing1.com and firewing1.info should redirect here now...

Tags: 
Rating: 

Audio, Video, Pitch!

I did something random but rather amusing this weekend:

  1. Take your favorite video, it doesn't matter what.
  2. Use Avidemux2, a great video editor to export just the audio as a WAV. To do this, select WAV PCM as your audio codec and then select Audio > Save from the menu.
  3. Open the resulting .wav in Audacity and use the Change Pitch filter on the entire file.
  4. TIP: -30% sound like low-pitch and +35% sounds more high-pitch.
  5. Export your Audacity project as a .wav PCM file.
  6. Now, return to Avidemux and select Audio > Main Track. Choose External PCM from the dropdown and now locate your saved WAV from Audacity.
  7. Change the audio codec to FFmpg MP2, 128kbps.
  8. Change the video codec to DVD(lavc) and make sure the Container is 'MPEG PS+AV'
  9. Save your new video and laugh

It usually takes a while to encode, and the quality won't probably be great... But it's still pretty funny. Some of my mpeg's didn't work, for that I had to play to fiddle with the framerate & filters among other things for an hour or two before they turned out right.

Rating: