FFMpeg is a complete and free Internet live audio and video broadcasting solution for Linux/Unix. It also includes a digital VCR. FFMpeg can encode in real time in many formats including MPEG1 audio and video, MPEG4, h263, ac3, asf, avi, real, mjpeg, and flash.
FFmpeg can generate a lot of different types of multimedia files with a variety of audio and video codecs inside. Sometimes these formats do not adhere to "accepted" specifications. Many open source multimedia playback applications have been specifically tuned to play all manner of multimedia files, no matter how incomplete or broken. However, certain widespread, proprietary multimedia applications, such as Microsoft Windows Media Player and Apple's QuickTime Player, are a little more rigid in the types of files they will accept.
FFMPEG Fedora Installation
Fedora repo supports FFMpeg. To install, simply issue# yum -y install ffmpeg
FFMPeg Usage# ffmpeg -i inputfile.ext outfile.mov
# ffmpeg -i inputfile.ext outfile.mp4
# ffmpeg -i inputfile.ext outfile.mpg
To convert a movie file into a playable AVI file# ffmpeg -i inputfile.ext -vcodec msmpeg4 -vtag MP43 -acodec mp3 outfile.avi
To use Microsoft MPEG-4v2 video# ffmpeg -i inputfile.ext -vcodec msmpeg4v2 -acodec mp3 outfile.avi
To create MPEG file with MPEG-1 video and MP2 audio.# ffmpeg -i inputfile.ext outfile.mpg
To convert FLV to MPG using ffmpeg# ffmpeg -i inputfile.flv -ab 56 -ar 22050 -b 500 -s 320x240 outputfile.mpg
Yes, you can use MPEG to convert video files from one format to another format, with a different video quality and pass. File output from FFMpeg was also tested to work with Windows Media player, Apple Video Player, Quick Time players and more.
All is done.
Related Articles:
JPG to MPG in Fedora Linux
Linux Screencasting and Screen Recording
VCD/DVD Video Authoring Linux Tool
Amazing MultiMedia Browser Plugins
Subscription
Categories
- HowTos (612)
- Linux Devices (40)
- Linux Diggs (620)
- Linux News (1541)
- Linux Videos (24)
Recent Posts
Blog Archive
-
▼
2008
(2301)
-
▼
May
(14)
- Fedora 9: Fix No Flash Sound Issue with Firefox 3.0
- Fedora 9: Disable IPv6 Completely
- Fedora 9: Drumrolls with Linux Hydrogen
- Fedora 9: All in One Kopete Messenger Installation
- Fedora 9: Filezilla 3.0 Installation
- Fedora 9: Root-Lock Your Desktop Screen
- Fedora 9: Sun Java on Fedora 9 Install HowTo
- Fedora 9: Fix Embedded Youtube Video Browser Problem
- Fedora 9: Adobe Flash Plugin Installation with Fir...
- Fedora 9: Automatically Select Fastest Yum Repo So...
- Fedora 9: Livna Repo RPM Installation
- Fedora 9 Released
- HowTo: Install YouTube Video Download in Fedora
- HowTo: Install FFMpeg on Fedora Linux
-
▼
May
(14)
Monday, May 5, 2008
HowTo: Install FFMpeg on Fedora Linux
Subscribe to:
Post Comments (Atom)
ILoveTux - howtos and news | About | Contact | TOS | Policy
0 comments:
Post a Comment