How to encode a movie clip with FFmpeg and have the encoding start right away.

Encoding a movie clip with FFmpeg is very simple, but getting the encoding to start right away is the hard part. Sometimes it will take many seconds to start, but this is due to the slow searching through the file looking for the right section. Putting the “-ss 01:58:11” parameter before the “-i” parameter is … Read more

Very useful Linux files and info to get you started.

Very useful information for a new Linux user Very comprehensive .bashrc file for your Linux system. http://securitronlinux.com/debian-testing/very-comprehensive-bashrc-file-for-your-linux-system/. How to generate a random password using the command line. http://securitronlinux.com/bejiitaswrath/how-to-generate-a-random-password-using-the-command-line/. UNIX & Linux PDF Ebooks. Many useful Linux and BSD E-Books available. learn all you can about Linux by reading these useful books. http://securitronlinux.com/nix-pdfs/. Setting defaults for … Read more