AnotherUsername
Registered Member
- Dec 19, 2014
- 93
- 14
Do you guys know how i make full paths for ffmpeg and/or make it work in a bat file?
Here is what I made so far:
Looking at the output on the terminal it does change the directory to the correct one but when ffmpeg runs it ignores it and says the documents folder is the input thus making an error.
Here is what I made so far:
Code:
F:
cd\fftest
ffmpeg -r 1/5 -i %01d.png -c:v libx264 -vf fps=25 -pix_fmt yuv420p fftest.mp4
pause
Looking at the output on the terminal it does change the directory to the correct one but when ffmpeg runs it ignores it and says the documents folder is the input thus making an error.