Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| start [2026/02/23 08:41] – admin | start [2026/03/10 14:38] (current) – [Видео - Youtube] admin | ||
|---|---|---|---|
| Line 102: | 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; | ||