por mcp | set 9, 2014 | Featured, Found It, Photography, Photoshop, Windows
Once you’ve calibrated your monitor with a calibration device, you can check its gamut – that is, you can check the range of colour that it displays. You can compare it with the sRGB colour space, or Adobe RGB, or maybe the gamut of another calibrated...
por mcp | set 9, 2014 | Daily bits, Found It, Windows
With RodrigoPolo Tools you can learn everything about FFmpeg. There is a nice command generator too: Here This is a small personal cheat sheet for audio/video encoding where I put some of my most used stuff with FFmpeg 0.5 and other tools. I use H.264 and AAC on MP4,...
por mcp | set 8, 2014 | Daily bits, Featured, Windows
Here is what you should put inside a .BAT file to convert only the audio stream from multi-channel to AAC stereo: ffmpeg -i %1 -map 0:0 -map 0:1 -c:v copy -c:a:0 libvo_aacenc -ar 48000 -ac 2 -ab 96k %~n1-AAC.mkv pause Drag and Drop .MKV files over the .BAT you just...
por mcp | set 7, 2014 | Daily bits, Featured, Windows
IFTTT does not work with Evernote triggers anymore, so now it is a one side sync only. Now I use Pocket to sync with other services. Read the article about IFTTT and Evernote below. Evernote is one of the best ways to save your ideas. Whether it is things you hear,...
por mcp | set 7, 2014 | Daily bits, Featured, Windows
The best way to understand -map option is to think of it like a way to tell FFmpeg which streams do you want to select/copy from input to output. The order of -map options, specified on cmd line, will create the same order of streams in the output file. Here are...
por mcp | set 6, 2014 | Daily bits, Featured, Windows
When hibernate is disabled, the Hibernate option is missing from the Start Menu (Windows 7 only), Shut Down Windows dialog, Power menu (Windows 8 only) and the Advanced Power Plan Options. You must be logged in as an administrator to be able to do the steps in this...