heger.blogg.se

Ffmpeg folder vs ffmpeg exe
Ffmpeg folder vs ffmpeg exe





Is it something in regards to the account that FFASTRANS uses to execute a command? When I launch the command by double clicking, this is the output:Ĭ:\Users\vincev100\Desktop\FFASTRANS\LXF_Watchfolder\converted>for %a in ("*_high.mp4") do md "%~na"Ĭ:\Users\vincev100\Desktop\FFASTRANS\LXF_Watchfolder\converted>md "nowlow_high"Ĭ:\Users\vincev100\Desktop\FFASTRANS\LXF_Watchfolder\converted>for %a in ("*.mp4") do ffmpeg -i "%a" -vf fps=1/10 -s 128x72 "%~na\thumb%04d.Ĭ:\Users\vincev100\Desktop\FFASTRANS\LXF_Watchfolder\converted>ffmpeg -i "nowlow_high.mp4" -vf fps=1/10 -s 128x72 "nowlow_high\thumb%04d.jpgįfmpeg version N-79143-g8ff0f6a Copyright (c) 2000-2016 the FFmpeg developersĬonfiguration: -enable-gpl -enable-version3 -disable-w32threads -enable-avisynth -enable-bzlib -enable-fontconfig -enable-frei0r -Įnable-gnutls -enable-iconv -enable-libass -enable-libbluray -enable-libbs2b -enable-libcaca -enable-libdcadec -enable-libfreetype -Įnable-libgme -enable-libgsm -enable-libilbc -enable-libmodplug -enable-libmfx -enable-libmp3lame -enable-libopencore-amrnb -enable-l When I changed the command back to run the ffmpeg commands, it did open up the command window but failed to initiate the process: Here is the output:Ĭ:\Windows\SysWOW64>for %a in ("*_high.mp4") do md "%~na"Ĭ:\Windows\SysWOW64>for %a in ("*.mp4") do ffmpeg -i "%a" -vf fps=1/10 -s 128x72 "%~na\thumb%04d.jpg" So running the command with only notepad worked. You could also send me the workflow and the batch file so I can take look and see if I can find some anomalies. So can you please try from scratch with the simplest workflow and the simplest batch file just so you can make that work, then add functionality. Notepad jumps up and FFAStrans does not contiune until I close it.

ffmpeg folder vs ffmpeg exe

I just tried it once more to verify and it's working as expected. %comspec% /c "C:\Users\vincev100\Desktop\FFASTRANS\LXF_Watchfolder\converted\nolow.bat" bat.įirst, just to make sure, clean your command a bit: %comspec% /c "C:\_Dropbox\convert\file.bat"Īm I missing something? Aside from using Windows Task Scheduler to kick this off every "x minutes", I'd like to use the Monitor Folder processor to see that there's an mp4, and then kick off the. The job doesn't produce an error, but it doesn't run the. I've setup FFAStrans to use the Monitor Folder processer accepting *.mp4 files.įrom there I've setup the Command Executor processor. I'd like to use the watchfolder feature of FFAStrans, to see when an mp4 file is placed inside, and run the pre-existing. bat file and the FFMPEG application files, and double clicking the.

ffmpeg folder vs ffmpeg exe

My current process is placing an mp4 file in the directory which holds this. When i run this manually, it works without issue. I have a batch file that upon execution will remove audio from an mp4 video file using ffmpeg. I'm sure there's a simple answer for this.







Ffmpeg folder vs ffmpeg exe