[Quote]

    Gvint64
  • 24573
  • Longevity: 4 years 5 months
  • Posts: 613
  • REPUTATION:70

    [+] [-]
WIMLIB GUI TOOL

Ничего нового - по мотивам 78repack,Winst - но меньше функционала. Заливка, резервное копирование ...
Скачать ToolsDisk
Обновление 15.03.2024-CONTEXT MENU

Test Windows 10 ltsc x64 1809. Test Windows 7 x86.
Первый запуск добавляет кнопки ПКМ в "Мой Компьютер". Повторный запуск удаляет.
Скачать ContextMenu
Обновление 21.04.2024 Изменил ветку реестра HKCR на HKLM-
Yt-Dlp Downloader. Конвертер

help hotkey ffmpeg

key    function
?      show this help
+      increase verbosity
-      decrease verbosity
c      Send command to first matching filter supporting it
C      Send/Queue command to all matching filters
h      dump packets/hex press to cycle through the 3 states
q      quit
s      Show QP histogram

Пример mkv to mp4

Узнать что нужно для '-map' - кнопка "Информация о файле"
video + audio + subtitles
ffmpeg.exe -i "%file%"-b:v 1500k -r 24 -c:v libx264 -s %resol% -strict -2 -c:a aac -ar 44100 -c:s mov_text -f mp4 "%folder%\%fil%.mp4" -y -loglevel warning
video + audio1 + audio2 + audio3 + audio4 + subtitles (не выбран -map 0:5 - этот поток мне не нужен)
ffmpeg.exe  -i "%file%" -map 0:0 -map 0:1 -map 0:2 -map 0:3 -map 0:4 -map 0:6 -b:v 1500k -r 24 -c:v libx264 -s %resol% -strict -2 -c:a aac -ar 44100 -c:s mov_text -f mp4 "%folder%\%fil%.mp4" -y -loglevel warning
Проблемы с Windows 7? Читайте здесь.
Скачать VidOK
Обновление 13.09.2024 Изменения в конвертере.-
DISM IMAGE
Просто надвинуть образ на батник.

DismInfoImage

@echo off
set file="%~1"
if not exist %Temp%\froad.txt echo %file%>%Temp%\froad.txt
>nul 2>&1 dism|| (
mshta "vbscript:CreateObject("Shell.Application").ShellExecute("%~fs0", "", "", "runas", 1) & Close()"
goto :eof
)
mode 120,9000
for /f "tokens=1 delims=" %%a in (%Temp%\froad.txt) do set dd=%%a
for /f "tokens=2 delims=: " %%i in (
'dism /Get-WimInfo /WimFile:%dd% /english^| find /i "Index"'
) do (
dism /Get-WimInfo /WimFile:%dd% /Index:%%i
)
>nul del /s /q %Temp%\froad.txt
>nul pause
exit

DismWimToSwm

@echo off
set file="%~1"
if not exist %Temp%\froad.txt echo %file%>%Temp%\froad.txt
>nul 2>&1 dism|| (
mshta "vbscript:CreateObject("Shell.Application").ShellExecute("%~fs0", "", "", "runas", 1) & Close()"
goto :eof
)
mode 80,8
for /f "tokens=1 delims=" %%a in (%Temp%\froad.txt) do set dd=%%a
for %%i in ("%dd%") do set ds=%~dp0%%~ni
:: Образ сохраняется рядом с этим батником.
:: Изменить на нужный размер - например: /filesize:1000 /filesize:2000 /filesize:3000 /filesize:4000
dism /split-image /imagefile:%dd% /swmfile:%ds%.swm /filesize:1000
>nul del /s /q %Temp%\froad.txt
>nul pause
exit

DismWimExportIndex

@echo off
set file="%~1"
if not exist %Temp%\froad.txt echo %file%>%Temp%\froad.txt
>nul 2>&1 dism|| (
mshta "vbscript:CreateObject("Shell.Application").ShellExecute("%~fs0", "", "", "runas", 1) & Close()"
goto :eof
)
mode 80,8
for /f "tokens=1 delims=" %%a in (%Temp%\froad.txt) do set dd=%%a
for %%i in ("%dd%") do set name=%%~ni
:: Закоментировать ненужные индексы.
:: Образ сохраняется рядом с этим батником.
dism /export-image /SourceImageFile:%dd% /SourceIndex:1 /DestinationImageFile:%~dp0%name%1.wim
dism /export-image /SourceImageFile:%dd% /SourceIndex:2 /DestinationImageFile:%~dp0%name%1.wim
::dism /export-image /SourceImageFile:%dd% /SourceIndex:3 /DestinationImageFile:%~dp0%name%1.wim
::dism /export-image /SourceImageFile:%dd% /SourceIndex:4 /DestinationImageFile:%~dp0%name%1.wim
::dism /export-image /SourceImageFile:%dd% /SourceIndex:5 /DestinationImageFile:%~dp0%name%1.wim
>nul del /s /q %Temp%\froad.txt
>nul pause
exit


Last edited by Gvint64 on 2024-10-06 17:22; edited 151 times in total

[Quote]

    nik63
  • 1479
  • Longevity: 9 years 1 month
  • Posts: 536
  • REPUTATION:20

    [+] [-]
  • Location: Башкирия г.Салават
Gvint64, Спасибо попробуем, а скажите у вас я видал навроде этой программы только для yt-dlp? Можите выложить.Спасибо. aa

[Quote]

    Gvint64
  • 24573
  • Longevity: 4 years 5 months
  • Posts: 613
  • REPUTATION:70

    [+] [-]
Всё перенёс в шапку.


Last edited by Gvint64 on 2024-03-28 01:22; edited 54 times in total

[Quote]

    Ander_73
  • 15549
  • Longevity: 7 years 8 months
  • Posts: 3769
  • REPUTATION:127

    [+] [-]
Gvint64, aa
Хотелось бы чуть подробнее (в "шапке"!) о том, что же именно явлено граду и миру.

[Quote]

    Gvint64
  • 24573
  • Longevity: 4 years 5 months
  • Posts: 613
  • REPUTATION:70

    [+] [-]
Ander_73, aa Ну как шапка? Сгодится? А кто сделал тему? Выкладывал вроде в общую?

[Quote]

    nik63
  • 1479
  • Longevity: 9 years 1 month
  • Posts: 536
  • REPUTATION:20

    [+] [-]
  • Location: Башкирия г.Салават
Gvint64,
Спасибо за « VidOK» прога отличная, есть только одно пожелание, добавить строку с выбором видео и аудио кодеков (avc,vp9,av1_opus,mp4a) если можно. Спасибо. aa

[Quote]

    Gvint64
  • 24573
  • Longevity: 4 years 5 months
  • Posts: 613
  • REPUTATION:70

    [+] [-]
nik63 Обновление.
Кнопка "ТАБЛИЦА ФОРМАТОВ" - вводим адрес (youtube) - появляется список - выбрать коды (например 140,136) - на выходе МР4 (МР4+М4А) или "ENTER" вернуться в основное меню.


Last edited by Gvint64 on 2024-03-11 21:00; edited 8 times in total

[Quote]

    sergeysvirid
  • 104
  • Longevity: 9 years 10 months
  • Posts: 2539
  • REPUTATION:127

    [+] [-]
  • Location: 65 регион (GMT+11)
102570А кто сделал тему? Выкладывал вроде в общую?
Gvint64,
Приветствую! aa
Это я отделил Вашу утилитку в отдельную тему.
Так как это не совсем "вопрос - ответ" и не совсем в виде отдельного батника, поэтому и решил, что в теме Батники - вопросы и решения эта утилита не совсем к месту. ab

[Quote]

    nik63
  • 1479
  • Longevity: 9 years 1 month
  • Posts: 536
  • REPUTATION:20

    [+] [-]
  • Location: Башкирия г.Салават
Gvint64,
Спасибо!!! aa

[Quote]

    Gvint64
  • 24573
  • Longevity: 4 years 5 months
  • Posts: 613
  • REPUTATION:70

    [+] [-]
sergeysvirid, aa Спасибо! az


Display posts:    

Current time is: 16-Oct 02:03

All times are UTC + 3


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum