Escolha uma Página
FFmpeg: MKV file,  convert the audio to AAC

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...
Tasker sample: School Day for Teachers

Tasker sample: School Day for Teachers

  This is the Tasker project I made for my wife, so she can always answer to the calls, no matter if she has forgotten to set the volume up I´m using AutoVoice, but it can be replaced easily, with three lines of code in Tasker. I will show you how here in this...
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,...
FFmpeg: MKV file,  convert the audio to AAC

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