start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
start [2026/02/23 08:41] adminstart [2026/03/10 14:38] (current) – [Видео - Youtube] admin
Line 102: Line 102:
 ++++ ++++
  
-++++ FFMPEG - powershell recode hevc|+++++ 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;
  • start.txt
  • Last modified: 2026/03/10 14:38
  • by admin