pumpkinm, понял но там все равно ошибка, кавычки я поставил двойные
[image2 @ 0000025628e35240] Pattern type 'glob' was selected but globbing is not supported by this libavformat build
[in#0 @ 0000025628e05480] Error opening input: Function not implemented
Error opening input file C:\Users\ktototam\output\image (%d).png.
Error opening input files: Function not implemented
pumpkinm, понял! Спасибо что разъяснил! и последний вопрос))
чуть другая команда
ffmpeg -framerate 10 -pattern_type glob -i 'C:\Users\ktototam\output\image (%d).png' -c:v libx264 -pix_fmt yuv420p out.mp4
не сработал хотя путь верно, выдал ошибку
Error opening input: Invalid argument
Error opening input file 'C:\Users\ktototam\output\image.
Error opening input files: Invalid argument
pumpkinm, о) получилось ! Благодарствую! а если вообще рандомные имена файлов с расширением *.png
как их все выбрать по указанному пути?
image (%d).png уже не сработает...
вот такая команда файлов 900
C:\Users\ktototam>ffmpeg -r 12 -f image2 -i C:\Users\ktototam\output\"image (%d).png" output.mp4
выдал ошибку
[image2 @ 00000283476b42c0] Could find no file with path 'C:\Users\ktototam\output"image' and index in the range 0-4
[in#0 @ 000002834767cc00] Error opening input: No such file or directory
Error opening input file C:\Users\ktototam\output"image.
Error opening input files: No such file or directory
и так всегда
Написано
Войдите на сайт
Чтобы задать вопрос и получить на него квалифицированный ответ.
Я без понятия что значит эта команда))