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
|