Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| start [2025/08/18 09:41] – admin | start [2026/03/10 14:38] (current) – [Видео - Youtube] admin | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| <WRAP LEFT tip 60%> | <WRAP LEFT tip 60%> | ||
| **Interesting** \\ | **Interesting** \\ | ||
| - | https:// | + | https:// |
| + | https:// | ||
| + | https:// | ||
| https:// | https:// | ||
| chaos engineering - гипотеза Oreille book - гипотеза хаоса \\ | chaos engineering - гипотеза Oreille book - гипотеза хаоса \\ | ||
| Line 23: | Line 25: | ||
| * СХД NAS https:// | * СХД NAS https:// | ||
| * Яндекс.Почта пример посика '' | * Яндекс.Почта пример посика '' | ||
| + | * Яндекс плюс на год - [[https:// | ||
| Line 99: | 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; | ||