This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ffmpeg -vcodec libx264 -movflags +faststart -threads 0 -r 25 -g 50 -crf 25 -me_method hex -trellis 0 -bf 8 -acodec aac -strict -2 -ar 44100 -ab 128k -f mp4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Logger.class.js: Simple logger based on console wrapper with colors | |
| * and multiple levels | |
| * | |
| * @copyright Copyright (c) 2018 Sergey Petrenko <spetrenko@me.com> | |
| * @homepage https://gist.github.com/digitalhitler | |
| * @license MIT | |
| * @version 2.1.0 | |
| * | |
| * @history |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Небольшая помощь в Smali | |
| (Будет дополняться) | |
| # | |
| Общая информация | |
| # | |
| Smali | |
| Виды(Types) | |
| Байт-код Dalvik имеет два основных класса типов, примитивные типы и ссылочные типы. Типы ссылок - это объекты и массивы, все остальное является примитивным. |
OlderNewer