Thursday, March 19, 2009

ffmpeg convert *.avi to *.3g2 video

ffmpeg.exe -threads 2 -i dock.avi -acodec libfaac  -ac 2  -vcodec mpeg4 -s qcif -b 128kb -r 14.985 dock.3g2


Centos 7 reset root/ any user lost password / lockout due to cant remember password

1. Need to be in front of the terminal. (Physically if not vm). 2. Reboot the server 3. Press 'e' in the GRUB2 boot screen. 3. bunch...