Free tools for visual communication manipulation and piece of writing in Linux aren't that tricky to brainwave if you cognise where on earth to gawk.
Here are my favorites:
Avidemux is a uncommitted visual communication trained worker designed for pure cutting, filtering and encryption tasks. It supports many an database types, plus AVI, DVD harmonious MPEG files, MP4 and ASF, using a range of codecs. Interestingly, it's accessible for Linux, BSD, Mac OS X and Windows underneath the GNU GPL legal document. I haven't tested Mac OS X and Windows versions, but the system of rules runs marvellous nether Ubuntu Linux (Dapper Drake).
Example
For database conversion, there's FFMPEG, which is free-but you'll have to acquire to use it through the dictate string. Unfortunately, the MAN folio for the system isn't particularly unhindered.
To amass some of you the fighting of reckoning it out, here's a speedy instructor.
Let's say you want to individual a database named MYVIDEO.AVI to the mpg format, which is the formatting fostered by the K3 CD glowing system. After commencement FFMPEG (you can use Synaptic Package Manager), discharge up Terminal.
From the edict line, travel to the file where on earth the directory is kept. So you could type:
cd /home/user/Converts
to go to the pamphlet where on earth the folder is kept.
Then caste the later at the tell line:
ffmpeg -i MYVIDEO.avi -target ntsc-vcd MYVIDEO.mpg
and hit Enter. That should get the transmutation program started, and you ought to see whichever article curl by in the Terminal windowpane. Don't unexpectedly shut the window, because that will break the changeover. You can minimise it, notwithstanding.
To soul an avi folder to SVCD format, you would type:
ffmpeg -i MYVIDEO.avi -target ntsc-vcd MYVIDEO.mpg
There's a GUI front-end for FFMPEG on Mac OS X, but I haven't found one for Linux.
For cacophonous DVDs, I use AcidRip. Very uncomplicated but hurrying and cost-effective.
留言列表