Time Lapse ffmpeg on Windows

Hey,

I'm using Repetier-Server for quite some time, recently I get some webcam and decided to connect it and start using all the RS features. Webcam is working perfectly, the problem is with the timelapse. I installed ffmpeg from https://ffmpeg.zeranoe.com/builds/, pointed Repetier-Server into C:\ffmpeg\bin\ffmpeg.exe. As soon as it tries to compile images into the movie I'm getting:
[concat @ 03d1ac80] Unsafe file name 'C:\ProgramData\Repetier-Server\printer\Prusa_i3\timelapse\20160318T072425_foodclip\image_00000000.jpg'C:\ProgramData\Repetier-Server\printer\Prusa_i3\timelapse\20160318T072425_foodclip\input.txt: Operation not permitted

In server.log the action executed is:
C:\ffmpeg\bin\ffmpeg.exe -loglevel error -f concat -i C:\ProgramData\Repetier-Server\printer\Prusa_i3\timelapse\20160318T072425_foodclip\input.txt -c:v libx264 -threads 1 -r 30 -pix_fmt yuv420p -profile:v baseline -level 3.0 -movflags +faststart -b:v 1000k -y C:\ProgramData\Repetier-Server\printer\Prusa_i3\timelapse\20160318T072425_foodclip\video.mp4

Is it some known issue with ffmpeg for windows? Or I messed up something?
Thanks

Comments

Sign In or Register to comment.