Direct copy of pre-encoded file:
$ ffmpeg -i filename.mp4 -codec: copy -start_number 0 -hls_time 10 -hls_list_size 0 -f hls filename.m3u8
| #include <windows.h> | |
| #include <roapi.h> | |
| #include <iostream> | |
| #include <cwchar> | |
| // For Windows.UI.ViewManagement.UISettings | |
| #include <windows.ui.viewmanagement.h> | |
| int main() { |
| // g++ prog.cc -Wall -Wextra -O2 -march=native -std=gnu++1y | |
| #include <cxxabi.h> | |
| #include <algorithm> | |
| #include <functional> | |
| #include <iostream> | |
| #include <typeinfo> | |
| namespace detail |
Direct copy of pre-encoded file:
$ ffmpeg -i filename.mp4 -codec: copy -start_number 0 -hls_time 10 -hls_list_size 0 -f hls filename.m3u8
| # Author: Eric Pruitt (http://www.codevat.com) | |
| # License: 2-Clause BSD (http://opensource.org/licenses/BSD-2-Clause) | |
| # Description: This Makefile is designed to create a statically linked tengine | |
| # binary without any dependencies on the host system's version of glibc. | |
| tengine_VERSION=2.3.3 | |
| OPENSSL_VERSION=1.1.1u | |
| PCRE_VERSION=8.45 | |
| ZLIB_VERSION=1.2.13 |
Taken from https://keestalkstech.com/2018/03/install-nano-with-entware-on-synology-nas-dsm6/.
# create a home for Entware
mkdir -p /volume1/@Entware/opt
# go on as root| Windows Registry Editor Version 5.00 | |
| ;Reveals the most used hidden power settings in Windows 10. The value Attributes=2 means reveal, where value of 1 or 0 means hide from Power Options. | |
| ;Good Tweaking! | |
| ;WLAN | |
| [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\19cbb8fa-5279-450e-9fac-8a3d5fedd0c1\12bbebe6-58d6-4636-95bb-3217ef867c1a] | |
| "Attributes"=dword:00000002 | |
| ;Power Scheme Personality | |
| [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\245d8541-3943-4422-b025-13a784f679b7] |