Answer the question
In order to leave comments, you need to log in
How to fix ffmpeg Permission denied error?
My task is to assemble a video from png files. Decided to use ffmpeg.
I work as an administrator under Windows 7. No program has problems with rights.
Except ffmpeg.
I do the following start-> run-> cmd
D:
cd Program Files\FFmpeg\bin
D:\Program Files\FFmpeg\bin\ffmpeg -i Output video.avi
Answer the question
In order to leave comments, you need to log in
I enter the command
D:\Program Files\FFmpeg\bin\ffmpeg -i Output video.avi
ffmpeg -framerate 24 -i frame_%%03d.png -c:v libx264 -pix_fmt yuv420p -crf 21 -r 24 video.mp4
And it will be called from the output folder with images. Nearby it is also desirable to put ffmpeg.exe itself. Run cmd in advanced mode
Or create a tools folder in the root of the disk and move FFmpeg there
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question