Results 1 to 10 of 17
I purchased Trainsignal's CompTIA Linux + Training DVD set. The only problem is I can't seem to play the .avi files from my Redhat system. When Totem Movie Player starts ...
- 03-20-2011 #1Just Joined!
- Join Date
- Dec 2010
- Posts
- 66
playing avi files in redhat
I purchased Trainsignal's CompTIA Linux + Training DVD set. The only problem is I can't seem to play the .avi files from my Redhat system. When Totem Movie Player starts it says I need "TechSmith Camtasia". How do I get this. I've also tried VLC but it doesn't seem to work for RH.
- 03-21-2011 #2Linux User
- Join Date
- Sep 2008
- Location
- UK
- Posts
- 353
You need to add the rpmfusion repository.
Have a look at:
Configuration - RPM Fusion
You should then be able to install the necessary gstreamer/vlc codecs from there.
- 03-21-2011 #3Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,961
What version of Red Hat are you running? I have had zero problems playing just about all video formats from RHEL 5 and up. I am now on 6 and still no problems. I use VLC and Kaffeine mostly.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 03-22-2011 #4Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,961
FWIW, just to clarify, AVI is a wrapper for a variety of video formats such as mpeg4, etc. It simply stands for Audio Video Interleave, which means that the audio and video channels are interleaved, with some sync points so that the audio is synchronized with the video. Anyway, try installing the VLC media player. It will handle just about any format, and has built-in codecs for same.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 03-22-2011 #5
Yeah, you can never go wrong (most of the time) with VLC. It's pretty lightweight and it will play just about any video or audio format out there. Just make sure to tell it to play from your DVD drive and not the .iso itself.
- 03-23-2011 #6
- 03-23-2011 #7Just Joined!
- Join Date
- Dec 2010
- Posts
- 66
- 03-24-2011 #8Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,961
VLC is in the atrpms repository, not the default Red Hat ones. I am attaching a copy of the atrpms repo file that you can install in /etc/yum.repos.d to get that stuff. I am running SL6, which is a clone of RH6. I am including in the tarball the epel repositories as well. Copy the file (as root) into /etc/yum.repos.d and run the command: tar -zxf repos.tar.gz
That will extract the two repo files that you need.Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 03-25-2011 #9Just Joined!
- Join Date
- Dec 2010
- Posts
- 66
tar
I got the two files into the directory but now I'M getting this when I try to run the tar command.
Code:[root@RedhatPart Garrett]# cd /etc/yum.repos.d [root@RedhatPart yum.repos.d]# tar -zxf repos.tar.gz tar (child): repos.tar.gz: Cannot open: No such file or directory tar (child): Error is not recoverable: exiting now tar: Child returned status 2 tar: Error is not recoverable: exiting now [root@RedhatPart yum.repos.d]#
- 03-25-2011 #10Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,961
Are you sure the repos.tar.gz file that you downloaded is in /etc/yum.repos.d where you cd'ed to?
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote

