Страница 1 из 1
избегать застывания при -ss
Добавлено: 28 июл 2023, 07:59
ya
-avoid_negative_ts make_zero
удаляет метаданные
Добавлено: 20 авг 2023, 13:18
ya
-map_metadata -1 -map_chapters -1
Using parameters in batch files: %0 and %9 win7
Добавлено: 20 авг 2023, 13:23
ya
Using parameters in batch files: %0 and %9
Batch files can refer to the words passed in as parameters with the tokens: %0 to %9.
%0 is the program name as it was called.
%1 is the first command line parameter
%2 is the second command line parameter
and so on till %9.
parameters passed in on the commandline must be alphanumeric characters and delimited by spaces. Since %0 is the program name as it was called, in DOS %0 will be empty for AUTOEXEC.BAT if started at boot time.
Example:
Put the following command in a batch file called mybatch.bat:
@echo off
@echo hello %1 %2
pause
переобжать из wmv
Добавлено: 20 авг 2023, 20:55
ya
ffprobe -i Stephanie_Cane.wmv
ffmpeg -i Stephanie_Cane.wmv -map_metadata -1 -map_chapters -1 -c:v libx264 -b 5M -r 29.97 -c:a libvo_aacenc -ab 320K Stephanie_Cane.h264.mp4
Re: избегать застывания при -ss
Добавлено: 22 авг 2023, 05:55
ya
-accurate_seek enable/disable accurate seeking with -ss
Re: избегать застывания при -ss
Добавлено: 22 авг 2023, 05:58
ya
-accurate_seek включение/выключение точного поиска с помощью -ss