Minimal example: transcode from MP3 to WMA:
ffmpeg -i input.mp3 output.wma
You can get the list of supported formats with:
ffmpeg -formats
You can get the list of installed codecs with:
| #This was done by some tool, don't know which one, and our custom built app captured theese URL's, after filtering | |
| #for unique URL's, here is list of URL's in original form, I will later try to create some protection | |
| /3B1728A10D221805D2CABE58B095D353.php | |
| /manager/html | |
| /wp-content/plugins/portable-phpmyadmin/wp-pma-mod/index.php | |
| /mysql/mysqlmanager/index.php | |
| /mysql/sqlmanager/index.php | |
| /mysql/dbadmin/index.php | |
| /mysql/admin/index.php | |
| /phpmy/index.php |
This means, on your local machine, you haven't made any SSH keys. Not to worry. Here's how to fix:
*nix based command prompt (but not the default Windows Command Prompt!)cd ~/.ssh. This will take you to the root directory for Git (Likely C:\Users\[YOUR-USER-NAME]\.ssh\ on Windows).ssh folder, there should be these two files: id_rsa and id_rsa.pub. These are the files that tell your computer how to communicate with GitHub, BitBucket, or any other Git based service. Type ls to see a directory listing. If those two files don't show up, proceed to the next step. NOTE: Your SSH keys must be named id_rsa and id_rsa.pub in order for Git, GitHub, and BitBucket to recognize them by default.ssh-keygen -t rsa -C "[email protected]". ThMy Thinkpad T400s kept shutting down when it was busy doing CPU intensive work. It turns out that the fan did not speed up to a high enough level to cool down the CPU, and I’d find messages in /var/log/messages stating that the CPU was dangerously hot.
The first thing I did was to make it possible to manually control the fan speed. In order for this to work, the thinkpad_acpi kernel module needs to be loaded with a specific parameter. This can be