Escolha uma Página
RodrigoPolo.com Tools

RodrigoPolo.com Tools

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,...
RodrigoPolo.com Tools

FFmpeg: MKV file, convert the audio to AAC

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...
7 IFTTT Recipes for Evernote

7 IFTTT Recipes for Evernote

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,...
RodrigoPolo.com Tools

How to use -map option in FFmpeg

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...
Hibernate – Learn everything about it

Hibernate – Learn everything about it

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...
HTML Snippets Powered By : XYZScripts.com