Favorite Linux Commands
Topic
#25 by mreschke on 2008-02-14 10:27:27 (viewed 1,521 times)
A list of my favorite or often used (and forgotten) linux commands (favcom).
Most of the favorite one liners below come from http://commandlinefu.com These are only the ones that I have found to be useful for me. Browse and search commandlinefu for yourself to find thousands of incredible linux commands. Also check out the references links, a lot of them simply goto commandlinefu with custom search queries.
|
Add later, how to simply resize (re incode with different settings) a mpg
ffmpeg -i orig.mpg -s 1280x720 -vcodec mpeg2video -b 1400 -acodec libmp3lame -ac 2 -threads 4 test01.mpg
|
References[++]
Favorite Commands[++]
Favorite Help Info[++]