Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| start [2024/08/29 12:52] – [Видео - Youtube] admin | start [2026/03/10 14:38] (current) – [Видео - Youtube] admin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | {{https:// | + | [[3d|3d]] [[ai|AI]]\\ |
| + | {{https:// | ||
| <WRAP LEFT tip 60%> | <WRAP LEFT tip 60%> | ||
| **Interesting** \\ | **Interesting** \\ | ||
| - | https:// | + | https:// |
| + | https:// | ||
| + | https:// | ||
| https:// | https:// | ||
| chaos engineering - гипотеза Oreille book - гипотеза хаоса \\ | chaos engineering - гипотеза Oreille book - гипотеза хаоса \\ | ||
| apache superset \\ | apache superset \\ | ||
| https:// | https:// | ||
| - | https:// | + | https:// |
| + | https:// | ||
| + | Vaultwarden - пароли \\ | ||
| + | https:// | ||
| + | https:// | ||
| + | https:// | ||
| figma \\ | figma \\ | ||
| + | |||
| + | https:// | ||
| </ | </ | ||
| ====== Sections ====== | ====== Sections ====== | ||
| Line 15: | Line 25: | ||
| * СХД NAS https:// | * СХД NAS https:// | ||
| * Яндекс.Почта пример посика '' | * Яндекс.Почта пример посика '' | ||
| + | * Яндекс плюс на год - [[https:// | ||
| Line 61: | Line 72: | ||
| # seasonvar player | # seasonvar player | ||
| + | copy(o.playlist.map(el => `http: | ||
| # right convenient way seasonvar | # right convenient way seasonvar | ||
| copy(o.playlist.map((el) => o.actions.File(el.file)).reduce((acc, | copy(o.playlist.map((el) => o.actions.File(el.file)).reduce((acc, | ||
| Line 90: | Line 102: | ||
| ++++ | ++++ | ||
| - | ++++ FFMPEG | + | ++++ FFMPEG| |
| <code BASH> | <code BASH> | ||
| + | -- split video to multiple audio on 10 min | ||
| + | ffmpeg -i input.mp4 -f segment -segment_time 600 -vn -acodec libmp3lame -q:a 2 output_%03d.mp3 | ||
| + | |||
| + | |||
| + | =- powershell recode hevc | ||
| + | |||
| + | |||
| $fileDirectory = " | $fileDirectory = " | ||
| $parse_results = New-Object System.Collections.ArrayList; | $parse_results = New-Object System.Collections.ArrayList; | ||